This commit is contained in:
mmrbnjd
2024-10-13 22:37:05 +03:30
parent 9054eefd47
commit a5c191f9ea
4 changed files with 43 additions and 35 deletions

View File

@@ -165,3 +165,13 @@ code {
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
-moz-appearance: textfield; /* Firefox */
}