diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-08 14:20:45 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:07 +0100 |
commit | 9ec2ecbfdb23161c455b6ab1354f28f717f7e30d (patch) | |
tree | 5ab40e437f7ea6d2b462dc8943484825f45594e1 /web | |
parent | 3adf4caf5404cf972847946de5a85aaff06048ab (diff) |
indicated deleted categories clearly on the body admin
this has been catching me out for years :-)
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 8bcb6fed6..4d32f6062 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -1032,6 +1032,12 @@ $button_bg_col: #a1a1a1; // also search bar (tables) border: none; padding: 3px 0.5em; } + tr.is-deleted { + background-color: #ffdddd; + td.contact-category { + text-decoration: line-through; + } + } } .fms-admin-warning, .fms-admin-info { padding: 1em; |