#1674 closed bug (fixed)
Theme is required for .shadow() to work
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
You have to include a theme file just to get .shadow() to do anything - that seems a little excessive.
Change History (4)
comment:1 Changed 16 years ago by
Owner: | set to john |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Solved, no themes required anymore.
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
The problem is that css classes are much more effective than modifing style tags directly. So in order to gain speed, I still think we should use css here. One option would be packing the css file not into the skin but to the plugin directly. How does that sound?