Commit e2f99fc4 authored by Romain DELEAU's avatar Romain DELEAU

mask all arrows on inputs type number

parent d7c0a6ef
...@@ -27,19 +27,6 @@ ...@@ -27,19 +27,6 @@
margin-right: 5px; margin-right: 5px;
} }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
@-moz-document url-prefix() {
input[type=number] {
-moz-appearance: textfield;
}
}
button { button {
background-color: white; background-color: white;
border-radius: 10px; border-radius: 10px;
......
...@@ -28,6 +28,19 @@ body { ...@@ -28,6 +28,19 @@ body {
background-color: var(--background-color); background-color: var(--background-color);
font-family: 'Glacial Indifference', sans-serif; font-family: 'Glacial Indifference', sans-serif;
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
@-moz-document url-prefix() {
input[type=number] {
-moz-appearance: textfield;
}
}
input { input {
font-family: 'Glacial Indifference', sans-serif; font-family: 'Glacial Indifference', sans-serif;
font-size: 17px; font-size: 17px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment