mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
1ef643e002
commit
42e712402c
@ -359,11 +359,6 @@ tr.state.handled td.state, tr.state.ok td.state, tr.state.up td.state, tr.state.
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
tr[href].active {
|
||||
background-color: #eee;
|
||||
color: black;
|
||||
}
|
||||
|
||||
tr.state.ok td.state, tr.state.up td.state {
|
||||
border-left-color: @colorOk;
|
||||
}
|
||||
@ -422,10 +417,6 @@ tr.state.handled td.state {
|
||||
}
|
||||
|
||||
/* HOVER colors */
|
||||
tr[href]:hover {
|
||||
color: black;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
tr.state[href]:hover td.state {
|
||||
background-color: #eee;
|
||||
|
@ -198,9 +198,21 @@ tr[href] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tr[href].active {
|
||||
background-color: #eee;
|
||||
color: black;
|
||||
}
|
||||
/* End of table behaviour */
|
||||
|
||||
|
||||
/* HOVER colors */
|
||||
|
||||
tr[href]:hover {
|
||||
color: black;
|
||||
background-color: #eee;
|
||||
}
|
||||
/* END of HOVER colors */
|
||||
|
||||
/* TODO: get rid of most if not all styles below this line */
|
||||
div.content.users {
|
||||
table.user-list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user