mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-theme-material: 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
3eca54ee2e
commit
a3645ebea2
@@ -966,7 +966,8 @@ td > table > tbody > tr > td,
|
||||
border-radius: .2rem;
|
||||
background-color: #f0f0f0;
|
||||
background-image: none;
|
||||
-webkit-appearance: none;
|
||||
-webkit-appearance: none; /* nonstandard, should remove in future */
|
||||
appearance: none;
|
||||
-ms-touch-action: manipulation;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
@@ -987,7 +988,8 @@ td > table > tbody > tr > td,
|
||||
}
|
||||
|
||||
.cbi-button:not(select) {
|
||||
-webkit-appearance: none !important;
|
||||
-webkit-appearance: none !important; /* nonstandard, should remove in future */
|
||||
appearance: none !important;
|
||||
}
|
||||
|
||||
.cbi-button + .cbi-button {
|
||||
|
||||
Reference in New Issue
Block a user