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