luci-theme-bootstrap: File input background color

Remove the white background color for the file input elements, this way it'll use the default color defined for input elements, matching the light/dark theme.

Signed-off-by: Santiago Kozak <santikzk1406@gmail.com>
This commit is contained in:
Santiago Kozak 2023-03-26 06:31:10 -03:00 committed by GitHub
parent cce10fdd8d
commit d94a7285e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -715,7 +715,6 @@ select,
}
input[type=file] {
background-color: #fff;
padding: initial;
border: initial;
line-height: initial;