-
8 Dec 2011 4:55 PM #1
Unanswered: sencha touch css overrides
Unanswered: sencha touch css overrides
Why does Sencha Touch override default CSS settings for HTML elements instead of using "classes"?
ie.
Sencha Touch 2.x defines this:
Seems like this would affect all HTML including non-Sencha Touch code. Wouldn't it be better to define a class for all Sencha "td" elements instead?Code:td{margin:0;padding:0} table{border-collapse:collapse;border-spacing:0}
I ask because it is interfering with my HTML (some I control and some that I do not!)
-
8 Dec 2011 5:48 PM #2
There is no real reason, it just isn't implemented. We could go about doing that (we do it with Ext JS), but it isn't an issue with most Touch applications.
Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
-
8 Dec 2011 9:29 PM #3
Robert,
Please please please change it so that it doesn't interfere with our HTML or HTML that we get from 3rd parties.
Thanks!!!!


Reply With Quote