Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix mdi icons font - fix top toolbar bg
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 7, 2016
1 parent 8719370 commit 267f139
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/plugins/gui.ajax/res/mui/pydio-mui.css
Expand Up @@ -436,6 +436,10 @@
.react-mui-context [class*=" icon-"] {
font-family: FontAwesome;
}
.react-mui-context [class^="mdi-"],
.react-mui-context [class*=" mdi-"] {
font-family: "Material Design Icons";
}
.react-mui-context .mui-tabs-container .mui-tab-item-container {
background-color: #424242 !important;
}
Expand Down
3 changes: 3 additions & 0 deletions core/src/plugins/gui.ajax/res/mui/pydio-variables.less
Expand Up @@ -18,6 +18,9 @@
[class^="icon-"], [class*=" icon-"]{
font-family: FontAwesome;
}
[class^="mdi-"], [class*=" mdi-"]{
font-family: "Material Design Icons";
}
.mui-tabs-container {
.mui-tab-item-container{
background-color: @grey-800 !important;
Expand Down
5 changes: 5 additions & 0 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css
Expand Up @@ -7,6 +7,10 @@
.react-mui-context [class*=" icon-"] {
font-family: FontAwesome;
}
.react-mui-context [class^="mdi-"],
.react-mui-context [class*=" mdi-"] {
font-family: "Material Design Icons";
}
.react-mui-context .mui-tabs-container .mui-tab-item-container {
background-color: #424242 !important;
}
Expand Down Expand Up @@ -4595,6 +4599,7 @@ div.dialogButtons.inlineEdition input {
display: block;
width: 99%;
background: transparent;
background-image: none !important;
box-shadow: none;
}
#ajxp_desktop.ajxp_ws-welcome #global_toolbar #clickable_home,
Expand Down
Expand Up @@ -115,6 +115,7 @@
display: block;
width:99%;
background: transparent;
background-image: none !important;
box-shadow: none;
#clickable_home, div.custom_top_title, img.custom_logo_image.linked {
display:none;
Expand Down

0 comments on commit 267f139

Please sign in to comment.