CSS: Add styles for tr.active and tr:hover

refs 
This commit is contained in:
Eric Lippmann 2015-09-23 13:14:48 +02:00
parent ceacf9af71
commit d87c3b1804
1 changed files with 8 additions and 0 deletions
public/css/icinga

View File

@ -51,3 +51,11 @@ p {
// Remove default margin
margin: 0;
}
tr.active {
background-color: @gray-lighter;
}
tr:hover {
background-color: @gray-lightest;
}