This commit is contained in:
NOrtmann1
2026-05-28 22:19:31 +02:00
parent c0d9949037
commit cdc8b85f3c
2 changed files with 4 additions and 28 deletions
-28
View File
@@ -50,34 +50,6 @@ CSS für die Suchergebnis-Seite
align-items: center;
}
.nav__search {
display: flex;
width: 100%;
margin: 0;
padding: 0.4rem 0.6rem;
font-size: 0.9rem;
border: 1px solid #cbd5e1;
border-radius: 4px;
background: #fff;
}
.nav__search-button {
display: inline-block;
background: #fff;
border: 1px solid #cbd5e1;
border-radius: 4px;
padding: 0.4rem 0.6rem;
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
margin-left: 4px;
transition: background-color 0.2s;
}
.nav__search-button:hover {
background-color: #f8f9fa;
}
/* Filter Radio-Buttons */
.s-res-filter-group {
display: flex;