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

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