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:
parent
cce10fdd8d
commit
d94a7285e5
1 changed files with 0 additions and 1 deletions
|
@ -715,7 +715,6 @@ select,
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=file] {
|
input[type=file] {
|
||||||
background-color: #fff;
|
|
||||||
padding: initial;
|
padding: initial;
|
||||||
border: initial;
|
border: initial;
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
|
|
Loading…
Reference in a new issue