From 8bbc28d3c259892defe6bf7a2986f647cf4a2882 Mon Sep 17 00:00:00 2001 From: df Date: Fri, 16 Apr 2021 10:32:20 +0000 Subject: [PATCH] Add Download button --- webif/html/browse/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webif/html/browse/style.css b/webif/html/browse/style.css index d2e2fa3..93e63e4 100644 --- a/webif/html/browse/style.css +++ b/webif/html/browse/style.css @@ -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; +} +