From a5bf32ea728a8212ced4ba1a1ab7e831b2f463a7 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Fri, 14 Sep 2018 09:28:09 +0200 Subject: [PATCH] Better default button color --- css/tarteaucitron.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index a2e187a..854c637 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -705,9 +705,16 @@ div.amazon_product { width:120px; } .tarteaucitronIsAllowed .tarteaucitronDeny { - opacity: 0.5; + opacity: 0.4!important; }.tarteaucitronIsDenied .tarteaucitronAllow { - opacity: 0.5; + opacity: 0.4!important; +}.tarteaucitronIsAllowed .tarteaucitronAllow { + opacity: 1!important; +}.tarteaucitronIsDenied .tarteaucitronDeny { + opacity: 1!important; +} +.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronAllow { + opacity: 0.4; } div#tarteaucitronInfo {