git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cce10fd
)
luci-theme-bootstrap: File input background color
author
Santiago Kozak
<redacted>
Sun, 26 Mar 2023 09:31:10 +0000
(06:31 -0300)
committer
GitHub
<redacted>
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 <redacted>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
patch
|
blob
|
history
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 ff489b47cce5d1975a692d668729baeba01037de..6b51189ff9c731b8c905e576ca06bbc339df3dbf 100644
(file)
--- 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;
git clone https://git.99rst.org/PROJECT