From ecdad6c8200f75cc6fd41d8ced136cb30abfa461 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Tue, 17 Mar 2020 11:37:27 +0300 Subject: [PATCH] Fixed #239 - Unify placeholder colors --- public/themes/nova-light/theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/themes/nova-light/theme.css b/public/themes/nova-light/theme.css index de2822914..263794cc5 100644 --- a/public/themes/nova-light/theme.css +++ b/public/themes/nova-light/theme.css @@ -423,6 +423,9 @@ body .p-dropdown:not(.p-disabled).p-focus { body .p-dropdown .p-dropdown-label { padding-right: 2em; } +body .p-dropdown .p-dropdown-label.p-placeholder { + color: #666666; +} body .p-dropdown .p-dropdown-label:focus { outline: 0 none; -webkit-box-shadow: none; @@ -521,6 +524,9 @@ body .p-multiselect .p-multiselect-label { font-weight: 400; color: #333333; } +body .p-multiselect .p-multiselect-label.p-placeholder { + color: #666666; +} body .p-multiselect .p-multiselect-trigger { background-color: #ffffff; width: 2em;