Bläddra i källkod

[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 år sedan
förälder
incheckning
4a0fd3cf6f
1 ändrade filer med 6 tillägg och 1 borttagningar
  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;