mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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 */
|
||||
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;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user