diff options
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; |