|
|
@ -81,17 +81,15 @@ |
|
|
|
States |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
/* Disabled */ |
|
|
|
|
|
|
|
/* Focus */ |
|
|
|
@inputFocusPointerSize: 1px; |
|
|
|
@inputFocusPointerSize: 0px; |
|
|
|
|
|
|
|
/* Input Focus */ |
|
|
|
@inputFocusBackground: @inputBackground; |
|
|
|
@inputFocusBorderColor: @selectedBorderColor; |
|
|
|
@inputFocusColor: rgba(0, 0, 0, 0.85); |
|
|
|
@inputFocusBoxShadow: @inputFocusPointerSize 0em 0em 0em @selectedBorderColor inset; |
|
|
|
@inputFocusBorderRadius: 0em @inputBorderRadius @inputBorderRadius 0em; |
|
|
|
@inputFocusBorderRadius: @inputBorderRadius; |
|
|
|
|
|
|
|
/* Text Area Focus */ |
|
|
|
@textAreaFocusBackground: @inputFocusBackground; |
|
|
@ -106,9 +104,8 @@ |
|
|
|
@formErrorBackground: @negativeBackgroundColor; |
|
|
|
|
|
|
|
/* Input Error */ |
|
|
|
@inputErrorPointerSize: 2px; |
|
|
|
@inputErrorBorderRadius: 0em @inputBorderRadius @inputBorderRadius 0em; |
|
|
|
@inputErrorBoxShadow: @inputErrorPointerSize 0em 0em 0em @formErrorColor inset; |
|
|
|
@inputErrorBorderRadius: @inputBorderRadius; |
|
|
|
@inputErrorBoxShadow: none; |
|
|
|
|
|
|
|
/* Dropdown Error */ |
|
|
|
@dropdownErrorHoverBackground: #FBE7E7; |
|
|
@ -118,7 +115,7 @@ |
|
|
|
@inputErrorFocusBackground: @negativeBackgroundColor; |
|
|
|
@inputErrorFocusColor: @negativeColorHover; |
|
|
|
@inputErrorFocusBorder: @negativeBorderColor; |
|
|
|
@inputErrorFocusBoxShadow: @inputErrorPointerSize 0em 0em 0em @negativeColorHover inset; |
|
|
|
@inputErrorFocusBoxShadow: none; |
|
|
|
|
|
|
|
/* Placeholder */ |
|
|
|
@inputPlaceholderColor: lighten(@inputColor, 55); |
|
|
|