DG IZ; arrow keys work in fancybox. removed background color change on close button on hover
This commit is contained in:
parent
755e2a744c
commit
292a38e694
4 changed files with 16 additions and 29 deletions
|
|
@ -262,6 +262,11 @@
|
||||||
close.show();
|
close.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$("#fancybox-inner input[type='text'], #fancybox-inner textarea").focus(function() {
|
||||||
|
$(document).unbind('keydown.fb');
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
fancybox_set_navigation();
|
fancybox_set_navigation();
|
||||||
|
|
||||||
$(window).bind("resize.fb", $.fancybox.center);
|
$(window).bind("resize.fb", $.fancybox.center);
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -601,3 +601,6 @@ h1.big_text {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding: 3px 10px; }
|
padding: 3px 10px; }
|
||||||
|
|
||||||
|
#fancybox-close:hover {
|
||||||
|
background-color: transparent; }
|
||||||
|
|
|
||||||
|
|
@ -756,3 +756,7 @@ h1.big_text
|
||||||
:bottom none
|
:bottom none
|
||||||
|
|
||||||
:padding 3px 10px
|
:padding 3px 10px
|
||||||
|
|
||||||
|
#fancybox-close:hover
|
||||||
|
:background
|
||||||
|
:color transparent
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue