From: Vincent Vanwaelscappel Date: Thu, 5 Sep 2024 12:48:40 +0000 (+0200) Subject: wait #7049 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7f25c5eceee9ffb00fe6bcb8d3e465abc59be6b9;p=Animations.git wait #7049 @0.25 --- diff --git a/JoueClubButton/_tools/publish.php b/JoueClubButton/_tools/publish.php index b4afefc..539991e 100644 --- a/JoueClubButton/_tools/publish.php +++ b/JoueClubButton/_tools/publish.php @@ -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`; diff --git a/JoueClubButton/index.html b/JoueClubButton/index.html index a011cbd..c9cc73e 100644 --- a/JoueClubButton/index.html +++ b/JoueClubButton/index.html @@ -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%; } @@ -137,10 +138,10 @@ $("#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); }); diff --git a/JoueClubButton/jc2024button.zip b/JoueClubButton/jc2024button.zip index 61e7f84..b529df5 100644 Binary files a/JoueClubButton/jc2024button.zip and b/JoueClubButton/jc2024button.zip differ