mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +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;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr[href].active {
|
|
||||||
background-color: #eee;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.state.ok td.state, tr.state.up td.state {
|
tr.state.ok td.state, tr.state.up td.state {
|
||||||
border-left-color: @colorOk;
|
border-left-color: @colorOk;
|
||||||
}
|
}
|
||||||
@ -422,10 +417,6 @@ tr.state.handled td.state {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* HOVER colors */
|
/* HOVER colors */
|
||||||
tr[href]:hover {
|
|
||||||
color: black;
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.state[href]:hover td.state {
|
tr.state[href]:hover td.state {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
@ -198,9 +198,21 @@ tr[href] {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr[href].active {
|
||||||
|
background-color: #eee;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
/* End of table behaviour */
|
/* 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 */
|
/* TODO: get rid of most if not all styles below this line */
|
||||||
div.content.users {
|
div.content.users {
|
||||||
table.user-list {
|
table.user-list {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user