css: Remove superfluous colon in colorblind theme
This commit is contained in:
parent
2e995ea192
commit
63464f03be
|
@ -45,7 +45,7 @@
|
||||||
.state-unreachable:not(.handled) {
|
.state-unreachable:not(.handled) {
|
||||||
text-shadow: 0 0 1px mix(@text-color, @color-unknown, 20);
|
text-shadow: 0 0 1px mix(@text-color, @color-unknown, 20);
|
||||||
}
|
}
|
||||||
:
|
|
||||||
.processinfo .process > div.backend-running {
|
.processinfo .process > div.backend-running {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue