From ac5cda63e0ace7b480fcb8a435ca8b0ded5f30a1 Mon Sep 17 00:00:00 2001 From: "theo@manjaro" Date: Wed, 15 Jun 2022 15:48:28 +0200 Subject: [PATCH] Suppression des events JavaScript OnClick --- static/style.css | 5 +++-- templates/free-rooms.html | 2 +- templates/index.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index b62dedc..06384bc 100644 --- a/static/style.css +++ b/static/style.css @@ -175,7 +175,7 @@ dt .details { font-size: 80%; } -input[type="submit"], button{ +input[type="submit"], button, .button{ background: var(--bg-light); border-style: solid; border-width: 1px; @@ -184,9 +184,10 @@ input[type="submit"], button{ border-radius: 10px; transition: background 0.1s; color: var(--fg); + text-decoration: none; } -input[type="submit"]:hover, button:hover { +input[type="submit"]:hover, button:hover, .button:hover { background: var(--bg-dark); color: var(--fg); } diff --git a/templates/free-rooms.html b/templates/free-rooms.html index d3d4dde..45496e5 100644 --- a/templates/free-rooms.html +++ b/templates/free-rooms.html @@ -15,7 +15,7 @@ Le {{ date_str }} {% endif %}
- + Choisir une date

Disponibles maintenant

diff --git a/templates/index.html b/templates/index.html index eb4f05e..9e0c790 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@

Bienvenue sur UniSquat !

- + Démarrer

Qu'est ce que c'est ?