Change the icons to checkbox

This commit is contained in:
Amauri CHAMPEAUX 2023-08-10 11:48:32 +02:00 committed by GitHub
parent 7c5e8809d6
commit 88cf632e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -34,6 +34,44 @@ button#tarteaucitronClosePanel {
border-radius: 5px 5px 0 0;
right: 15px!important;
}
button.tarteaucitron-toggle-group {
background: transparent!important;
padding: 10px 0 0;
cursor: pointer;
}
#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck::before {
content: '\2610'!important
}
#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck::before {
content: '\2611'!important
}
#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross::before {
content: '\2611'!important
}
#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before {
content: '\2610'!important
}
#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before {
content: '\2610'!important
}
#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before {
content: '\2610'!important
}
#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronCheck::before {
content: '\2611'!important
}
#tarteaucitronRoot .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronCross::before {
font-size: 20px;
}
/***************/