Set background color on Fullscreen Layout ul.tabs (#3653)
Fix for ul.tabs links not being visible in showFullscreen mode (white links on white background)
This commit is contained in:
parent
201cfa2330
commit
727d07bd51
|
@ -101,6 +101,7 @@ html {
|
|||
height: 1.5em;
|
||||
font-size: 0.75em;
|
||||
padding: 0.2em 0 0;
|
||||
background-color: @icinga-blue;
|
||||
}
|
||||
|
||||
.controls > ul.tabs > li > a {
|
||||
|
|
Loading…
Reference in New Issue