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:
a3645eb
)
luci-theme-openwrt: update -webkit-appearance
author
Joshua Criss
<redacted>
Thu, 2 Apr 2026 03:59:58 +0000
(14:59 +1100)
committer
Paul Donald
<redacted>
Sat, 4 Apr 2026 14:23:19 +0000
(16:23 +0200)
Compliment '-webkit-appearance'
with 'appearance', as it is
non-standard and has since
been succeeded by 'appearance',
accepted by all baseline browsers.
Future consideration to then
remove '-webkit-appearance'.
Signed-off-by: Joshua Criss <redacted>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
index 88697ca534eee9d445460b6029a9320be199131a..ce8ab58a3a7a525108621803aab1f0efd839d4dd 100644
(file)
--- a/
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@
-663,7
+663,8
@@
img.cbi-image-button {
color: #000;
display: inline-block;
font-size: inherit;
- -webkit-appearance: none;
+ -webkit-appearance: none; /* nonstandard, should remove in future */
+ appearance: none;
background: #fff;
text-align: center;
font-weight: bold;
git clone https://git.99rst.org/PROJECT