summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static
diff options
context:
space:
mode:
authorSantiago Kozak <santikzk1406@gmail.com>2023-03-26 06:31:10 -0300
committerGitHub <noreply@github.com>2023-03-26 06:31:10 -0300
commitd94a7285e57eba268764490ab8317d12e24ecd5f (patch)
tree3b9035eca8678e7afcd0050ecc12bb424ec00a75 /themes/luci-theme-bootstrap/htdocs/luci-static
parentcce10fdd8da4dc19b2a612824637078aeec85f4a (diff)
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>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css1
1 files changed, 0 insertions, 1 deletions
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;