Mjollnir26
9 Feb 2010, 4:23 AM
Hi there,
there seems to be a Path-Typo in the officially released 3.1.0 xtheme-gray.css
On line 433 it says:
.x-toolbar .xtb-sep {
background-image: url(../ext/resources/images/default/grid/grid-split.gif);
}
Shouldn't this be
.x-toolbar .xtb-sep {
background-image: url(../images/default/grid/grid-split.gif);
}
like all the other 10,000 classes in that file? :D
there seems to be a Path-Typo in the officially released 3.1.0 xtheme-gray.css
On line 433 it says:
.x-toolbar .xtb-sep {
background-image: url(../ext/resources/images/default/grid/grid-split.gif);
}
Shouldn't this be
.x-toolbar .xtb-sep {
background-image: url(../images/default/grid/grid-split.gif);
}
like all the other 10,000 classes in that file? :D