mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DonateOptionsCard: fix button active color
This commit is contained in:
parent
cc5835a546
commit
d4e91f2a1c
1 changed files with 4 additions and 0 deletions
|
@ -181,6 +181,10 @@
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(#donation-box button:active) {
|
||||||
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
:global(#donation-box button:hover) {
|
:global(#donation-box button:hover) {
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
|
Loading…
Reference in a new issue