Add Download button

This commit is contained in:
df 2021-04-16 10:32:20 +00:00
parent c8f51adfaa
commit 8bbc28d3c2
1 changed files with 10 additions and 0 deletions

View File

@ -35,3 +35,13 @@ input.uint8_t
width: 6ch;
}
/* a link that looks like a button */
button + a.ui-button
{
margin-right: 0.4em;
}
.ui-button:link
{
background-color: rgb(254, 206, 47) !important;
}