[THEME][neo-quitter] Added icon for Network in navbar
This commit is contained in:
parent
7e83ddf80e
commit
92ad44abf9
|
@ -1426,6 +1426,7 @@ div.entry-content a.response:after {
|
||||||
#nav_local_default li:first-child ul.nav li:nth-child(4) a:before, /* messages... */
|
#nav_local_default li:first-child ul.nav li:nth-child(4) a:before, /* messages... */
|
||||||
#nav_timeline_favorites a:before,
|
#nav_timeline_favorites a:before,
|
||||||
#nav_timeline_public a:before,
|
#nav_timeline_public a:before,
|
||||||
|
#nav_timeline_networkpublic a:before,
|
||||||
#nav_groups a:before,
|
#nav_groups a:before,
|
||||||
#nav_recent-tags a:before,
|
#nav_recent-tags a:before,
|
||||||
#nav_timeline_favorited a:before,
|
#nav_timeline_favorited a:before,
|
||||||
|
@ -1481,6 +1482,14 @@ div.entry-content a.response:after {
|
||||||
content: "\f475";
|
content: "\f475";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav_timeline_networkpublic a::before {
|
||||||
|
content: '\f0e8';
|
||||||
|
font-family: "fa";
|
||||||
|
font-size: 14px;
|
||||||
|
margin-left: -18px;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
#nav_groups a:before {
|
#nav_groups a:before {
|
||||||
content: "\f0c0";
|
content: "\f0c0";
|
||||||
font-family:'fa';
|
font-family:'fa';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user