edit: ajout script generatif avec collection test + pleins de petits réglages
|
After Width: | Height: | Size: 929 KiB |
|
After Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 266 KiB |
|
After Width: | Height: | Size: 781 KiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 378 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 534 KiB |
|
After Width: | Height: | Size: 580 KiB |
@@ -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{
|
||||
|
||||