Update and style second page
This commit is contained in:
23
ui.R
23
ui.R
@@ -105,6 +105,10 @@ ui <- function() {
|
|||||||
.bslib-card .card-body {
|
.bslib-card .card-body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.card-body.bslib-gap-spacing.html-fill-item.html-fill-container{
|
||||||
|
border-radius: 12px;
|
||||||
|
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
#grph_top3 {
|
#grph_top3 {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
@@ -142,9 +146,23 @@ ui <- function() {
|
|||||||
.selectize-control.multi .selectize-input {
|
.selectize-control.multi .selectize-input {
|
||||||
padding-right: 35px !important;
|
padding-right: 35px !important;
|
||||||
}
|
}
|
||||||
|
.selectize-control.multi .selectize-input > div {
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 2px 16px 2px 16px;
|
||||||
|
background: #d5f4ff;
|
||||||
|
}
|
||||||
|
.selectize-control.multi .selectize-input > div.active {
|
||||||
|
background: #b8ecff;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
|
.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#vergleich_balkendiagramm {
|
||||||
|
border-radius: 12px;
|
||||||
|
overflow: hidden;
|
||||||
|
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
"
|
"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -374,10 +392,7 @@ ui <- function() {
|
|||||||
selected = 2024
|
selected = 2024
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
card(
|
plotlyOutput("vergleich_balkendiagramm")
|
||||||
card_header(uiOutput("vergleichs_titel")), # Dynamischer Titel
|
|
||||||
plotlyOutput("vergleich_balkendiagramm")
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user