mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
Merge pull request #90 from dakshshah96/buttons-active-safari
Fix active button style in Safari
This commit is contained in:
commit
80c3927048
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…
Add table
Add a link
Reference in a new issue