mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +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');
|
color: themed('textColor');
|
||||||
background-color: themed('inputBackgroundColor');
|
background-color: themed('inputBackgroundColor');
|
||||||
}
|
}
|
||||||
|
&::-webkit-input-placeholder {
|
||||||
|
@include themify($themes) {
|
||||||
|
color: themed('inputPlaceholderColor');
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.swal-footer {
|
.swal-footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user