Compare commits

..

2 Commits

Author SHA1 Message Date
176e72c465 small changes 2023-04-05 21:54:42 +02:00
cedd63dd90 source code 2023-03-31 02:33:57 +02:00
3 changed files with 7 additions and 2 deletions

View File

@ -87,10 +87,14 @@ tr:last-child td:last-child input {
td {
padding: 0 !important;
margin: 0 !important;
transition: background-color .4s, box-shadow .4s !important;
border: 0 !important;
}
td,
table input {
transition: background-color .4s, box-shadow .4s !important;
}
.context-menu li {
cursor: default;
}

View File

@ -56,7 +56,7 @@ window.onload = function() {
}
if (localStorage["sightCheckbox.checked"] == "true") sightCheckbox.checked = true
if (localStorage["highlighterCheckbox.checked"] == "true") highlighterCheckbox.checked = true
else if (localStorage["highlighterCheckbox.checked"] == "true") highlighterCheckbox.checked = true
boxes.forEach(box => {
box.neighbourhood = new Set(rows[box.rowId].concat(columns[box.columnId]).concat(regions[box.regionId]))

View File

@ -105,6 +105,7 @@
<a href='?.................................................................................' class='list-group-item list-group-item-action'>Grille
vierge</a>
<a href='' id='fixGridLink' class='list-group-item list-group-item-action'>Figer la grille enregistrée</a>
<a href='https://git.malingrey.fr/adrien/Sudoku' target="_blank" class='list-group-item list-group-item-action'>Code source</a>
</div>
</footer>
</body>