diff --git a/ui.R b/ui.R index 50e7f7c..38db5a4 100644 --- a/ui.R +++ b/ui.R @@ -198,20 +198,7 @@ ui <- function() { choices = c("Bezirke", "Stadtteile"), 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( inputId = "search", label = tags$span(icon("search"),"Suche"),