Make Emoji-capable fields greyscale

This commit is contained in:
Sachi King 2017-12-23 02:27:40 +00:00 committed by James Polley
parent 2aae2af55d
commit 66224d6834

View file

@ -390,3 +390,7 @@ div.system-message p.system-message-title {
.navbar-lca .navbar-toggle .icon-bar {
background-color: #888;
}
#id_profile-name, #id_profile-free_text_1, #id_profile-free_text_2, #id_profile-company {
filter: grayscale(100%);
}