parent
ceacf9af71
commit
d87c3b1804
public/css/icinga
|
@ -51,3 +51,11 @@ p {
|
|||
// Remove default margin
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
tr.active {
|
||||
background-color: @gray-lighter;
|
||||
}
|
||||
|
||||
tr:hover {
|
||||
background-color: @gray-lightest;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue