Active
Project:
BlogBuzz
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2011 at 21:01 UTC
Updated:
13 Mar 2011 at 21:06 UTC
Jump to comment: Most recent file
Right now by default, the stylesheets are added in this order:
This has the unfortunate effect that custom.css can't override anything set in -chosen style-.css (since -chosen style-.css is read in last).
A quick fix was to add "weight => -1" to blogbuzz_preprocess_html for the -chosen style-.css drupal_add_css call. However, that bumps it above blogbuzz.css too so maybe not ideal? I'll attach a patch file anyway just so you can see exactly what I did.
There must be a better solution?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | template.php-1091342.patch | 868 bytes | sokrplare |
Comments
Comment #1
sokrplare commentedPatch attached.