mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +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');
|
color: themed('textColor');
|
||||||
background-color: themed('inputBackgroundColor');
|
background-color: themed('inputBackgroundColor');
|
||||||
}
|
}
|
||||||
|
&::-webkit-input-placeholder {
|
||||||
|
@include themify($themes) {
|
||||||
|
color: themed('inputPlaceholderColor');
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.swal-footer {
|
.swal-footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user