Changeset - 93ca0376f30a
[Not reviewed]
default
1 2 0
Sean Farley - 11 years ago 2014-07-20 21:40:04
sean.michael.farley@gmail.com
clipboard_16: replace icon-file-text with icon-doc-text-inv

We replace everywhere except for the gist icons since those will be done
differently.
3 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -12,7 +12,6 @@ i.icon-ellipsis-horizontal:after { conte
 
i.icon-eye-open { background-image: url("../images/icons/eye.png"); }
 
i.icon-file-alt { background-image: url("../images/icons/note_add.png"); }
 
i.icon-file { background-image: url("../images/icons/file.png"); }
 
i.icon-file-text { background-image: url("../images/icons/clipboard_16.png"); }
 
i.icon-file-txt { background-image: url("../images/icons/note_error.png"); }
 
i.icon-folder-close { background-image: url("../images/icons/database_link.png"); }
 
i.icon-git { background-image: url('../images/icons/giticon.png');}
kallithea/public/images/icons/clipboard_16.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
kallithea/templates/data_table/_dt_elements.html
Show inline comments
 
@@ -10,7 +10,7 @@
 
    <li>
 
       <a title="${_('Summary')}" href="${h.url('summary_home',repo_name=repo_name)}">
 
       <span class="icon">
 
           <i class="icon-file-text"></i>
 
           <i class="icon-doc-text-inv"></i>
 
       </span>
 
       <span>${_('Summary')}</span>
 
       </a>
0 comments (0 inline, 0 general)