mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Enable public website sharing.
This commit is contained in:
parent
48a524e09c
commit
560f1316c1
36 changed files with 294 additions and 61 deletions
|
|
@ -47,7 +47,8 @@ a:visited {
|
|||
color: var(--primary400);
|
||||
}
|
||||
|
||||
input,
|
||||
input[type='text'],
|
||||
input[type='password'],
|
||||
textarea {
|
||||
padding: 4px 8px;
|
||||
font-size: var(--font-size-normal);
|
||||
|
|
@ -59,11 +60,19 @@ textarea {
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
input[type='checkbox'] + label {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
label {
|
||||
flex: 1;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
label:empty {
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue