Use standard CSS properties instead of vendor specifics

This commit is contained in:
Chocobo1
2021-10-22 14:20:43 +08:00
parent 864dca1b67
commit 3088f04e6f
4 changed files with 2 additions and 23 deletions

View File

@@ -260,7 +260,6 @@ a.propButton img {
.contextMenu li img {
height: 16px;
-ms-interpolation-mode: bicubic;
margin-bottom: -4px;
width: 16px;
}
@@ -407,8 +406,6 @@ label.partial {
fieldset.settings {
border: solid 1px black;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 4px 4px 4px 10px;
}
@@ -506,10 +503,6 @@ td.generalLabel {
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}