diff --git a/css/navbar.css b/css/navbar.css
index 126103c..0a5660a 100644
--- a/css/navbar.css
+++ b/css/navbar.css
@@ -89,6 +89,18 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
margin: 0 0.5rem;
}
+.nav__search-button {
+ display: inline-block;
+ background: #fff;
+ border: none;
+ border-radius: 4px;
+ padding: 0.4rem 0.6rem;
+ font-size: 0.8rem;
+ font-weight: 600;
+ cursor: pointer;
+ margin-left: 4px;
+}
+
.nav__dropdown:hover .nav__dropdown-menu {
display: block;
}
@@ -172,6 +184,18 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
margin: 0;
}
+ .nav__search-button {
+ display: inline-block;
+ background: #fff;
+ border: none;
+ border-radius: 4px;
+ padding: 0.4rem 0.6rem;
+ font-size: 0.8rem;
+ font-weight: 600;
+ cursor: pointer;
+ margin-left: 4px;
+ }
+
/* restliche desktop-navbar aus */
.nav__center,
.nav__right .nav__button,
diff --git a/includes/search.php b/includes/search.php
index 98fb28f..1e7ea90 100644
--- a/includes/search.php
+++ b/includes/search.php
@@ -3,4 +3,4 @@ Suchleiste. Wird via PHP später in alle Seiten eingebunden
-->
-
\ No newline at end of file
+
\ No newline at end of file