1
0
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:
llj
2013-04-13 17:30:42 +08:00
parent 002d22eab2
commit 503f1d1e92
23 changed files with 132 additions and 132 deletions

View File

@@ -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');