[ACCESSIBILITE]Correction des problèmes de contrastes

This commit is contained in:
Luc MULLER 2021-10-26 16:11:40 +02:00
parent cfee13904c
commit 9de22f33fd
1 changed files with 2 additions and 16 deletions

View File

@ -526,7 +526,7 @@ div#tarteaucitronServices {
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow { .tac_activate .tarteaucitronAllow {
background: gray; background: #555;
border-radius: 4px; border-radius: 4px;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;
@ -923,21 +923,7 @@ div.amazon_product {
height:240px; height:240px;
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;