Browse Source

background-color instead of background

pull/89/head
Mark Otto 12 years ago
parent
commit
7f5975793c
  1. 4
      dist/ratchet.css

4
dist/ratchet.css vendored

@ -50,7 +50,7 @@ a {
bottom: 0; bottom: 0;
left: 0; left: 0;
overflow: auto; overflow: auto;
background: #fff; background-color: #fff;
-webkit-transition-property: top, bottom; -webkit-transition-property: top, bottom;
transition-property: top, bottom; transition-property: top, bottom;
-webkit-transition-duration: .2s, .2s; -webkit-transition-duration: .2s, .2s;
@ -561,7 +561,7 @@ input[type="color"],
height: 40px; height: 40px;
padding: 10px; padding: 10px;
margin-bottom: 10px; margin-bottom: 10px;
background: #fff; background-color: #fff;
border: 1px solid rgba(0, 0, 0, .2); border: 1px solid rgba(0, 0, 0, .2);
border-radius: 3px; border-radius: 3px;
box-shadow: 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1); box-shadow: 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1);

Loading…
Cancel
Save