Changes to fileInput accessibility and fix to prevent jumping around the page on activation
This commit is contained in:
@@ -16,4 +16,10 @@ fieldset.shiny-input-container legend {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user