Merge branch 'master' into PHRAS-2419_refacto_Icons_actions_under_Thumbnail_font
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1010 B |
BIN
resources/www/common/images/icons/feedback-icon.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
resources/www/common/images/icons/file-edit-hover.png
Normal file
After Width: | Height: | Size: 933 B |
Before Width: | Height: | Size: 632 B After Width: | Height: | Size: 1007 B |
BIN
resources/www/common/images/icons/green-check.png
Normal file
After Width: | Height: | Size: 579 B |
BIN
resources/www/common/images/icons/no-response.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
resources/www/common/images/icons/red-cross.png
Normal file
After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 933 B |
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 1.3 KiB |
BIN
resources/www/common/images/icons/vote-admin.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -49,6 +49,7 @@ $mainMenuLinkBackgroundHoverColor: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[class^="icon-"], [class*=" icon-"].icomoon {
|
||||
display: inline-block;
|
||||
width: inherit;
|
||||
@@ -62,6 +63,17 @@ $mainMenuLinkBackgroundHoverColor: transparent;
|
||||
.icon-picto-three-little-point {
|
||||
font-size: 4.5px;
|
||||
}
|
||||
.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);
|
||||
}
|
||||
}
|
||||
|
||||
.icomoon{
|
||||
&.with-shadow {
|
||||
|