From dab371578d0a945b794a75e73999656c64a0239b Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Mon, 15 Mar 2021 21:54:01 +0100 Subject: [PATCH] Ajout hover sur boutons des acteurs --- styles/simple.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/simple.css b/styles/simple.css index 7a73a2b1..c3f6f71e 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -246,6 +246,12 @@ table {border: 1px solid #7a7971;} height: 8%; max-height: 48px; border-width: 0; + border: 1px solid rgba(0, 0, 0, 0); +} +.button-img:hover { + color: rgba(255, 255, 128, 0.7); + border: 1px solid rgba(255, 128, 0, 0.8); + cursor: pointer; } .button-effect-img {