mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
swal placeholder color
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: a3c9c7d41e...e89f295e1d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user