Changeset - 80faf3ee3e92
[Not reviewed]
default
1 1 0
Sean Farley - 11 years ago 2014-07-21 01:41:46
sean.michael.farley@gmail.com
comment_add.png: use new icon-comment font
2 files changed with 7 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -5110,12 +5110,17 @@ tr.line.unmod td.code:hover .add-bubble 
 
    position: relative;
 
    left: -32px;
 
    width: 32px;
 
    top: -8px;
 
    height: 32px;
 
    background: url("../images/icons/comment_add.png") no-repeat 100% 50%;
 
    cursor: pointer;
 
}
 

	
 
.add-bubble div:before {
 
    font-size: 14px;
 
    color: #577632;
 
    font-family: "kallithea";
 
    content: '\e80c';
 
}
 

	
 
div.comment:target>.comment-wrapp {
 
    border: solid 2px #ee0 !important;
 
}
kallithea/public/images/icons/comment_add.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
0 comments (0 inline, 0 general)