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

View file

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