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
1 changed files with 1 additions and 0 deletions

View File

@ -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 {