Add basic raceresult entering template with DnD

This commit is contained in:
2024-02-18 23:02:40 +01:00
parent adf6d6e99a
commit b8316cc236
3 changed files with 150 additions and 0 deletions

View File

@ -0,0 +1,21 @@
/* https://codepen.io/retrofuturistic/pen/DJWYBv */
[draggable] {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
/* Required to make elements draggable in old WebKit */
-khtml-user-drag: element;
-webkit-user-drag: element;
}
.column {
cursor: move;
}
.column.over {
//border: 2px dashed #000;
border-top: 2px solid blue;
}