mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 19:33:07 +02:00
IGN:content server table headings restire background corerctly in IE as well.
This commit is contained in:
parent
55553753d1
commit
ab0b233308
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue