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 { &.calendar > td.section:before {
content: @fa-var-calendar; content: @fa-var-calendar;
} }
&.chat > td.section:before {
content: @fa-var-comments;
}
} }
/* selecatable list: e.g. spellcheck language selection */ /* selecatable list: e.g. spellcheck language selection */

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

Loading…
Cancel
Save