Update input field border color

now matches style.css
This commit is contained in:
Cor van Noorloos 2014-08-13 19:06:04 +02:00
parent 4bba66e25e
commit bf1e501b00
1 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ $color__text-main: #404040;
$color__border-button: #ccc #ccc #bbb;
$color__border-button-hover: #ccc #bbb #aaa;
$color__border-button-focus: #aaa #bbb #bbb;
$color__border-input: #666;
$color__border-abbr: #666;
$color__border-input: #ccc;
$color__border-abbr: #666;