1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

swal placeholder color

This commit is contained in:
Kyle Spearrin
2019-07-24 14:40:18 -04:00
parent 1fbbb8876e
commit e915e81fdd

View File

@@ -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 {