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
|
|
@ -1,16 +1,15 @@
|
|||
.dropdown {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
font-size: var(--font-size-small);
|
||||
min-width: 140px;
|
||||
border: 1px solid var(--gray500);
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.value {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
font-size: var(--font-size-small);
|
||||
min-width: 140px;
|
||||
padding: 4px 16px;
|
||||
border: 1px solid var(--gray500);
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue