From ba2369f980ae5236b358d7d3efc7411346f9004d Mon Sep 17 00:00:00 2001 From: Yoan Bernabeu Date: Sun, 22 Sep 2024 18:24:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20ios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index.html | 55 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 9 deletions(-) diff --git a/app/index.html b/app/index.html index e7dbf23..c363b40 100644 --- a/app/index.html +++ b/app/index.html @@ -51,7 +51,7 @@ .options input[type="checkbox"] { margin-right: 10px; } - #startButton, #addTimeButton, #endButton { + #startButton, #addTimeButton, #endButton, #playAudioButton { background-color: #0f3460; color: #eaeaea; border: none; @@ -60,13 +60,23 @@ margin-top: 20px; cursor: pointer; width: 100%; + transition: all 0.3s ease; } - #startButton:hover, #addTimeButton:hover, #endButton:hover { + #startButton:hover, #addTimeButton:hover, #endButton:hover, #playAudioButton:hover { background-color: #16213e; } - #addTimeButton, #endButton { + #addTimeButton, #endButton, #playAudioButton { display: none; } + #playAudioButton { + background-color: transparent; + border: 2px solid #e94560; + color: #e94560; + } + #playAudioButton:hover { + background-color: #e94560; + color: #eaeaea; + } #timerDisplay { font-size: 3em; margin-top: 30px; @@ -103,6 +113,14 @@ width: 100%; height: 50px; } + #playAudioButton { + background-color: transparent; + border: 2px solid #e94560; + color: #e94560; + margin-top: 10px; + cursor: pointer; + display: none; + } @@ -120,6 +138,7 @@

Le Cristal des Rêves - Minuteur

45:00
+