mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-theme-openwrt: update -webkit-appearance
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 <owlsy@outlook.com.au>
This commit is contained in:
committed by
Paul Donald
parent
a3645ebea2
commit
2b010f97e5
@@ -663,7 +663,8 @@ img.cbi-image-button {
|
|||||||
color: #000;
|
color: #000;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none; /* nonstandard, should remove in future */
|
||||||
|
appearance: none;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user