Kaynağa Gözat

New cookie icon off by default and border-radius adjustement

Amauri CHAMPEAUX 4 yıl önce
ebeveyn
işleme
3c5d06bd92
2 değiştirilmiş dosya ile 17 ekleme ve 1 silme
  1. 16 0
      css/tarteaucitron.css
  2. 1 1
      tarteaucitron.js

+ 16 - 0
css/tarteaucitron.css

@@ -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;

+ 1 - 1
tarteaucitron.js

@@ -208,7 +208,7 @@ var tarteaucitron = {
                 "bodyPosition": "bottom",
                 "removeCredit": false,
                 "showAlertSmall": true,
-                "showIcon": true,
+                "showIcon": false,
                 "iconPosition": "BottomRight",
                 "cookieslist": true,
                 "handleBrowserDNTRequest": false,