Merge pull request #657 from thelounge/astorije/fix-icons
Fix title icons for channels and channel lists
This commit is contained in:
commit
52a0552bc4
@ -185,7 +185,7 @@ button {
|
||||
#chat .channel .title:before { content: "\f0f6"; /* http://fontawesome.io/icon/file-text-o/ */ }
|
||||
|
||||
#sidebar .chan.special:before,
|
||||
#chat .channel .title:before { content: "\f03a"; /* http://fontawesome.io/icon/list/ */ }
|
||||
#chat .special .title:before { content: "\f03a"; /* http://fontawesome.io/icon/list/ */ }
|
||||
|
||||
#footer .sign-in:before { content: "\f023"; /* http://fontawesome.io/icon/lock/ */ }
|
||||
#footer .connect:before { content: "\f067"; /* http://fontawesome.io/icon/plus/ */ }
|
||||
|
Loading…
Reference in New Issue
Block a user