Changeset - 732ccbb5f07c
[Not reviewed]
default
1 2 0
Sean Farley - 11 years ago 2014-07-16 02:18:52
sean.michael.farley@gmail.com
eye.png: use new icon-eye font
3 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -6,7 +6,6 @@ i.icon-arrow-right { background-image: u
 
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');}
kallithea/public/images/icons/eye.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
kallithea/templates/journal/journal.html
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)