mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Mouse should be pointer over progress bar as it is clickable
This commit is contained in:
parent
564f2608c1
commit
8923c8c4e8
@ -91,7 +91,7 @@ class ReadAudioEbook:
|
||||
),
|
||||
E.div(
|
||||
data_component="progress_bar",
|
||||
style=f'height:1.5em; border-radius: 0.75em; overflow: hidden; flex-grow: 100; display:block; background-color:{get_color("window-background2")}; margin:1em',
|
||||
style=f'height:1.5em; border-radius: 0.75em; overflow: hidden; flex-grow: 100; display:block; background-color:{get_color("window-background2")}; margin:1em; cursor: pointer',
|
||||
E.div(style=f'display:block; width: 0%; background-color:{get_color("window-foreground")}; height:100%'),
|
||||
),
|
||||
E.div(
|
||||
|
Loading…
x
Reference in New Issue
Block a user