mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53: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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user