3 lines
137 B
CSS
3 lines
137 B
CSS
td[_status=UP] { background-color: green; }
|
|
td[_status=PARTIAL] { background-color: yellow; }
|
|
td[_status=DOWN] { background-color: red; } |