Better default button color

This commit is contained in:
Amauri CHAMPEAUX 2018-09-14 09:28:09 +02:00 committed by GitHub
parent e7e2e8178c
commit a5bf32ea72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -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 {