From 2a8a801749854f59f480ec0f02df49852346e6a2 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 11 May 2026 13:35:28 +0200 Subject: [PATCH] search button --- css/navbar.css | 24 ++++++++++++++++++++++++ includes/search.php | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) 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