fix bg in lib
authorMark Otto <otto@github.com>
Tue, 6 Nov 2012 01:05:40 +0000 (17:05 -0800)
committerMark Otto <otto@github.com>
Tue, 6 Nov 2012 01:05:40 +0000 (17:05 -0800)
lib/css/base.css
lib/css/forms.css

index 6df61a4..7d2f817 100644 (file)
@@ -118,11 +118,11 @@ 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;  
-          transition-duration: .2s, .2s;  
+  -webkit-transition-duration: .2s, .2s;
+          transition-duration: .2s, .2s;
   -webkit-transition-timing-function: linear, linear;
           transition-timing-function: linear, linear;
   -webkit-overflow-scrolling: touch;
index 898a748..e2bf4e8 100644 (file)
@@ -32,7 +32,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);