public/css: adjust hover color for undeployed...
...changes
This commit is contained in:
parent
bfb94556e6
commit
3b1145284b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue