mirror of
https://github.com/openwrt/luci
synced 2025-01-05 10:37:19 +08:00
css: remove unsupported properties
neither Safari nor Firefox recognize them, and they generate a parse error. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
parent
06461e07b5
commit
779ca14125
@ -182,8 +182,6 @@ ol, ul {
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
@ -159,8 +159,6 @@ h6 {
|
||||
|
||||
html {
|
||||
overflow-y: hidden;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -36,7 +36,6 @@
|
||||
background: none;
|
||||
outline: none;
|
||||
-webkit-appearance: none;
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
||||
html {
|
||||
|
@ -1791,7 +1791,7 @@ select + .cbi-button {
|
||||
|
||||
@media screen and (max-width: 992px) {
|
||||
body {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
|
||||
}
|
||||
|
||||
#maincontainer {
|
||||
|
Loading…
Reference in New Issue
Block a user