From f79b1f0f89c0268d03f181e7fd529d181a383411 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Fri, 13 Dec 2024 16:24:00 +0100 Subject: [PATCH] Highlight boutons --- src/agenda_culturel/static/style.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index 999f084..79cb8f3 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -1640,33 +1640,49 @@ label.required::after { width: 3.2em; height: 2em; line-height: 2em; + text-decoration: none; } } .score_0 { a, .a { background: rgb(0, 128, 0); } + a:hover { + background: rgb(0, 176, 0); + } } .score_1 { a, .a { background: rgb(255, 255, 0); } + a:hover { + background: rgb(248, 248, 121); + } } .score_2 { a, .a { background: rgb(255, 166, 0); } + a:hover { + background: rgb(255, 182, 47); + } } .score_3 { a, .a { background: rgb(255, 0, 0); } + a:hover { + background: rgb(255, 91, 91); + } } .score_4 { a, .a { background: rgb(128, 0, 128); color: white; } + a:hover { + background: rgb(178, 0, 178); + } } @media only screen and (min-width: 550px) { font-size: 90%;