diff --git a/css/_single_theme.css.php b/css/_single_theme.css.php index 808cc3eebd..538fa0c3cc 100644 --- a/css/_single_theme.css.php +++ b/css/_single_theme.css.php @@ -152,7 +152,6 @@ } . input::-moz-placeholder, . textarea::-moz-placeholder{ - color: ; opacity: 1; } . input:-ms-input-placeholder, diff --git a/css/custom_theme.css.php b/css/custom_theme.css.php index 105948f597..ed9177040d 100644 --- a/css/custom_theme.css.php +++ b/css/custom_theme.css.php @@ -484,6 +484,11 @@ } /* These do not work if they are combined */ +.with_frm_style input::placeholder, +.with_frm_style textarea::placeholder { + font-size: var(--field-font-size); +} + .with_frm_style .frm_inside_container > input::-moz-placeholder, .with_frm_style .frm_inside_container > textarea::-moz-placeholder { opacity: 0 !important;