edit: ajout script generatif avec collection test + pleins de petits réglages

This commit is contained in:
2026-03-22 10:04:05 +01:00
parent ec98357ae2
commit 7ccede8b51
22 changed files with 301 additions and 23 deletions
+12 -3
View File
@@ -73,15 +73,23 @@ input {
a{
text-decoration: none;
color: inherit;
cursor: pointer;
cursor: alias;
}
button{
cursor: cell;
}
a p{
cursor:inherit;
}
a button{
cursor: inherit;
}
p{
cursor: default;
cursor: inherit;
}
/*=====================Référencement*/
@@ -147,6 +155,7 @@ canvas {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
cursor: crosshair;
}
@@ -253,6 +262,7 @@ canvas {
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
cursor: move;
}
.windowTitleLower{
@@ -271,7 +281,6 @@ canvas {
width: 50px;
height: 33px;
align-items: center;
cursor: pointer;
}
.closeBtn:hover{