瀏覽代碼

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 {