mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
css/monitoring-colors: make text readable on hover
This commit is contained in:
parent
eb823c4045
commit
3f6c28dfb3
@ -194,8 +194,12 @@ tr.state.handled td.state {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* HOVER colors */
|
/* HOVER colors */
|
||||||
|
tr[href]:hover {
|
||||||
|
color: black;
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
tr[href]:hover, tr.state[href]:hover td.state {
|
tr.state[href]:hover td.state {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user