]> _ Git - Animations.git/commitdiff
wait #7049 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Sep 2024 12:48:40 +0000 (14:48 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Sep 2024 12:48:40 +0000 (14:48 +0200)
JoueClubButton/_tools/publish.php
JoueClubButton/index.html
JoueClubButton/jc2024button.zip

index b4afefc34546dd0a313d309c6b477f1ecf68fc1d..539991ed164ba2c971017ef20b6d99457b1d79da 100644 (file)
@@ -2,7 +2,7 @@
 
 $root = realpath(__DIR__ . '/../');
 
-$fluidbook='31400';
+$fluidbook='31437';
 
 $zip = '"C:\Program Files\7-Zip\7z.exe" a -tzip ' . $root . '/jc2024button.zip ../ -xr0!_doc -xr0!_tools -xr0!*.zip -xr0!*.less -xr0!*.map -xr0!data-*.js';
 echo `$zip`;
index a011cbdfb22ea1f84f17f9d7f0f6c1c7dab16454..c9cc73e29d207178b60c4a8980cd0598518b51aa 100644 (file)
@@ -9,7 +9,7 @@
         }
 
         main {
-            cursor: pointer;
+            cursor: default;
         }
 
         .pulse {
@@ -68,7 +68,6 @@
             transform: translate3d(0, 0, 0);
             text-align: center;
             opacity: 1;
-            cursor: pointer;
             position: absolute;
             top: 0;
             left: 0;
@@ -85,6 +84,8 @@
             height: 140px;
             z-index: 4;
             top: 40px;
+            cursor: pointer;
+            border-radius: 50%;
         }
 
     </style>
 
         $("#a1").on('mouseover', function () {
             let tooltip;
-            if($("body").hasClass('active')){
-                tooltip='Retirer de ma liste de cadeaux';
-            }else{
-                tooltip='Ajouter à ma liste de cadeaux';
+            if ($("body").hasClass('active')) {
+                tooltip = 'Retirer de ma liste de cadeaux';
+            } else {
+                tooltip = 'Ajouter à ma liste de cadeaux';
             }
             parent.fluidbook.tooltip.displayTooltip(tooltip);
         });
index 61e7f847705f8b40e7301488687edbed607e2f48..b529df52bb2e2eed05be923d80a940e0b7198af5 100644 (file)
Binary files a/JoueClubButton/jc2024button.zip and b/JoueClubButton/jc2024button.zip differ