Custom date range selection.

This commit is contained in:
Mike Cao 2020-09-13 01:26:54 -07:00
parent 7a8ab94bba
commit 4e103152b2
19 changed files with 545 additions and 40 deletions

View file

@ -15,7 +15,10 @@ body {
.zh-CN {
font-family: 'Noto Sans SC', sans-serif !important;
font-size: 110%;
}
.ja-JP {
font-family: 'Noto Sans JP', sans-serif !important;
}
*,
@ -40,6 +43,10 @@ h6 {
height: 100%;
}
#__modals {
z-index: 10;
}
button,
input,
select {