From 5cbf336a68d229c5496ad93032493d9a62b67cff Mon Sep 17 00:00:00 2001
From: Karl <Karl Hasselbring>
Date: Wed, 1 Feb 2017 10:17:44 +0100
Subject: [PATCH] Strichfarbe passt sich jetzt mit an

---
 public/css/theme.css.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/public/css/theme.css.php b/public/css/theme.css.php
index 4aa847d53..458b823bc 100644
--- a/public/css/theme.css.php
+++ b/public/css/theme.css.php
@@ -55,6 +55,11 @@ input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=tel]
 	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
 }
 
+.navbar.navbar-resultpage {
+    border-bottom: 2px solid <?=$color?>;
+    box-shadow: none;
+}
+
 .lSPrev > span, .lSNext > span {
 	color: <?=$color?>;
 }
\ No newline at end of file
-- 
GitLab