mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1863418 [Hovering buttons turns the text red](https://bugs.launchpad.net/calibre/+bug/1863418)
This commit is contained in:
parent
305c97620e
commit
6d4909978a
@ -18,6 +18,7 @@ add_extra_css(def():
|
||||
style = rule(QUICK, 'li.current', background_color=get_color('window-background2'))
|
||||
style += rule(QUICK, 'li:hover', background_color=get_color('window-background2'))
|
||||
style += rule(CONTAINER, 'a:hover', color=get_color('window-hover-foreground'))
|
||||
style += rule(CONTAINER, 'a.calibre-push-button:hover', color=get_color('button-text'))
|
||||
return style
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user