swal placeholder color
This commit is contained in:
parent
1fbbb8876e
commit
e915e81fdd
|
@ -141,6 +141,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