css/tables: style apply rows

This commit is contained in:
Thomas Gelf 2016-02-24 21:34:31 +01:00
parent 6e06d7c7bc
commit bda927b446
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,8 @@ abstract class IcingaObjectTable extends QuickTable
return 'icinga-template';
case 'external_object':
return 'icinga-object-external';
case 'apply':
return 'icinga-apply';
}
}

View File

@ -478,6 +478,12 @@ table.icinga-objects {
content: '\e817';
}
tr.icinga-apply td:first-child::before {
color: @text-color;
// resize-full-alt
content: '\e829';
}
}
table.deployment-log {