forked from CGM_Public/pretix_original
UI: improve distinction between placeholder and input (#3640)
This commit is contained in:
committed by
GitHub
parent
215a2f2dbb
commit
7ee630928b
@@ -208,7 +208,7 @@ $input-border-radius-small: $border-radius-small !default;
|
||||
$input-border-focus: #66afe9 !default;
|
||||
|
||||
//** Placeholder text color
|
||||
$input-color-placeholder: #767676 !default;
|
||||
$input-color-placeholder: #999 !default;
|
||||
|
||||
//** Default `.form-control` height
|
||||
$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;
|
||||
|
||||
Reference in New Issue
Block a user