mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
ToC Editor: Fix a regression that broke choosing split points in some XHTML files
This commit is contained in:
parent
cb26ac2e1d
commit
b131d9226d
@ -67,7 +67,7 @@
|
|||||||
if (settings.is_dark_theme) { css += dark_css; }
|
if (settings.is_dark_theme) { css += dark_css; }
|
||||||
var style = document.createElement('style');
|
var style = document.createElement('style');
|
||||||
style.textContent = css;
|
style.textContent = css;
|
||||||
document.body.appendChild(style);
|
document.documentElement.appendChild(style);
|
||||||
}
|
}
|
||||||
|
|
||||||
apply_body_colors();
|
apply_body_colors();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user