Merge branch 'trav' of ssh://git.autonomic.zone:2222/autonomic-cooperative/opencase into trav

This commit is contained in:
autonomic 2021-11-27 15:56:09 +01:00
commit 2ecef5c1dd
1 changed files with 1 additions and 5 deletions

View File

@ -161,12 +161,9 @@ tr:nth-child(even) {
background-color: #fefefe; background-color: #fefefe;
} }
/*
tr:nth-child(odd) { tr:nth-child(odd) {
background-color: #eee; background-color: #eee;
} }
*/
.Off { .Off {
color:gray; color:gray;
@ -174,6 +171,7 @@ tr:nth-child(odd) {
.Off a { .Off a {
color:gray; color:gray;
background-color:black;
} }
.field--type-entity-reference-revisions { .field--type-entity-reference-revisions {
@ -195,5 +193,3 @@ thead {
background-color: #1d84c3; background-color: #1d84c3;
} }