From 18aba9adff901d1506fb73c87e91e501594f3284 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 31 Mar 2023 01:32:52 +0200 Subject: [PATCH] Pas de bordure pour les boutons avance rapide --- styles/simple.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/simple.css b/styles/simple.css index 8160a826..4b38d96b 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1753,6 +1753,7 @@ div.horloge-roue div img { .calendar-boutons-heure .calendar-btn:is(.calendar-lyre,.calendar-vaisseau) img { color: hsla(0, 0%, 100%, 0.5); + border: none; vertical-align: bottom; max-width: 1.2em; max-height: 1.2em;