mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
[icons] replaced some image icons with font icons
* replaced all the image icons that's can be replaced * added 'seafile-font'(offered only 'sf-icon-share' so far) * make other browsers that doesn't support ':before' such as IE 7 can show the icons too
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
$("table tr:gt(0)").hover(
|
||||
function() {
|
||||
$(this).find('.op-icon').css('cursor', 'pointer').removeClass('vh');
|
||||
$(this).find('.op-icon').removeClass('vh');
|
||||
},
|
||||
function() {
|
||||
$(this).find('.op-icon').addClass('vh');
|
||||
|
Reference in New Issue
Block a user