mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -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() {
|
||||
this.style.backgroundColor = "inherit";
|
||||
this.style.backgroundColor = "transparent";
|
||||
});
|
||||
|
||||
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