From 82fed916d074a27a7728a4bfc09e835ea9c6464c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Feb 2017 14:52:15 +0530 Subject: [PATCH] ... --- src/pyj/widgets.pyj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pyj/widgets.pyj b/src/pyj/widgets.pyj index ff0b74fd90..2df100ac26 100644 --- a/src/pyj/widgets.pyj +++ b/src/pyj/widgets.pyj @@ -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 )