Threaded View
-
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!)


Reply With Quote