sauver les grilles invalides

This commit is contained in:
2026-07-30 14:35:35 +02:00
parent 1f543ba622
commit 95b46e7a69
4 changed files with 58 additions and 41 deletions
+10
View File
@@ -194,9 +194,11 @@ h2 {
margin: 1em auto 0 auto;
display: flex;
align-items: baseline;
position: relative;
}
.nouvelle-grille::before {
position: absolute;
content: "";
height: 16px;
width: 16px;
@@ -220,6 +222,14 @@ h2 {
cursor: pointer;
}
#lignes {
cursor: row-resize;
}
#colonnes {
cursor: col-resize;
}
.nouvelle-grille button {
text-decoration: underline;
}