ux(): mini light theme fix

This commit is contained in:
Torkel Ödegaard 2016-02-15 16:55:39 +01:00
parent 1e891f434d
commit 83bf63641c
2 changed files with 2 additions and 1 deletions

View File

@ -117,6 +117,7 @@ input[type="tel"],
input[type="color"],
.uneditable-input {
background-color: $inputBackground;
border: 1px solid $inputBorder;
@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
@include transition("border linear .2s, box-shadow linear .2s");

View File

@ -168,7 +168,7 @@ $iconContainerShadow: 0 0 14px 2px rgba(0,0,0, 0.05);
// Forms
// -------------------------
$inputBackground: $white;
$inputBorder: $grayLight;
$inputBorder: $grayLighter;
$inputBorderRadius: $baseBorderRadius;
$inputDisabledBackground: $grayLighter;
$formActionsBackground: #f5f5f5;