From 14ea9b41c24602f6b6885599bf2a1c7fb412f988 Mon Sep 17 00:00:00 2001 From: rainydaysavings Date: Wed, 3 Jun 2020 00:59:22 +0100 Subject: [PATCH] [THEME][neo-quitter] Added icon for Network in navbar --- public/theme/neo-quitter/css/display.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/theme/neo-quitter/css/display.css b/public/theme/neo-quitter/css/display.css index 5ef3b032c0..4f1be7de0f 100644 --- a/public/theme/neo-quitter/css/display.css +++ b/public/theme/neo-quitter/css/display.css @@ -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_timeline_favorites a:before, #nav_timeline_public a:before, +#nav_timeline_networkpublic a:before, #nav_groups a:before, #nav_recent-tags a:before, #nav_timeline_favorited a:before, @@ -1481,6 +1482,14 @@ div.entry-content a.response:after { 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 { content: "\f0c0"; font-family:'fa';