Crop and rename the add diff note image
This commit is contained in:
parent
494ae87840
commit
d9b15fc17d
3 changed files with 8 additions and 7 deletions
Binary file not shown.
Before Width: | Height: | Size: 781 B |
BIN
app/assets/images/diff_note_add.png
Normal file
BIN
app/assets/images/diff_note_add.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 691 B |
|
@ -191,14 +191,14 @@ p.notify_controls span{
|
||||||
*/
|
*/
|
||||||
.diff_file tr.line_holder {
|
.diff_file tr.line_holder {
|
||||||
.add-diff-note {
|
.add-diff-note {
|
||||||
position:absolute;
|
background: url("diff_note_add.png") no-repeat left 0;
|
||||||
margin-left:-70px;
|
height: 22px;
|
||||||
margin-top:-10px;
|
margin-left: -65px;
|
||||||
z-index:10;
|
position: absolute;
|
||||||
background: url("comment_add.png") no-repeat left 0;
|
width: 22px;
|
||||||
width:32px;
|
z-index: 10;
|
||||||
height:32px;
|
|
||||||
|
|
||||||
|
// "hide" it by default
|
||||||
opacity: 0.0;
|
opacity: 0.0;
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
|
|
||||||
|
@ -208,6 +208,7 @@ p.notify_controls span{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// "show" the icon also if we just hover somwhere over the line
|
||||||
&:hover > td {
|
&:hover > td {
|
||||||
background: $hover !important;
|
background: $hover !important;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue