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