css: use gray instead of bold for undeployed...

...activities
This commit is contained in:
Thomas Gelf 2016-05-03 09:08:11 +02:00
parent 3d03baff38
commit 60856a62ef
1 changed files with 2 additions and 1 deletions

View File

@ -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 {