mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-10 16:40:07 +01:00
Donate button style changed
This commit is contained in:
parent
88d6946fa0
commit
5c21b10705
@ -179,6 +179,20 @@ footer {
|
|||||||
color: #339a6f;
|
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,
|
#options-button-svg,
|
||||||
#donate-button-svg {
|
#donate-button-svg {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<img class="icon-logo" src="icon.svg" alt="Extension Icon">
|
<img class="icon-logo" src="icon.svg" alt="Extension Icon">
|
||||||
<div class="heading">LocalCDN <sup id="version-label" class="label-version"></sup></div>
|
<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 id="donate-button-svg"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user