Undo removal of opacity on button

This commit is contained in:
Amauri CHAMPEAUX 2021-11-29 19:26:44 +01:00
parent 5e42fdeb3f
commit 346a251cf0
1 changed files with 15 additions and 0 deletions

View File

@ -929,6 +929,21 @@ div.amazon_product {
width:120px;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
opacity: 0.4!important;
}.tarteaucitronIsDenied .tarteaucitronAllow {
opacity: 0.4!important;
}.tarteaucitronIsAllowed .tarteaucitronAllow {
opacity: 1!important;
}.tarteaucitronIsDenied .tarteaucitronDeny {
opacity: 1!important;
}
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
opacity: 1;
}
div#tarteaucitronInfo {
display: block!important;