From e7af3c67fa36a70ff9b8455946f9905efe10d5ec Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 10 Sep 2018 07:36:43 +0200 Subject: [PATCH] Visual effect on button --- css/tarteaucitron.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index c35742a..74d9639 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -668,3 +668,9 @@ div.amazon_product { height:240px; width:120px; } + +.tarteaucitronIsAllowed .tarteaucitronDeny { + opacity: 0.5; +}.tarteaucitronIsDenied .tarteaucitronAllow { + opacity: 0.5; +}