swal placeholder color

This commit is contained in:
Kyle Spearrin 2019-07-24 14:40:21 -04:00
parent 6e54fada4d
commit a11d1b0689
2 changed files with 6 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit a3c9c7d41ea454438b3c3fcf1887e9997fc2727a
Subproject commit e89f295e1d59040bf48ba599a900e3b42497008e

View File

@ -182,6 +182,11 @@ $fa-font-path: "~font-awesome/fonts";
color: themed('textColor');
background-color: themed('inputBackgroundColor');
}
&::-webkit-input-placeholder {
@include themify($themes) {
color: themed('inputPlaceholderColor');
}
}
}
.swal-footer {