mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 04:16:59 +01:00
Donate button style changed
This commit is contained in:
parent
88d6946fa0
commit
5c21b10705
@ -179,6 +179,20 @@ footer {
|
||||
color: #339a6f;
|
||||
}
|
||||
|
||||
#donate-button {
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
color: #5f5f5f;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#donate-button:hover {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
#options-button-svg,
|
||||
#donate-button-svg {
|
||||
background-size: cover;
|
||||
|
@ -27,7 +27,7 @@
|
||||
<img class="icon-logo" src="icon.svg" alt="Extension Icon">
|
||||
<div class="heading">LocalCDN <sup id="version-label" class="label-version"></sup></div>
|
||||
|
||||
<div id="donate-button" class="button">
|
||||
<div id="donate-button">
|
||||
<div id="donate-button-svg"></div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user