Browse Source

Set full opacity for mandatory cookies accept button

Amauri CHAMPEAUX 4 năm trước cách đây
mục cha
commit
b8a2d6b08c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;