Fix floating of tabHeader items
Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
parent
e8ea9a5d27
commit
5f5a658e15
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue