fix number spinner border

fixes #1195

quick and hacky because position in chrome and firefox differed by 1px
so adjusting margins and heights didn't work
This commit is contained in:
Ansis Brammanis
2013-03-29 11:31:37 -04:00
parent aa413e368f
commit 6d6df19249
+1
View File
@@ -1021,6 +1021,7 @@ input[type=number] {
border-right: 1px solid #CCC;
border-radius: 0;
border-left: 0;
background: rgba(0, 0, 0, 0);
}
.spin-control button.decrement {