This commit is contained in:
Kovid Goyal 2020-02-15 22:05:04 +05:30
parent 305c97620e
commit 6d4909978a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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
)