Move unused css

This commit is contained in:
2026-01-21 10:16:44 +01:00
parent 18030bfae6
commit c043c0120a

15
ui.R
View File

@@ -198,20 +198,7 @@ ui <- function() {
choices = c("Bezirke", "Stadtteile"), choices = c("Bezirke", "Stadtteile"),
selected = "Bezirke" selected = "Bezirke"
), ),
tags$head(
tags$style(
HTML("
.selectize-dropdown-content .option {
border-bottom: 1px solid #dee2e6; /* Die Trennlinie */
padding: 8px 10px; /* Abstand zwischen Text und Linie */
}
.legend {
background: white !important; /* Der Hintergrund der Legenden-Box */
opacity: 1 !important; /* Die Box selbst ist nicht transparent */
}"
)
)
),
selectizeInput( selectizeInput(
inputId = "search", inputId = "search",
label = tags$span(icon("search"),"Suche"), label = tags$span(icon("search"),"Suche"),