changeset 5053:8bbc0ee9d43a

css: select 'kallithea' font where font icons are used
author Andrew Shadura <andrew@shadura.me>
date Wed, 22 Apr 2015 16:38:26 +0200
parents 5c8c77b7ca56
children 1c3f8bbc3584
files kallithea/public/css/contextbar.css kallithea/public/css/style.css
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Mon Apr 20 20:38:21 2015 +0200
+++ b/kallithea/public/css/contextbar.css	Wed Apr 22 16:38:26 2015 +0200
@@ -279,6 +279,7 @@
 #revision-changer:before,
 #context-pages a.childs:after,
 #context-pages a.dropdown:after {
+    font-family: 'kallithea';
     content: ' \23f7';
 }
 #context-pages a.childs {
--- a/kallithea/public/css/style.css	Mon Apr 20 20:38:21 2015 +0200
+++ b/kallithea/public/css/style.css	Wed Apr 22 16:38:26 2015 +0200
@@ -3715,6 +3715,7 @@
 }
 
 .repo-switcher .select2-chosen:after {
+    font-family: 'kallithea';
     content: ' \23f7';
 }