Explorar o código

[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 %!s(int64=3) %!d(string=hai) anos
pai
achega
4a0fd3cf6f
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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;