css
This commit is contained in:
@@ -69,12 +69,12 @@ CSS für die Suchergebnis-Seite
|
||||
|
||||
.s-res-filter-option input[type="radio"] {
|
||||
margin: 0;
|
||||
accent-color: #3182ce; /* Moderne Färbung des Radio-Buttons */
|
||||
accent-color: #3182ce;
|
||||
}
|
||||
|
||||
/* --- HAUPTINHALT (ERGEBNISSE) --- */
|
||||
.s-res-main-content {
|
||||
min-width: 0; /* Verhindert das Ausbrechen von Flex-Elementen */
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.s-res-header {
|
||||
@@ -164,7 +164,7 @@ CSS für die Suchergebnis-Seite
|
||||
transform: translateX(3px);
|
||||
}
|
||||
|
||||
/* --- ERGEBNISSE PRO SEITE & PAGINIERUNG --- */
|
||||
/* ERGEBNISSE PRO SEITE & PAGINIERUNG */
|
||||
.s-res-pagination-footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user