diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-29 14:58:58 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-29 14:58:58 +0000 |
commit | af42a98fed07464deafef2ae21f00439a9c1a50b (patch) | |
tree | 628d133994bc99c703a8150daecb8e2676a2fce8 /web | |
parent | 9dcf91fc220f3251ce3d301d4de519bb9edad5e1 (diff) | |
parent | 6d0b3a9f716fd30fe840a17d60b96db8993c1558 (diff) |
Merge branch 'bodies-list-cats-by-group'
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_admin.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss index 3b47ea9aa..b1f914ca8 100644 --- a/web/cobrands/sass/_admin.scss +++ b/web/cobrands/sass/_admin.scss @@ -34,6 +34,11 @@ $button_bg_col: #a1a1a1; // also search bar (tables) color: white; } } + th.group { + color: inherit; + background-color: inherit; + text-align: left; + } td.record-id { text-align: center; font-weight: bold; |