diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/_zurich.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss index b71670a92..2fabfd324 100644 --- a/web/cobrands/zurich/_zurich.scss +++ b/web/cobrands/zurich/_zurich.scss @@ -30,3 +30,12 @@ a:hover { #zurich-footer a:hover { color: #3c3c3c; } + +table.admin { + th { + color: white; + background-color: #595959; + border-bottom: 2px solid #393939; + padding: 0.8em 0.5em; + } +}
\ No newline at end of file |