1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

swal placeholder color

This commit is contained in:
Kyle Spearrin
2019-07-24 14:40:21 -04:00
parent 6e54fada4d
commit a11d1b0689
2 changed files with 6 additions and 1 deletions

2
jslib

Submodule jslib updated: a3c9c7d41e...e89f295e1d

View File

@@ -182,6 +182,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 {