_s: Merge branch 'pr/616'.

This commit is contained in:
Konstantin Obenland 2014-11-05 17:02:58 -08:00
commit 921992277d
5 changed files with 7 additions and 11 deletions

View file

@ -4,7 +4,7 @@ input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: $color__border-button;
@include border-radius(3px);
border-radius: 3px;
background: $color__background-button;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);

View file

@ -26,7 +26,7 @@ input[type="search"],
textarea {
color: $color__text-input;
border: 1px solid $color__border-input;
@include border-radius(3px);
border-radius: 3px;
}
input[type="text"]:focus,