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) {
|
||||
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
|
||||
}
|
||||
|
||||
.processinfo .process > div.backend-running {
|
||||
color: @text-color;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue