luci-theme-bootstrap: File input background color
authorSantiago Kozak <santikzk1406@gmail.com>
Sun, 26 Mar 2023 09:31:10 +0000 (06:31 -0300)
committerJo-Philipp Wich <jo@mein.io>
Mon, 3 Apr 2023 11:51:44 +0000 (13:51 +0200)
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>
(cherry picked from commit d94a7285e57eba268764490ab8317d12e24ecd5f)

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;