Set full opacity for mandatory cookies accept button
This commit is contained in:
parent
e41878c005
commit
b8a2d6b08c
|
|
@ -754,6 +754,9 @@ div.amazon_product {
|
||||||
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
|
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
div#tarteaucitronInfo {
|
div#tarteaucitronInfo {
|
||||||
display: block!important;
|
display: block!important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue