Compare commits

..

No commits in common. "176e72c4656ec91b5ccdf12f1df537fac2cd7285" and "60b5f74e94834fb3599d9120d305b7d201ce8881" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

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

View File

@ -56,7 +56,7 @@ window.onload = function() {
}
if (localStorage["sightCheckbox.checked"] == "true") sightCheckbox.checked = true
else if (localStorage["highlighterCheckbox.checked"] == "true") highlighterCheckbox.checked = true
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,7 +105,6 @@
<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>