Browse Source

Merge pull request #123 from guilhermepontes/master

outline border
pull/147/merge
fat-kun 12 years ago
parent
commit
091e2a6540
  1. 1
      dist/ratchet.css
  2. 1
      lib/css/forms.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 */

1
lib/css/forms.css

@ -38,6 +38,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