Use hashtag icon for channel instead of the sad file icon :)
This commit is contained in:
parent
9436ba9301
commit
ce2adb4b8d
@ -221,7 +221,7 @@ kbd {
|
||||
#chat button.menu::before { content: "\f142"; /* http://fontawesome.io/icon/ellipsis-v/ */ }
|
||||
|
||||
.context-menu-user::before { content: "\f007"; /* http://fontawesome.io/icon/user/ */ }
|
||||
.context-menu-chan::before { content: "\f0f6"; /* http://fontawesome.io/icon/file-text-o/ */ }
|
||||
.context-menu-chan::before { content: "\f292"; /* http://fontawesome.io/icon/hashtag/ */ }
|
||||
.context-menu-close::before { content: "\f00d"; /* http://fontawesome.io/icon/times/ */ }
|
||||
.context-menu-list::before { content: "\f03a"; /* http://fontawesome.io/icon/list/ */ }
|
||||
|
||||
@ -233,7 +233,7 @@ kbd {
|
||||
#chat .query .title::before { content: "\f007"; /* http://fontawesome.io/icon/user/ */ }
|
||||
|
||||
#sidebar .chan.channel::before,
|
||||
#chat .channel .title::before { content: "\f0f6"; /* http://fontawesome.io/icon/file-text-o/ */ }
|
||||
#chat .channel .title::before { content: "\f292"; /* http://fontawesome.io/icon/hashtag/ */ }
|
||||
|
||||
#sidebar .chan.special::before,
|
||||
#chat .special .title::before { content: "\f03a"; /* http://fontawesome.io/icon/list/ */ }
|
||||
|
Loading…
Reference in New Issue
Block a user