jcochran
12 Oct 2010, 7:09 AM
Using GXT 2.2.0:
When we include gxt-gray.css in our project, the background color behind the text in a MessageBox.confirm window is blue instead of gray in IE. This can be seen using the GXT demo. It appears that in 2.2.0 the following was added to gxt-all.css, but no corresponding entry was added in gxt-gray.css.
.ext-ie .x-window-plain .x-window-mc {
background-color: #c9d5e4;
}
When we include gxt-gray.css in our project, the background color behind the text in a MessageBox.confirm window is blue instead of gray in IE. This can be seen using the GXT demo. It appears that in 2.2.0 the following was added to gxt-all.css, but no corresponding entry was added in gxt-gray.css.
.ext-ie .x-window-plain .x-window-mc {
background-color: #c9d5e4;
}