From 7c1089197faa904ffe1c83743a4f516dd8dd689d Mon Sep 17 00:00:00 2001 From: coon Date: Sat, 2 Dec 2023 20:35:23 +0100 Subject: [PATCH] static: fix button style for firefox --- static/flexbox/sanic.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index 42341a7..61bb936 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -15,6 +15,11 @@ div { button { background-color: #28374a; color: #bbb; + + border-left-color: #545454; + border-top-color: #545454; + border-right-color: #3a3a3a; + border-bottom-color: #3A3A3A; } input {