quantity incrementer. #6737

This commit is contained in:
James Koster 2014-11-13 14:34:16 +00:00
parent 96ae7d3bc5
commit f23f72396b
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -710,11 +710,12 @@ p.demo_store {
-------------------------------------------------------------- */
.quantity {
width: 60px;
position: relative;
margin: 0 auto;
overflow: hidden;
zoom: 1;
padding-right: 1.1em;
display: inline-block;
input.qty {
width: 2.618em;
@ -756,6 +757,7 @@ p.demo_store {
background-color: $secondary;
text-shadow: none;
line-height: 1;
background-image: none;
&:hover {
background-color: $secondary - #111;