aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/base.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-23 11:32:57 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-09 13:50:41 +0200
commit3a7f0a0f99651180badb448ae3f0be1e60b714b4 (patch)
treeaecb82695a59ddfb3ed45a4179a7248da05bc6ec /src/hydrilla/proxy/web_ui/templates/base.html.jinja
parentdc072908d57f56aa7af5ee50f3e42114298fb85f (diff)
downloadhaketilo-hydrilla-3a7f0a0f99651180badb448ae3f0be1e60b714b4.tar.gz
haketilo-hydrilla-3a7f0a0f99651180badb448ae3f0be1e60b714b4.zip
add styling to buttons and file input
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/base.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/base.html.jinja18
1 files changed, 17 insertions, 1 deletions
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;