luci-theme-bootstrap: File input background color 6310/head
authorSantiago Kozak <santikzk1406@gmail.com>
Sun, 26 Mar 2023 09:31:10 +0000 (06:31 -0300)
committerGitHub <noreply@github.com>
Sun, 26 Mar 2023 09:31:10 +0000 (06:31 -0300)
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>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index ff489b47cce5d1975a692d668729baeba01037de..6b51189ff9c731b8c905e576ca06bbc339df3dbf 100644 (file)
@@ -715,7 +715,6 @@ select,
 }
 
 input[type=file] {
-       background-color: #fff;
        padding: initial;
        border: initial;
        line-height: initial;