##// END OF EJS Templates
Remove $el_to_style from the widget javascript code; '' now defaults to this.$el...
Remove $el_to_style from the widget javascript code; '' now defaults to this.$el This seems to make it easiest to select the top-level element. An alternative is to use special syntax for top-level elements, like in https://github.com/ipython/ipython/pull/6185 This will be followed up by other fixes that let the user set specific common properties of different elements. This change also adds the .addBack() call, which means that nonempty selectors now apply to this.$el and its descendants, rather than just the descendants of this.$el.

File last commit:

r17372:1ad1bf0d
r17420:69911d59
Show More
style.less
19 lines | 391 B | text/x-less | LessCssLexer
Matthias BUSSONNIER
rename app.less to style_noapp.less
r13545 @import "style_noapp.less";
Matthias BUSSONNIER
inverse style.less and app.less
r13474
MinRK
add comments for style blocks in less...
r17291 /*!
*
* IPython notebook webapp
*
*/
Matthias BUSSONNIER
inverse style.less and app.less
r13474 @import "notebook.less";
@import "celltoolbar.less";
@import "completer.less";
Thomas Kluyver
Style kernel name
r17372 @import "kernelselector.less";
Matthias BUSSONNIER
inverse style.less and app.less
r13474 @import "menubar.less";
@import "notificationarea.less";
@import "notificationwidget.less";
@import "pager.less";
@import "quickhelp.less";
@import "savewidget.less";
@import "toolbar.less";
@import "tooltip.less";