refactor styles for off def-settings input, added off def-settings input for firefox

This commit is contained in:
Kostya
2024-02-04 13:01:59 +03:00
parent a530bf2c6a
commit 5f94676101
3 changed files with 18 additions and 24 deletions

View File

@@ -18,6 +18,24 @@ body, html {
overflow-y: hidden;
}
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
button:focus {
outline: none;
}
button {
cursor: pointer;
}
/* /Global Settings */
/* Content Grid */