1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02: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 {