Merge pull request #829 from muddydixon/fix/group_image_cursor_css

fixed cursor pointer css of group image change
This commit is contained in:
Naoki Takezoe
2015-07-18 23:25:04 +09:00

View File

@@ -326,6 +326,10 @@ span.highlight {
width: 100%; width: 100%;
} }
.dz-clickable {
cursor: pointer;
}
/****************************************************************************/ /****************************************************************************/
/* Side Menu */ /* Side Menu */
/****************************************************************************/ /****************************************************************************/