From 05a99e03d7493c103360efb08344eb5aa32979fb Mon Sep 17 00:00:00 2001 From: Torsten Grothoff Date: Sun, 6 Sep 2020 16:47:30 +0200 Subject: Added readme stuff, ad messed with css, and other stuff, and more stuff. --- talermerchantdemos/static/navbar.css | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'talermerchantdemos/static') 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 -- cgit v1.2.3