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:
sant-swedge 2019-05-03 14:14:33 +01:00 committed by Johannes Meyer
parent 201cfa2330
commit 727d07bd51

View File

@ -101,6 +101,7 @@ html {
height: 1.5em; height: 1.5em;
font-size: 0.75em; font-size: 0.75em;
padding: 0.2em 0 0; padding: 0.2em 0 0;
background-color: @icinga-blue;
} }
.controls > ul.tabs > li > a { .controls > ul.tabs > li > a {