In certain cases with the modals, Panels will re-load already loaded CSS files which become the last loaded CSS files and override user styles. This patch exempts the reloading in cases where I saw the issue, but believe there is a better/broader fix possible.
| Comment | File | Size | Author |
|---|---|---|---|
| panels-lazy-css-loading.patch | 869 bytes | populist |
Comments
Comment #1
merlinofchaos commentedIt seems with newer Drupal 7 that this isn't as big of a deal, so returned these to ctools_add_css() commands. It still has issues with the layout, though, so for some reason I still need to have meta_location be inline, which is really irritating.