From c043c0120a8abbd66ca3ac0e924d750d73c464c4 Mon Sep 17 00:00:00 2001 From: Millicool Date: Wed, 21 Jan 2026 10:16:44 +0100 Subject: [PATCH] Move unused css --- ui.R | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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"),