mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
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
Block a user