Don't change the status text's color for ok/up on hover

fixes #8934
This commit is contained in:
Alexander A. Klimov 2015-05-28 14:25:36 +02:00
parent 5fdaa2cd7e
commit d7bdc59801
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ tr[href]:hover {
} }
tr.state[href]:hover td.state { tr.state[href]:hover td.state {
color: white;
background-color: #eee; background-color: #eee;
} }