From 348b792dbe08ea904df0ca218f53201c303194c1 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sun, 20 Jun 2021 00:00:00 +0000 Subject: add button styling --- html/options.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'html/options.html') diff --git a/html/options.html b/html/options.html index cbbadec..eda52b8 100644 --- a/html/options.html +++ b/html/options.html @@ -93,6 +93,23 @@ input[type="radio"]:not(:checked)+.import_window_content { display: none; } + + /* buttons */ + button { + background-color: #4CAF50; + border: none; + border-radius: 8px; + color: white; + padding: 6px 12px; + text-align: center; + text-decoration: none; + display: inline-block; + margin: 2px 0px; + } + + button:hover { + box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); + } -- cgit v1.2.3