Undo removal of opacity on button
This commit is contained in:
parent
5e42fdeb3f
commit
346a251cf0
|
|
@ -929,6 +929,21 @@ div.amazon_product {
|
||||||
width:120px;
|
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 {
|
div#tarteaucitronInfo {
|
||||||
display: block!important;
|
display: block!important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue