Change style for toolbar and status bar

This commit is contained in:
Julia Radzhabova 2019-06-05 12:04:35 +03:00
parent e42c7b2bfd
commit a078c0ccd6
2 changed files with 7 additions and 2 deletions

View file

@ -301,7 +301,7 @@
.style-off-tabs { .style-off-tabs {
.toolbar { .toolbar {
@underscore_height: 2px; @underscore_height: 3px;
.tabs, .extra { .tabs, .extra {
background-color: transparent; background-color: transparent;
@ -334,6 +334,10 @@
opacity: 1; opacity: 1;
bottom: 0; bottom: 0;
} }
> a {
font-weight: bold;
}
} }
&:hover:not(.active) { &:hover:not(.active) {

View file

@ -188,8 +188,9 @@
background-color: @body-bg; background-color: @body-bg;
outline: none; outline: none;
box-shadow: 0px 3px 0 @primary inset; box-shadow: 0px 2px 0 @gray-deep inset;
border-top-width: 0; border-top-width: 0;
font-weight: bold;
} }
} }