How to fix ExtJS scoped CSS for IE?
问题 I'm using ExtJS 4.1.1 and some components don't display as expected in IE7. I checked ext-all-scoped.css and I noticed that these two classes .x-reset .x-ie do not appear in the right order, so the styles are not applied. I thought I could simply replace this string with the right one ( .x-ie .x-reset ) but there are many different cases such as .x-reset .x-strict .x-ie7 , .x-reset .x-quirks .x-ie8 and so on all along the file. Thereby, I'd rather like recompile the entire CSS file. Does