css: remove unsupported properties
authorPaul Donald <newtwen+github@gmail.com>
Sun, 22 Dec 2024 00:36:28 +0000 (00:36 +0000)
committerPaul Donald <newtwen+github@gmail.com>
Sun, 22 Dec 2024 16:23:35 +0000 (16:23 +0000)
neither Safari nor Firefox recognize them, and they generate a parse
error.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 6a4e862f5c0007ec87ee72b6254312d52f53cf96..41bea958772a6e0f0fc918d4e5c923177136e860 100644 (file)
@@ -182,8 +182,6 @@ ol, ul {
 
 html {
        font-size: 100%;
-       -webkit-text-size-adjust: 100%;
-       -ms-text-size-adjust: 100%;
        height: 100%;
 }
 
index 70d2ed83c2fd0cf8e5e044af729062ca06222fd0..f5d2f9d0100780db1ebae9936b9fe185cc5e093c 100644 (file)
@@ -159,8 +159,6 @@ h6 {
 
 html {
        overflow-y: hidden;
-       -webkit-text-size-adjust: 100%;
-       -ms-text-size-adjust: 100%;
 }
 
 body {
index 8626931ede6f471fcb850bb1b32402bf7759c52c..e39aaac4a2e0ebe4f79d1b7373f5e9b184d67d47 100644 (file)
@@ -36,7 +36,6 @@
        background: none;
        outline: none;
        -webkit-appearance: none;
-       -webkit-text-size-adjust: none;
 }
 
 html {
index 2e7ba94aef212b7059fa11db86d0f0ef2a8cbd77..5d3f09a97f0aa4a7f537afe87d77f748d8e48459 100644 (file)
@@ -1791,7 +1791,7 @@ select + .cbi-button {
 
 @media screen and (max-width: 992px) {
        body {
-               -webkit-text-size-adjust: 100%;
+
        }
 
        #maincontainer {