diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index 0b4ed9467..15f0e5a5f 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -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; diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index 37756ae8d..697814df1 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -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 {