From 7f5975793c4e0d87edb5d87f58a9c9ee32f03a91 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Nov 2012 16:56:24 -0800 Subject: [PATCH] background-color instead of background --- dist/ratchet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/ratchet.css b/dist/ratchet.css index 2f29d26..ee1b85b 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -50,7 +50,7 @@ a { bottom: 0; left: 0; overflow: auto; - background: #fff; + background-color: #fff; -webkit-transition-property: top, bottom; transition-property: top, bottom; -webkit-transition-duration: .2s, .2s; @@ -561,7 +561,7 @@ input[type="color"], height: 40px; padding: 10px; margin-bottom: 10px; - background: #fff; + background-color: #fff; border: 1px solid rgba(0, 0, 0, .2); border-radius: 3px; box-shadow: 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1); -- 2.39.2