I have a web application in which I recently applied the jQuery ThemeRoller theme. Now I want to have a simple <h2>. The element has the same rounded rectangular appearance as the title of the dialog header or the date name. How can I best apply them to my elements that are not part of the larger jQuery UI constructs?
I started by simply setting the css class values manually, based on what I saw in the Chrome inspector tool, and I got some of this way before I started to get nervous that this would not necessarily be the best way, since I would bypass any CSS class assignment logic that can occur inside the jQuery user interface.
So, is there an easier way to apply these styles, or should I just go the path of explicitly defining CSS styles in my headers?
source
share