浏览代码

[ACCESSIBILITE] Rétablissement de l'opacité 0.4 sur le boutons
d'acceptation des cookies obligatoires
-> https://github.com/AmauriC/tarteaucitron.js/pull/818#issuecomment-952034939

Luc MULLER 3 年之前
父节点
当前提交
4a0fd3cf6f
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      css/tarteaucitron.css

+ 6 - 1
css/tarteaucitron.css

@@ -548,13 +548,18 @@ div#tarteaucitronServices {
     opacity: 1;
 }
 
-#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
+#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
+#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
     background-color: #1B870B;
 }
 #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
     background-color: #9C1A1A;
 }
 
+#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow{
+    opacity: 0.4;
+}
+
 #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
     color: #333;
     font-size: 12px;