mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
colorblind.less: Make process info text black in monitoring health
fixes #4066
This commit is contained in:
parent
e5a7f468f1
commit
c348524e50
@ -45,3 +45,7 @@
|
|||||||
.state-unreachable:not(.handled) {
|
.state-unreachable:not(.handled) {
|
||||||
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
|
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.processinfo .process > div.backend-running {
|
||||||
|
color: @text-color;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user