1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 02:42:47 +00:00

redesigned all checkbox; bugfix & improvement; removed unused code & file

This commit is contained in:
llj
2016-04-07 11:06:48 +08:00
parent d5170f7a18
commit 77aac3d811
16 changed files with 102 additions and 197 deletions

View File

@@ -1,7 +1,3 @@
$('.checkbox-orig').click(function() {
$(this).parent().toggleClass('checkbox-checked');
});
$('#title-panel, #left-panel, #right-panel').each(function() { // for ie 7
if ($(this).children().length == 0) {
$(this).addClass('hide');
@@ -182,15 +178,6 @@ $('.search-form').submit(function() {
}
});
$(".checkbox-label").hover(
function() {
$(this).addClass('hl');
},
function() {
$(this).removeClass('hl');
}
);
$("tr:gt(0)", $('table')).hover(
function() {
$(this).addClass('hl');