New cookie icon off by default and border-radius adjustement
This commit is contained in:
parent
48ed45ba1c
commit
3c5d06bd92
|
|
@ -576,6 +576,22 @@ div#tarteaucitronServices {
|
|||
left: 0;
|
||||
}
|
||||
|
||||
.tarteaucitronIconTopLeft #tarteaucitronManager {
|
||||
border-radius: 2px 7px 7px 2px;
|
||||
}
|
||||
|
||||
.tarteaucitronIconTopRight #tarteaucitronManager {
|
||||
border-radius: 7px 2px 2px 7px;
|
||||
}
|
||||
|
||||
.tarteaucitronIconBottomLeft #tarteaucitronManager {
|
||||
border-radius: 7px 7px 2px 2px;
|
||||
}
|
||||
|
||||
.tarteaucitronIconBottomRight #tarteaucitronManager {
|
||||
border-radius: 7px 7px 2px 2px;
|
||||
}
|
||||
|
||||
#tarteaucitronIcon {
|
||||
background: transparent;
|
||||
position: fixed;
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ var tarteaucitron = {
|
|||
"bodyPosition": "bottom",
|
||||
"removeCredit": false,
|
||||
"showAlertSmall": true,
|
||||
"showIcon": true,
|
||||
"showIcon": false,
|
||||
"iconPosition": "BottomRight",
|
||||
"cookieslist": true,
|
||||
"handleBrowserDNTRequest": false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue