From: Santiago Kozak Date: Sun, 26 Mar 2023 09:31:10 +0000 (-0300) Subject: luci-theme-bootstrap: File input background color X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d94a7285e57eba268764490ab8317d12e24ecd5f;p=project%2Fluci.git 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 --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index ff489b47cc..6b51189ff9 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -715,7 +715,6 @@ select, } input[type=file] { - background-color: #fff; padding: initial; border: initial; line-height: initial;