This commit is contained in:
2023-02-01 09:15:11 +08:00
parent 4ac9d4dd35
commit 039985fb57

View File

@@ -13,6 +13,12 @@
-webkit-font-smoothing: antialiased;
}
body, html {
-webkit-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"], textarea, select{
-webkit-appearance: none;
appearance: none;