public/css: adjust hover color for undeployed...

...changes
This commit is contained in:
Thomas Gelf 2016-05-13 14:21:44 +02:00
parent bfb94556e6
commit 3b1145284b
1 changed files with 12 additions and 0 deletions

View File

@ -980,7 +980,19 @@ table.activity-log {
tr.undeployed td, tr.undeployed a { tr.undeployed td, tr.undeployed a {
color: @gray; color: @gray;
}
tr.undeployed {
background-color: @gray-lightest; background-color: @gray-lightest;
&.active {
background-color: @gray-lighter;
}
&:hover {
background-color: @gray-light;
td, a {
color: @text-color;
}
}
} }
tr.undeployed td:first-child::before { tr.undeployed td:first-child::before {