Change style for toolbar and status bar
This commit is contained in:
parent
e42c7b2bfd
commit
a078c0ccd6
|
@ -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) {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue