Merge pull request #5436 from claudiosmweb/fix-qty-input-firefox29

Hide number input buttons in firefox 29 and later
This commit is contained in:
Mike Jolley 2014-05-07 13:11:46 +01:00
commit a243f138fa
1 changed files with 2 additions and 1 deletions

View File

@ -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 */