This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const gblFrom = { | |
year : 2020 , | |
month : 3, | |
day : 29, | |
hour : 0 | |
}; | |
const gblTo = { | |
year : 2020 , | |
month : 8, | |
day : 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Show the move cursor to demonstrate drag/drop scrolling on the interface. */ | |
#board { | |
cursor: move; | |
} | |
#board .list { | |
cursor: default; | |
} | |
/* Change the background to a texture while maintaining board color. */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Subtler, clearer colors and edges | |
* Emphsasize first two lists | |
* -- can be modified in CSS to include fewer or more lists | |
*/ | |
* { | |
border-radius: 0 !important; | |
} |