From 6c35f796c659a6a3d839d4176b833db361f5678d Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 23 Aug 2022 11:32:57 +0200 Subject: add styling to buttons and file input --- src/hydrilla/proxy/web_ui/templates/base.html.jinja | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'src/hydrilla/proxy/web_ui/templates/base.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja index eb9680f..b41a106 100644 --- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja @@ -56,6 +56,22 @@ in a proprietary work, I am not going to enforce this in court. background-color: #fcc; } + .green-button { + background-color: #4caf50; + border: none; + border-radius: 2px; + color: white; + text-align: center; + text-decoration: none; + display: inline-block; + padding: 5px 10px; + -moz-user-select: none; + user-select: none; + cursor: pointer; + font: 400 0.9em sans-serif; + margin: 2px; + } + .hide { display: none !important; } @@ -70,7 +86,7 @@ in a proprietary work, I am not going to enforce this in court. ul#nav > li { list-style-type: none; - background-color: #70AF70; + background-color: #70af70; font-size: 115%; padding: 10px; display: inline-block; -- cgit v1.2.3