forked from indymedia/epicyon
Donate button hover effect
parent
f8bf4e3c7b
commit
2498ad9766
|
@ -22,7 +22,6 @@
|
|||
--button-background-hover: #777;
|
||||
--button-background: #999;
|
||||
--button-small-background: #999;
|
||||
--button-selected: #666;
|
||||
--hashtag-margin: 2%;
|
||||
--hashtag-vertical-spacing1: 50px;
|
||||
--hashtag-vertical-spacing2: 100px;
|
||||
|
|
|
@ -241,6 +241,10 @@ a:focus {
|
|||
background-color: var(--button-background-hover);
|
||||
}
|
||||
|
||||
.donateButton:hover {
|
||||
background-color: var(--button-background-hover);
|
||||
}
|
||||
|
||||
.buttonselected span {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue