Enhanced/Minimized Themes: Hide number input spinners.

This commit is contained in:
Nate Jones
2015-03-11 23:20:18 +00:00
parent 09196fac55
commit 310de73f27
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -292,6 +292,11 @@ input.txt:focus, .formfld:focus {
box-shadow: 0 0 5px #cddaf0;
}
/* removes spinners (increment/decrement controls) inside input fields */
input[type=number] { -moz-appearance: textfield; }
::-webkit-inner-spin-button { -webkit-appearance: none; }
::-webkit-outer-spin-button { -webkit-appearance: none; }
select.formfld {
height: 27px;
padding: 4px;