diff options
-rw-r--r-- | web/cobrands/zurich/_colours.scss | 1 | ||||
-rw-r--r-- | web/cobrands/zurich/_zurich.scss | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_colours.scss b/web/cobrands/zurich/_colours.scss index 843369b01..d21bc6e38 100644 --- a/web/cobrands/zurich/_colours.scss +++ b/web/cobrands/zurich/_colours.scss @@ -17,6 +17,7 @@ $col_fixed_label_dark: #4B8304; $table_border_color: #ccc; $table_heading_bg_col: #595959; +$table_heading_border_col: #7a7a7a; $table_heading_col: #fff; $table_heading_underline_col: #393939; $button_col: #fff; diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss index 74fe800e0..715cf6e97 100644 --- a/web/cobrands/zurich/_zurich.scss +++ b/web/cobrands/zurich/_zurich.scss @@ -44,6 +44,9 @@ table.admin { color: white; background-color: $table_heading_bg_col; border-bottom: 2px solid $table_heading_underline_col; + border-left: 1px solid $table_heading_border_col; + border-right: 1px solid $table_heading_border_col; + } td.record-id { text-align: center; |