Commit e53421d5 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add icon to favorites tab.

parent 946dcee2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ Ext.define('Docs.view.Viewport', {
                                        xtype: 'classgrid',
                                        id: 'favorites-grid',
                                        title: 'Favorites',
                                        iconCls: 'icon-fav',
                                        viewConfig: {
                                            plugins: {
                                                ptype: 'gridviewdragdrop'
+1 −1
Original line number Diff line number Diff line
@@ -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; } }