aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-06 14:52:39 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-07 13:12:32 +0000
commit11edb2b5d154ece38506e853c95f1cb2df67c0e2 (patch)
tree0dd83ec9c18cf290c3bd59b95647378016edd02f /web
parentce3a95950b76b416386e053c167854d9cc51018c (diff)
[Zurich] Fix display of deleted categories in admin.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/base.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index 101118a02..f526a8f1e 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -224,9 +224,9 @@ h4.static-with-rule {
margin-right: 0.2em;
}
- table tr.is-deleted {
- background-color: transparent;
- }
+}
+table#admin_bodies tr.is-deleted {
+ background-color: transparent;
}
.admin-label--inline {