Преглед изворни кода

Better default button color

Amauri CHAMPEAUX пре 6 година
родитељ
комит
a5bf32ea72
1 измењених фајлова са 9 додато и 2 уклоњено
  1. 9 2
      css/tarteaucitron.css

+ 9 - 2
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 {