mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
PHRAS-2386 #comment Refacto picto comment #time 1h
This commit is contained in:
BIN
resources/www/common/images/icons/file-edit-hover.png
Normal file
BIN
resources/www/common/images/icons/file-edit-hover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 933 B |
Binary file not shown.
Before Width: | Height: | Size: 632 B After Width: | Height: | Size: 1007 B |
@@ -38,5 +38,17 @@ $mainMenuLinkBackgroundHoverColor: transparent;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.macroFileEdit {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
background: url(../images/icons/file-edit.png) no-repeat center;
|
||||||
|
cursor: help;
|
||||||
|
display: inline-block;
|
||||||
|
transition: 0.3s all;
|
||||||
|
&:hover, &:focus {
|
||||||
|
background-image: url(../images/icons/file-edit-hover.png);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -397,7 +397,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td style="width:25px;">
|
<td style="width:25px;">
|
||||||
{% if choice.getNote() != '' %}
|
{% if choice.getNote() != '' %}
|
||||||
<img style="cursor:help;" src='/assets/common/images/icons/file-edit.png' class="noteTips" title="{{choice.getNote()|nl2br}}" />
|
<span class="noteTips macroFileEdit" title="{{choice.getNote()|nl2br}}"> </span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user