Merge pull request #818 from lucmuller/master
[ACCESSIBILITE]Correction des problèmes de contrastes
This commit is contained in:
commit
8380009974
|
|
@ -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;
|
||||||
|
|
@ -548,13 +548,18 @@ div#tarteaucitronServices {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
|
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
|
||||||
|
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow {
|
||||||
background-color: #1B870B;
|
background-color: #1B870B;
|
||||||
}
|
}
|
||||||
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
|
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
|
||||||
background-color: #9C1A1A;
|
background-color: #9C1A1A;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow{
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
|
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
@ -923,21 +928,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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue