Donate button style changed

This commit is contained in:
nobody42 2020-05-19 17:24:36 +02:00
parent 88d6946fa0
commit 5c21b10705
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
2 changed files with 15 additions and 1 deletions

View File

@ -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;

View File

@ -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>