Changed placeholder text back to lighter grey - it was confusing when darker

This commit is contained in:
snipe 2020-04-08 17:24:59 -07:00
parent 0858fec7f1
commit b7d12ff944
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -149,13 +149,13 @@ btn-success {
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: darken(@dark-gray, 10%) !important;
color: darken(@gray, 10%) !important;
}
input::-moz-placeholder { /* Firefox 19+ */
color: darken(@dark-gray, 10%) !important;
color: darken(@gray, 10%) !important;
}
input::-ms-input-placeholder { /* IE 10+ */
color: darken(@dark-gray, 10%) !important;
color: darken(@gray, 10%) !important;
}
.select2-default, .select2-selection__placeholder {