DG IZ; arrow keys work in fancybox. removed background color change on close button on hover

This commit is contained in:
danielvincent 2010-09-16 18:55:54 -07:00
parent 755e2a744c
commit 292a38e694
4 changed files with 16 additions and 29 deletions

View file

@ -262,6 +262,11 @@
close.show();
}
$("#fancybox-inner input[type='text'], #fancybox-inner textarea").focus(function() {
$(document).unbind('keydown.fb');
});
fancybox_set_navigation();
$(window).bind("resize.fb", $.fancybox.center);
@ -1074,4 +1079,4 @@
fancybox_init();
});
})(jQuery);
})(jQuery);

File diff suppressed because one or more lines are too long

View file

@ -601,3 +601,6 @@ h1.big_text {
border: 1px solid #cccccc;
border-bottom: none;
padding: 3px 10px; }
#fancybox-close:hover {
background-color: transparent; }

View file

@ -756,3 +756,7 @@ h1.big_text
:bottom none
:padding 3px 10px
#fancybox-close:hover
:background
:color transparent