class tag instead of style attribute? or just don't apply the background color
mattgilbert - April 10, 2009 - 03:20
| Project: | jQuery Media |
| Version: | 6.x-1.4-beta1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Right now jquery_media adds a background color to a wrapper div using a style attribute. Wouldn't it be better (and more flexible) to give that div a class so css styles can be applied? For example, I'd rather the background stay transparent, but i can't do this with the colorpicker widget.
So this is sort of a feature request, but in the short term i'd like to get rid of the background color, if there's a quick way to do just that.
