Move unused css
This commit is contained in:
15
ui.R
15
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"),
|
||||
|
||||
Reference in New Issue
Block a user