swal placeholder color
This commit is contained in:
parent
6e54fada4d
commit
a11d1b0689
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit a3c9c7d41ea454438b3c3fcf1887e9997fc2727a
|
||||
Subproject commit e89f295e1d59040bf48ba599a900e3b42497008e
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue