Browse Source

Set full opacity for mandatory cookies accept button

Amauri CHAMPEAUX 4 years ago
parent
commit
b8a2d6b08c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      css/tarteaucitron.css

+ 3 - 0
css/tarteaucitron.css

@@ -754,6 +754,9 @@ div.amazon_product {
 .tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
     opacity: 0.4;
 }
+#tarteaucitronServices_mandatory button.tarteaucitronAllow {
+    opacity: 1;
+}
 
 div#tarteaucitronInfo {
     display: block!important;