From a8baa8d763bcb5f8bb2d8a8038c6d7ec37ada91b Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 13:53:24 +0200 Subject: [PATCH] more tab settings fixes --- CSS/themes/organizr-hotline.css | 6 +++--- CSS/themes/organizr-marine.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 882ff7a8..2fefecf7 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -147,16 +147,16 @@ } /* Settings - menu tabs */ .sttabs nav { - background: rgba(0, 0, 0, 0.15); + background: rgba(0, 0, 0, 0); } .tabs-style-flip nav li.tab-current a::after { - background-color: rgba(0,0,0,.25) !important; + background-color: rgba(0,0,0,.15) !important; -webkit-transform: none !important; transform: none !important; border-radius: 0px !important; } .tabs-style-flip nav a::after { - background: rgba(0,0,0,.15)!important; + background: rgba(0,0,0,0)!important; transition: none; -webkit-transform: none; transform: none; diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index b818056b..33ec2ba5 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -147,16 +147,16 @@ } /* Settings - menu tabs */ .sttabs nav { - background: rgba(0, 0, 0, 0.15); + background: rgba(0, 0, 0, 0); } .tabs-style-flip nav li.tab-current a::after { - background-color: rgba(0,0,0,.25) !important; + background-color: rgba(0,0,0,.15) !important; -webkit-transform: none !important; transform: none !important; border-radius: 0px !important; } .tabs-style-flip nav a::after { - background: rgba(0,0,0,.15)!important; + background: rgba(0,0,0,0)!important; transition: none; -webkit-transform: none; transform: none;