css: highlight disabled objects

fixes #11877
This commit is contained in:
Thomas Gelf 2016-11-16 16:18:22 +01:00
parent 14908d11a4
commit 5b1b733852
1 changed files with 5 additions and 0 deletions

View File

@ -791,6 +791,11 @@ table th.actions, table td.actions {
text-align: right;
}
table tr.disabled td {
color: @gray-light;
font-style: italic;
}
/* Simple table, test */
table.syncstate {
tr td:first-child {