mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
IGN:content server table headings restire background corerctly in IE as well.
This commit is contained in:
parent
55553753d1
commit
ab0b233308
@ -247,7 +247,7 @@ function setup_sorting() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('table#book_list thead tr td').mouseout(function() {
|
$('table#book_list thead tr td').mouseout(function() {
|
||||||
this.style.backgroundColor = "inherit";
|
this.style.backgroundColor = "transparent";
|
||||||
});
|
});
|
||||||
|
|
||||||
for (i = 0; i < cmap.length; i++) {
|
for (i = 0; i < cmap.length; i++) {
|
||||||
|
BIN
resources/images/news/toronto_sun.png
Normal file
BIN
resources/images/news/toronto_sun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 630 B |
Loading…
x
Reference in New Issue
Block a user