Elastic: Add chat icon for taskmenu and prefs section entries

pull/5578/merge
Aleksander Machniak 6 years ago
parent 631ae17ee3
commit 4b560bf2a0

@ -335,6 +335,9 @@ html.ie11 .listing.iconized li a:before {
&.calendar > td.section:before {
content: @fa-var-calendar;
}
&.chat > td.section:before {
content: @fa-var-comments;
}
}
/* selecatable list: e.g. spellcheck language selection */

@ -59,6 +59,9 @@
&.notes:before {
content: @fa-var-sticky-note;
}
&.chat:before {
content: @fa-var-comments;
}
}
@media screen and (max-width: @screen-width-xs) {

Loading…
Cancel
Save