mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
02970401ea
commit
82fed916d0
@ -201,8 +201,8 @@ def scroll_tree_item_into_view(item):
|
||||
add_extra_css(def():
|
||||
ans = 'a, button:focus { outline: none }; a, button::-moz-focus-inner { border: 0 }\n'
|
||||
ans += '.simple-link { cursor: pointer } .simple-link:hover { color: red } .simple-link:active { transform: scale(1.5) }\n'
|
||||
ans += create_button.style
|
||||
ans += create_spinner.style
|
||||
ans += Breadcrumbs.STYLE_RULES
|
||||
ans += create_button.style + '\n'
|
||||
ans += create_spinner.style + '\n'
|
||||
ans += Breadcrumbs.STYLE_RULES + '\n'
|
||||
return ans
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user