Skip to content

Commit

Permalink
Move grey hover effect back into main module
Browse files Browse the repository at this point in the history
refs #9361
  • Loading branch information
majentsch committed Jun 17, 2015
1 parent 1ef643e commit 42e7124
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/monitoring/public/css/module.less
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down
12 changes: 12 additions & 0 deletions public/css/icinga/main-content.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 42e7124

Please sign in to comment.