-
Vista theme for grid fix
Vista theme for grid fix
A grid using the vista theme doesn't use the proper background image for the header rows.
Adding "background:none;" to the class ".ygrid-vista .ygrid-hd{" fixes this.
-
This fixes the header background, but some adjustments still need to be made to get it to work with mouseovers.
-
Here is some classes for the toolbars also.
.ytheme-gray .ytoolbar{
border: 0px none;
background: url(../images/layout/gray/panel-title-light-bg.gif);
}
.ytheme-gray .ytoolbar .ytb-sep{
background-image: url(../images/grid/grid-split.gif);
}
.ygrid-vista .ytoolbar{
border: 0px none;
background: url(../images/grid/grid-vista-hd.gif);
}
.ygrid-vista .ytoolbar .ytb-sep{
background-image: url(../images/grid/grid-split.gif);
}
-
Sencha User
I've added those in. Thanks.
Similar Threads
-
By TheRebelGriz in forum Ext 2.x: Help & Discussion
Replies: 2
Last Post: 8 Mar 2007, 6:46 PM
-
By sgruhier in forum Ext 1.x: Help & Discussion
Replies: 4
Last Post: 5 Mar 2007, 1:57 AM
-
By waterlowa in forum Ext 2.x: Help & Discussion
Replies: 5
Last Post: 3 Mar 2007, 11:42 AM
-
By donalconlon in forum Ext 1.x: Bugs
Replies: 3
Last Post: 18 Dec 2006, 10:49 AM
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us