Merge pull request #179 from ONLYOFFICE/feature/compact-header-444444
Feature/compact header 444444
This commit is contained in:
commit
8abe228f82
|
@ -301,7 +301,7 @@
|
|||
|
||||
.style-off-tabs {
|
||||
.toolbar {
|
||||
@underscore_height: 2px;
|
||||
@underscore_height: 3px;
|
||||
|
||||
.tabs, .extra {
|
||||
background-color: transparent;
|
||||
|
@ -329,6 +329,7 @@
|
|||
|
||||
&.active {
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
|
||||
&:after {
|
||||
opacity: 1;
|
||||
|
@ -343,6 +344,17 @@
|
|||
|
||||
> a {
|
||||
color: @gray-deep;
|
||||
|
||||
&::after {
|
||||
display:block;
|
||||
content:attr(data-title);
|
||||
font-weight:bold;
|
||||
height:1px;
|
||||
color:transparent;
|
||||
overflow:hidden;
|
||||
visibility:hidden;
|
||||
margin-bottom:-1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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