From 6d6df192493227802f9b9817603f67589243cd09 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Fri, 29 Mar 2013 11:31:37 -0400 Subject: [PATCH] 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 --- css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/app.css b/css/app.css index 805c65239..21b84470b 100644 --- a/css/app.css +++ b/css/app.css @@ -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 {