From 057de7cd7549b26b068407739606aacd5b9fc4f1 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 27 Aug 2022 23:27:54 +0200 Subject: [PATCH] CSS: Remove default border from buttons --- server/templates/macros.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index e4369a4..dc3ca9d 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -37,6 +37,7 @@ background-color: rgb(153, 50, 204); color: whitesmoke; border-radius: .3rem; + border: none; } button:disabled { background-color: rgb(98, 67, 113);