Move grey hover effect back into main module

refs #9361
This commit is contained in:
Matthias Jentsch 2015-06-17 14:30:46 +02:00
parent 1ef643e002
commit 42e712402c
2 changed files with 12 additions and 9 deletions

View File

@ -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;

View File

@ -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 {