1
0

finishing datetimepicker...

This commit is contained in:
2021-03-13 16:48:16 +08:00
parent 1980f61242
commit 46a18fae99
7 changed files with 234 additions and 50 deletions

View File

@@ -36,6 +36,11 @@ div.perfectTable > div {
flex-flow: row;
}
div.perfectTable > div > div[picked=true] {
background: hsl(171, 100%, 41%);
color: #fff;
}