Browse Source

remove ugly outline border from chrome

pull/123/head
guilhermepontes 12 years ago
parent
commit
b1e9f7a723
  1. 1
      dist/ratchet.css

1
dist/ratchet.css vendored

@ -643,6 +643,7 @@ input[type="color"],
box-shadow: 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 1px rgba(0, 0, 0, .1);
-webkit-appearance: none;
box-sizing: border-box;
outline: none;
}
/* Fully round search input */

Loading…
Cancel
Save