UI: improve distinction between placeholder and input (#3640)

This commit is contained in:
Richard Schreiber
2023-10-16 10:41:37 +02:00
committed by GitHub
parent 215a2f2dbb
commit 7ee630928b
3 changed files with 6 additions and 1 deletions

View File

@@ -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;