Compare commits
No commits in common. "176e72c4656ec91b5ccdf12f1df537fac2cd7285" and "60b5f74e94834fb3599d9120d305b7d201ce8881" have entirely different histories.
176e72c465
...
60b5f74e94
@ -87,12 +87,8 @@ tr:last-child td:last-child input {
|
|||||||
td {
|
td {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
border: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
td,
|
|
||||||
table input {
|
|
||||||
transition: background-color .4s, box-shadow .4s !important;
|
transition: background-color .4s, box-shadow .4s !important;
|
||||||
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu li {
|
.context-menu li {
|
||||||
|
@ -56,7 +56,7 @@ window.onload = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (localStorage["sightCheckbox.checked"] == "true") sightCheckbox.checked = true
|
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 => {
|
boxes.forEach(box => {
|
||||||
box.neighbourhood = new Set(rows[box.rowId].concat(columns[box.columnId]).concat(regions[box.regionId]))
|
box.neighbourhood = new Set(rows[box.rowId].concat(columns[box.columnId]).concat(regions[box.regionId]))
|
||||||
|
@ -105,7 +105,6 @@
|
|||||||
<a href='?.................................................................................' class='list-group-item list-group-item-action'>Grille
|
<a href='?.................................................................................' class='list-group-item list-group-item-action'>Grille
|
||||||
vierge</a>
|
vierge</a>
|
||||||
<a href='' id='fixGridLink' class='list-group-item list-group-item-action'>Figer la grille enregistrée</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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user