Better default button color
This commit is contained in:
parent
32503dc2de
commit
73b5f7de42
|
|
@ -705,9 +705,16 @@ div.amazon_product {
|
|||
width:120px;
|
||||
}
|
||||
.tarteaucitronIsAllowed .tarteaucitronDeny {
|
||||
opacity: 0.5;
|
||||
opacity: 0.4!important;
|
||||
}.tarteaucitronIsDenied .tarteaucitronAllow {
|
||||
opacity: 0.5;
|
||||
opacity: 0.4!important;
|
||||
}.tarteaucitronIsAllowed .tarteaucitronAllow {
|
||||
opacity: 1!important;
|
||||
}.tarteaucitronIsDenied .tarteaucitronDeny {
|
||||
opacity: 1!important;
|
||||
}
|
||||
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronAllow {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
div#tarteaucitronInfo {
|
||||
|
|
|
|||
Loading…
Reference in New Issue