mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 01:33:44 +02:00
...
This commit is contained in:
parent
e6bea96ff5
commit
2e37c39300
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ def get_color_scheme(self, apply_to_margins):
|
|||
s = document.getElementById('book-{}-margin'.format(which)).style
|
||||
if which is 'top' or which is 'bottom':
|
||||
s.color = ans.foreground # Setting a color for the side margins causes the hover arrow to become visible
|
||||
s.backgroundColor = ans.background
|
||||
s.backgroundColor = ans.background
|
||||
return ans
|
||||
|
||||
def on_resize(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue