Set full opacity for mandatory cookies accept button

This commit is contained in:
Amauri CHAMPEAUX 2020-10-09 18:39:05 +02:00
parent e41878c005
commit b8a2d6b08c
1 changed files with 3 additions and 0 deletions

View File

@ -754,6 +754,9 @@ div.amazon_product {
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
opacity: 1;
}
div#tarteaucitronInfo {
display: block!important;