changeset 4637:732ccbb5f07c

eye.png: use new icon-eye font
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 15 Jul 2014 19:18:52 -0500
parents de5f6c9f50b0
children d41b105e9cd9
files kallithea/public/css/contextbar.css kallithea/public/images/icons/eye.png kallithea/templates/journal/journal.html
diffstat 3 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Tue Jul 15 19:15:34 2014 -0500
+++ b/kallithea/public/css/contextbar.css	Tue Jul 15 19:18:52 2014 -0500
@@ -6,7 +6,6 @@
 i.icon-bar-chart { background-image: url("../images/icons/chart_bar.png"); }
 i.icon-code-merge { background-image: url("../images/icons/arrow_merge.png"); } /* unused! */
 i.icon-ellipsis-horizontal:after { content: ' ...';}
-i.icon-eye-open { background-image: url("../images/icons/eye.png"); }
 i.icon-file-txt { background-image: url("../images/icons/note_error.png"); }
 i.icon-git { background-image: url('../images/icons/giticon.png');}
 i.icon-hg { background-image: url('../images/icons/hgicon.png');}
Binary file kallithea/public/images/icons/eye.png has changed
--- a/kallithea/templates/journal/journal.html	Tue Jul 15 19:15:34 2014 -0500
+++ b/kallithea/templates/journal/journal.html	Tue Jul 15 19:18:52 2014 -0500
@@ -51,7 +51,7 @@
             </h5>
             <ul class="links nav nav-tabs">
                 <li class="active" id="show_watched_li">
-                    <a id="show_watched" href="#watched"><i class="icon-eye-open"></i> ${_('Watched')}</a>
+                    <a id="show_watched" href="#watched"><i class="icon-eye"></i> ${_('Watched')}</a>
                 </li>
                 <li id="show_my_li">
                     <a id="show_my" href="#my"><i class="icon-database"></i> ${_('My Repos')}</a>