Accessible alternatives for radioButtons, checkboxGroupInput and fileInput added

This commit is contained in:
2026-01-26 13:20:11 +00:00
parent 7ca1a44d91
commit 04e12d1a36
12 changed files with 499 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
fieldset.shiny-input-container {
}
fieldset.shiny-input-container .shiny-options-group div.radio:first-child,
fieldset.shiny-input-container .shiny-options-group div.checkbox:first-child {
margin-top: 0px;
}
fieldset.shiny-input-container legend {
margin-bottom: 5px !important;
font-weight: 700 !important;
}
fieldset.shiny-input-container div.select-all-container {
margin-top: -5px;
margin-bottom: 10px;
}