Merge pull request #2393 from nextcloud/fix-tabheaders-floating

Fix floating of tabHeader items
This commit is contained in:
Morris Jobke 2016-11-29 14:01:33 +01:00 committed by GitHub
commit eebef56f4c
1 changed files with 2 additions and 0 deletions

View File

@ -616,6 +616,7 @@ em {
}
.tabHeaders .tabHeader, .tabHeaders .tabHeader a {
color: #888;
margin-bottom: 1px;
}
.tabHeaders .tabHeader.selected {
font-weight: 600;
@ -628,6 +629,7 @@ em {
.tabHeaders .tabHeader.selected a,
.tabHeaders .tabHeader:hover,
.tabHeaders .tabHeader:hover a {
margin-bottom: 0px;
color: #000;
}
.tabsContainer {