hide number input buttons in firefox 29 and later
This commit is contained in:
parent
d8ac99da33
commit
fcfaff1954
|
@ -683,6 +683,7 @@ p.demo_store {
|
|||
.inset_box_shadow( 0, 0, 2px, 0, @secondary );
|
||||
font-weight:bold;
|
||||
.border_radius_left(2px);
|
||||
-moz-appearance: textfield; /* Hide buttons for Firefox 29 and later */
|
||||
}
|
||||
|
||||
/* Hide buttons for opera */
|
||||
|
|
Loading…
Reference in New Issue