mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fix active button style in Safari
This commit is contained in:
parent
bf6df3647a
commit
d8ab26698a
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button:active {
|
||||||
|
color: initial;
|
||||||
|
}
|
||||||
|
|
||||||
.large {
|
.large {
|
||||||
font-size: var(--font-size-large);
|
font-size: var(--font-size-large);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue