19 lines
421 B
CSS
19 lines
421 B
CSS
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;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
|
|
fieldset.shiny-input-container div.select-all-container {
|
|
margin-top: -5px;
|
|
margin-bottom: 10px;
|
|
} |