Merge pull request #5436 from claudiosmweb/fix-qty-input-firefox29
Hide number input buttons in firefox 29 and later
This commit is contained in:
commit
a243f138fa
|
@ -683,6 +683,7 @@ p.demo_store {
|
||||||
.inset_box_shadow( 0, 0, 2px, 0, @secondary );
|
.inset_box_shadow( 0, 0, 2px, 0, @secondary );
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
.border_radius_left(2px);
|
.border_radius_left(2px);
|
||||||
|
-moz-appearance: textfield; /* Hide buttons for Firefox 29 and later */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide buttons for opera */
|
/* Hide buttons for opera */
|
||||||
|
|
Loading…
Reference in New Issue