search button
This commit is contained in:
@@ -89,6 +89,18 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
|
|||||||
margin: 0 0.5rem;
|
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 {
|
.nav__dropdown:hover .nav__dropdown-menu {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@@ -172,6 +184,18 @@ CSS für den Block Navbar mit seinen Elementen nach BEM
|
|||||||
margin: 0;
|
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 */
|
/* restliche desktop-navbar aus */
|
||||||
.nav__center,
|
.nav__center,
|
||||||
.nav__right .nav__button,
|
.nav__right .nav__button,
|
||||||
|
|||||||
+1
-1
@@ -3,4 +3,4 @@ Suchleiste. Wird via PHP später in alle Seiten eingebunden
|
|||||||
-->
|
-->
|
||||||
<!--<label for="site-search">Suche</label>-->
|
<!--<label for="site-search">Suche</label>-->
|
||||||
<input type="search" id="site-search" name="q" placeholder="Suchen..." class="nav__search">
|
<input type="search" id="site-search" name="q" placeholder="Suchen..." class="nav__search">
|
||||||
<button type="submit" class="nav__search">Suchen</button>
|
<button type="submit" class="nav__search-button">Suchen</button>
|
||||||
Reference in New Issue
Block a user