Loading template/app/view/Viewport.js +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ Ext.define('Docs.view.Viewport', { xtype: 'classgrid', id: 'favorites-grid', title: 'Favorites', iconCls: 'icon-fav', viewConfig: { plugins: { ptype: 'gridviewdragdrop' Loading template/resources/sass/viewport.scss +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ $docs-monospace-font: "Menlo", "Courier New", Courier, monospace; .icon-subclass { background: url(../images/icons.png) no-repeat -3px -299px !important; } .icon-fav { background: url(../images/icons.png) no-repeat -3px -326px !important; } background: url(../images/icons.png) no-repeat -3px -328px !important; } .icon-hist { background: url(../images/icons.png) no-repeat -3px -380px !important; } } Loading Loading
template/app/view/Viewport.js +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ Ext.define('Docs.view.Viewport', { xtype: 'classgrid', id: 'favorites-grid', title: 'Favorites', iconCls: 'icon-fav', viewConfig: { plugins: { ptype: 'gridviewdragdrop' Loading
template/resources/sass/viewport.scss +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ $docs-monospace-font: "Menlo", "Courier New", Courier, monospace; .icon-subclass { background: url(../images/icons.png) no-repeat -3px -299px !important; } .icon-fav { background: url(../images/icons.png) no-repeat -3px -326px !important; } background: url(../images/icons.png) no-repeat -3px -328px !important; } .icon-hist { background: url(../images/icons.png) no-repeat -3px -380px !important; } } Loading