Fixed #239 - Unify placeholder colors

pull/256/head
cagataycivici 2020-03-17 11:37:27 +03:00
parent 257f545e9b
commit ecdad6c820
1 changed files with 6 additions and 0 deletions

View File

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