Play file in browser or with external helper application #34

Merged
prpr merged 14 commits from df/webif:df-playmedia-patch into master 2022-03-25 22:58:13 +00:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 8bbc28d3c2 - Show all commits

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