From b47268a8626a55fcd3f7469ebec6d3502b6464d6 Mon Sep 17 00:00:00 2001 From: Santiago Kozak Date: Sun, 26 Mar 2023 06:31:10 -0300 Subject: [PATCH] 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 (cherry picked from commit d94a7285e57eba268764490ab8317d12e24ecd5f) --- .../htdocs/luci-static/bootstrap/cascade.css | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2