etalcott
24 Jun 2009, 7:16 AM
I thought I had read something in the 3.0 expected features that said the CSS would be changed to not affect anything except ExtJS portions of our applications. Did I misread that or did something change? The CSS is clearly still not all ExtJS-specific (example from ext-all.css):
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{borde
r:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-a
lign:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}
If I misread it, is there any plan to change this in the future so that the CSS only affects ExtJS pieces of our applications? If not, what is the suggested approach for resolving this so that my legacy application is still formatted correctly, but ExtJS UI pieces are formatted as intended?
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{borde
r:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-a
lign:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}
If I misread it, is there any plan to change this in the future so that the CSS only affects ExtJS pieces of our applications? If not, what is the suggested approach for resolving this so that my legacy application is still formatted correctly, but ExtJS UI pieces are formatted as intended?