view-mode-switcher: Optimize for theming

This commit is contained in:
Florian Strohmaier 2022-02-23 12:09:35 +01:00 committed by Johannes Meyer
parent a8675bc454
commit 0851f6f045

View file

@ -9,7 +9,7 @@
}
label {
color: @icinga-blue;
color: @control-color;
line-height: 1;
background: @low-sat-blue;
padding: 14/16*.25em 14/16*.5em;
@ -38,7 +38,7 @@
}
input[checked] + label {
background-color: @icinga-blue;
background-color: @control-color;
color: @text-color-on-icinga-blue;
cursor: default;
}