summaryrefslogtreecommitdiff
path: root/talermerchantdemos/static
diff options
context:
space:
mode:
authorTorsten Grothoff <tg@wafflepowered.com>2020-09-06 16:47:30 +0200
committerTorsten Grothoff <tg@wafflepowered.com>2020-09-06 16:47:30 +0200
commit05a99e03d7493c103360efb08344eb5aa32979fb (patch)
tree9823e5d5039119038149a8a6f73da290eac04bed /talermerchantdemos/static
parent0f5e458d234a32beee31caa9df3501bfe809005b (diff)
downloadtaler-merchant-demos-05a99e03d7493c103360efb08344eb5aa32979fb.tar.gz
taler-merchant-demos-05a99e03d7493c103360efb08344eb5aa32979fb.tar.bz2
taler-merchant-demos-05a99e03d7493c103360efb08344eb5aa32979fb.zip
Added readme stuff, ad messed with css, and other stuff, and more stuff.
Diffstat (limited to 'talermerchantdemos/static')
-rw-r--r--talermerchantdemos/static/navbar.css25
1 files changed, 20 insertions, 5 deletions
diff --git a/talermerchantdemos/static/navbar.css b/talermerchantdemos/static/navbar.css
index 91ee1df..d5496c9 100644
--- a/talermerchantdemos/static/navbar.css
+++ b/talermerchantdemos/static/navbar.css
@@ -27,25 +27,40 @@ nav {
z-index: 10000;
}
-nav a {
+nav * {
border: none;
color: white;
- padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
background: #00000000;
+ height: inherit;
+}
+nav *{
+ padding: 15px 32px;
}
-nav a:hover {
+nav *:hover {
background: #00000022;
}
-nav a.active {
+nav *.active {
background-color: #4CAF50;
}
-nav a.active:hover {
+nav *.active:hover {
background: #377c39;
+}
+
+nav * {
+ cursor: pointer;
+}
+nav a.right {
+ float:right;
+ margin-right: 5vw;
+}
+
+input[type=checkbox]:checked + label {
+ color: red;
} \ No newline at end of file