🐛 Fix invisible "Deny all" button in the modal window displayed when orientation is middle
This commit is contained in:
parent
6726dd2e8a
commit
a9502ddf3e
|
|
@ -514,7 +514,12 @@ div#tarteaucitronServices {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
|
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
|
||||||
|
#tarteaucitronAlertBig #tarteaucitronPersonalize,
|
||||||
|
.tarteaucitronCTAButton,
|
||||||
|
#tarteaucitron #tarteaucitronPrivacyUrl,
|
||||||
|
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
|
||||||
|
#tarteaucitronRoot .tarteaucitronDeny {
|
||||||
background: #008300;
|
background: #008300;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -525,6 +530,10 @@ div#tarteaucitronServices {
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tarteaucitronRoot .tarteaucitronDeny {
|
||||||
|
background: #9C1A1A;
|
||||||
|
}
|
||||||
|
|
||||||
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
|
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue