smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Typo error in gxp 'all.css' file #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a typo bug in the 'all.css' file of the gxp library - this typo ends 
in a white toolbar in our app when including the 'all.css' file!

line 374:
.gx-overlay-playback.x-toolbar {

When fixing the line to 

.gx-overlay-playback .x-toolbar {

the app toolbar shows the right color.

Original issue reported on code.google.com by wolfram.winter on 11 Sep 2013 at 8:38

GoogleCodeExporter commented 9 years ago
Ok, opened an issue on GXP: https://github.com/opengeo/gxp/issues/211

Original comment by jus...@gmail.com on 11 Sep 2013 at 9:52

GoogleCodeExporter commented 9 years ago
Has been fixed in gxp - tested: works.

Original comment by wolfram.winter on 29 Oct 2013 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by jus...@gmail.com on 29 Oct 2013 at 1:03