css: use gray instead of bold for undeployed...
...activities
This commit is contained in:
parent
3d03baff38
commit
60856a62ef
|
@ -967,7 +967,8 @@ table.activity-log {
|
|||
}
|
||||
|
||||
tr.undeployed td, tr.undeployed a {
|
||||
font-weight: bold;
|
||||
color: @gray;
|
||||
background-color: @gray-lightest;
|
||||
}
|
||||
|
||||
tr.undeployed td:first-child::before {
|
||||
|
|
Loading…
Reference in New Issue