summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-07-28 13:43:30 +0200
committerDenise sur Lya <sekhmet@lya>2021-07-28 13:43:30 +0200
commit451bdc74fe50a124a3fe0733b675c8f01b50ee53 (patch)
tree342322f3b37bfacc750e2ce9477f6ad0a5419a1d /static
parent77986b320dfc33625ea2df7f4049cb6c7f8c222e (diff)
downloadbingo-451bdc74fe50a124a3fe0733b675c8f01b50ee53.tar.gz
bingo-451bdc74fe50a124a3fe0733b675c8f01b50ee53.tar.zst
bingo-451bdc74fe50a124a3fe0733b675c8f01b50ee53.zip
Gestion des catégories
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
1 files changed, 8 insertions, 1 deletions
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 @@
1/* Styles divers */ 1/* Styles divers */
2.cliquable { 2.cliquable {
3 cursor: pointer;
4 text-decoration: underline; 3 text-decoration: underline;
5} 4}
5.cliquable:hover {
6 cursor: pointer;
7}
6 8
7.petit { 9.petit {
8 font-size: 0.8em; 10 font-size: 0.8em;
@@ -24,6 +26,11 @@
24 margin: 0px; 26 margin: 0px;
25 padding: 3px ; 27 padding: 3px ;
26 text-align: center ; 28 text-align: center ;
29 min-width: 10em;
30 min-height: 3em ;
31}
32#grille td:hover {
33 cursor: pointer;
27} 34}
28 35
29#grille td.vide { 36#grille td.vide {