Donate button style

main2
Bob Mottram 2019-11-07 10:13:14 +00:00
parent 52ee766989
commit e91537be7e
2 changed files with 11 additions and 2 deletions

View File

@ -432,8 +432,17 @@ input[type=submit] {
opacity: 0.7;
}
.donateLink {
.donateButton {
background-color: #2965;
color: #000;
float: none;
margin: 0px 10px;
padding: 12px 40px;
border: none;
border-radius: var(--button-corner-radius);
cursor: pointer;
font-size: var(--font-size3);
opacity: 0.7;
}
input[type=submit]:hover {

View File

@ -1340,7 +1340,7 @@ def htmlProfile(translate: {},projectVersion: str, \
donateSection= \
'<div class="container">\n' \
' <center>\n' \
' <a href="'+donateUrl+'"><button class="loginLink">'+translate['Donate']+'</button></a>\n' \
' <a href="'+donateUrl+'"><button class="donateButton">'+translate['Donate']+'</button></a>\n' \
' </center>\n' \
'</div>\n'