mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00

PHRAS-846 - fix admin log view PHRAS-843 - fix action icons added white skin misc fix on skin color handling replace image icons by fonts icons
114 lines
2.7 KiB
SCSS
114 lines
2.7 KiB
SCSS
|
|
/******* ACTIONS **************************************************************/
|
|
|
|
|
|
/*#TOOL_disktt {
|
|
background-image: url('#{$skinsImagesPath}disktt_0.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_disktt.actif {
|
|
background-image: url('#{$skinsImagesPath}disktt_1.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_ppen {
|
|
background-image: url('#{$skinsImagesPath}ppen_0.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_ppen.actif {
|
|
background-image: url('#{$skinsImagesPath}ppen_1.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_chgstatus {
|
|
background-image: url('#{$skinsImagesPath}chgstatus_0.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_chgstatus.actif {
|
|
background-image: url('#{$skinsImagesPath}chgstatus_1.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_chgcoll {
|
|
background-image: url('#{$skinsImagesPath}chgcoll_0.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_chgcoll.actif {
|
|
background-image: url('#{$skinsImagesPath}chgcoll_1.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_pushdoc {
|
|
background-image: url('#{$skinsImagesPath}pushdoc_0.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_pushdoc.actif {
|
|
background-image: url('#{$skinsImagesPath}pushdoc_1.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_print {
|
|
background-image: url('#{$skinsImagesPath}print_0.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_print.actif {
|
|
background-image: url('#{$skinsImagesPath}print_1.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_imgtools{
|
|
background-image: url('#{$skinsImagesPath}imgtools_0.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_imgtools.actif{
|
|
background-image: url('#{$skinsImagesPath}imgtools_1.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_trash {
|
|
background-image: url('#{$skinsImagesPath}trash_0.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#TOOL_trash.actif {
|
|
background-image: url('#{$skinsImagesPath}trash_1.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
*/
|
|
/*
|
|
.contextMenuTrigger {
|
|
color: $textPrimaryColor;
|
|
font-size: $smallFontSize;
|
|
margin-left: 5px;
|
|
line-height: 18px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.contextMenuTrigger:hover {
|
|
color: $textPrimaryColor;
|
|
}
|
|
*/
|