mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 00:32:05 -04:00
view-mode-switcher: Optimize for theming
This commit is contained in:
parent
a8675bc454
commit
0851f6f045
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue