Fix style for header buttons in "customization->toolbarNoTabs=true" mode

This commit is contained in:
Julia Radzhabova 2019-04-17 17:23:49 +03:00
parent 60044d9178
commit c87540c393
2 changed files with 11 additions and 3 deletions

View file

@ -123,7 +123,7 @@
showReviewChanges: false, showReviewChanges: false,
help: true, help: true,
compactHeader: false, compactHeader: false,
toolbarNoTabs: true, toolbarNoTabs: false,
toolbarHideFileName: false toolbarHideFileName: false
}, },
plugins: { plugins: {

View file

@ -370,9 +370,13 @@
} }
// TODO: move to appropriate module // TODO: move to appropriate module
.btn-header { .btn-header, .btn-users {
svg.icon { svg.icon {
fill: #000; fill: @gray-deep;
}
.caption {
color: @gray-deep;
} }
&:hover:not(.disabled) { &:hover:not(.disabled) {
@ -386,6 +390,10 @@
svg.icon { svg.icon {
fill: #fff; fill: #fff;
} }
.caption {
color: #fff;
}
} }
} }
} }