25 lines
511 B
CSS
25 lines
511 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;
|
|
}
|
|
|
|
.btn-file:focus {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
} |