From c6774016b5540f4a8b2c876d982cb07544581843 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 8 May 2020 15:12:09 +1200 Subject: [PATCH] Further fixes --- scripts/system/html/css/tabs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/html/css/tabs.css b/scripts/system/html/css/tabs.css index 303f880228..b2d63b5652 100644 --- a/scripts/system/html/css/tabs.css +++ b/scripts/system/html/css/tabs.css @@ -31,7 +31,7 @@ div.tabsContainer { background-color: #575757; } -.tabsContainer button.active { +.tabsContainer button.active { background-color: #2E2E2E; } @@ -68,7 +68,7 @@ td.tabsFrame { td.tabsPropertiesFrame { width: 100%; vertical-align: top; - border:0px; + border: 0px; } div.tabsPropertiesPage {