small changes
This commit is contained in:
		| @ -87,10 +87,14 @@ tr:last-child td:last-child input { | |||||||
| td { | td { | ||||||
|     padding: 0 !important; |     padding: 0 !important; | ||||||
|     margin: 0 !important; |     margin: 0 !important; | ||||||
|     transition: background-color .4s, box-shadow .4s !important; |  | ||||||
|     border: 0 !important; |     border: 0 !important; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | td, | ||||||
|  | table input { | ||||||
|  |     transition: background-color .4s, box-shadow .4s !important; | ||||||
|  | } | ||||||
|  |  | ||||||
| .context-menu li { | .context-menu li { | ||||||
|     cursor: default; |     cursor: default; | ||||||
| } | } | ||||||
|  | |||||||
| @ -56,7 +56,7 @@ window.onload = function() { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (localStorage["sightCheckbox.checked"] == "true") sightCheckbox.checked = true |     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 => { |     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])) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user