mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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;
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user