Browse Source

Undo removal of opacity on button

Amauri CHAMPEAUX 3 years ago
parent
commit
346a251cf0
1 changed files with 15 additions and 0 deletions
  1. 15 0
      css/tarteaucitron.css

+ 15 - 0
css/tarteaucitron.css

@@ -929,6 +929,21 @@ div.amazon_product {
     width:120px;
 }
 
+.tarteaucitronIsAllowed .tarteaucitronDeny {
+    opacity: 0.4!important;
+}.tarteaucitronIsDenied .tarteaucitronAllow {
+    opacity: 0.4!important;
+}.tarteaucitronIsAllowed .tarteaucitronAllow {
+    opacity: 1!important;
+}.tarteaucitronIsDenied .tarteaucitronDeny {
+    opacity: 1!important;
+}
+.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
+    opacity: 0.4;
+}
+#tarteaucitronServices_mandatory button.tarteaucitronAllow {
+    opacity: 1;
+}
 
 div#tarteaucitronInfo {
     display: block!important;