Merge pull request #179 from ONLYOFFICE/feature/compact-header-444444

Feature/compact header 444444
This commit is contained in:
Julia Radzhabova 2019-06-05 14:43:09 +03:00 committed by GitHub
commit 8abe228f82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 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;
@ -329,6 +329,7 @@
&.active { &.active {
background-color: transparent; background-color: transparent;
font-weight: bold;
&:after { &:after {
opacity: 1; opacity: 1;
@ -343,6 +344,17 @@
> a { > a {
color: @gray-deep; color: @gray-deep;
&::after {
display:block;
content:attr(data-title);
font-weight:bold;
height:1px;
color:transparent;
overflow:hidden;
visibility:hidden;
margin-bottom:-1px;
}
} }
} }
} }

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;
} }
} }