mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
Funnel form.
This commit is contained in:
parent
dd2db308ee
commit
1130bca195
19 changed files with 460 additions and 45 deletions
19
components/pages/reports/FunnelForm.module.css
Normal file
19
components/pages/reports/FunnelForm.module.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.filter {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.hiddenInput {
|
||||
max-height: 100px;
|
||||
}
|
||||
|
||||
.hiddenInput {
|
||||
visibility: hidden;
|
||||
min-height: 0px;
|
||||
max-height: 0px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
visibility: hidden;
|
||||
min-height: 0px;
|
||||
max-height: 0px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue