mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Custom date range selection.
This commit is contained in:
parent
7a8ab94bba
commit
4e103152b2
19 changed files with 545 additions and 40 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue