From 09d0edd32886861e52d2586638031b1245ce0f2a Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 1 Jan 2015 08:04:25 +0100 Subject: [PATCH] Fixed input background https://github.com/zhukov/webogram/issues/628#issuecomment-68477631 --- app/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/css/app.css b/app/css/app.css index 2a37ade7..1fc2bc58 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -225,6 +225,7 @@ input[type="number"] { .md-input { color: #000; + background: #FFF; display: inline-block; border: 0; outline: 0;