hide number input buttons in firefox 29 and later

This commit is contained in:
claudiosmweb 2014-05-06 21:40:19 -03:00 committed by Mike Jolley
parent d8ac99da33
commit fcfaff1954
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 );
font-weight:bold;
.border_radius_left(2px);
-moz-appearance: textfield; /* Hide buttons for Firefox 29 and later */
}
/* Hide buttons for opera */
@ -1849,4 +1850,4 @@ p.demo_store {
}
}
}
}
}