From 451bdc74fe50a124a3fe0733b675c8f01b50ee53 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Wed, 28 Jul 2021 13:43:30 +0200 Subject: =?UTF-8?q?Gestion=20des=20cat=C3=A9gories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 36d5569..3fc08f7 100644 --- a/static/style.css +++ b/static/style.css @@ -1,8 +1,10 @@ /* Styles divers */ .cliquable { - cursor: pointer; text-decoration: underline; } +.cliquable:hover { + cursor: pointer; +} .petit { font-size: 0.8em; @@ -24,6 +26,11 @@ margin: 0px; padding: 3px ; text-align: center ; + min-width: 10em; + min-height: 3em ; +} +#grille td:hover { + cursor: pointer; } #grille td.vide { -- cgit v1.2.3