Search and Top Navigation
#1674 closed bug (fixed)
Opened September 19, 2007 03:42AM UTC
Closed October 17, 2007 04:51PM UTC
Last modified February 26, 2009 11:08AM UTC
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.
Attachments (0)
Change History (4)
Changed September 23, 2007 12:21PM UTC by comment:1
owner: | → john |
---|
Changed October 17, 2007 04:51PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Solved, no themes required anymore.
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.2 |
---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:08AM UTC by comment:4
milestone: | → 1.5 |
---|
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?