From 0b440fb8fd085fc6a05246b39615751879942904 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 6 Oct 2014 08:14:53 -0400 Subject: [PATCH] feature(config) .config .form-control: rm background-color --- css/config.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/config.css b/css/config.css index 02fe8410..6bbba064 100644 --- a/css/config.css +++ b/css/config.css @@ -17,7 +17,6 @@ font-size: 16px; line-height: 1.5; color: #555555; - background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);