Closed (won't fix)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 01:10 UTC
Updated:
28 Aug 2009 at 15:12 UTC
Is there a way to change the way CSS is read or edit this. I know, I know, how hard could it be to change the CSS right? Well, I tried that and Firebug came up with "a5f30172a0e70a67dc16fc50c7239a51.css" which was responsible for the white background and everything else. I changed this but then, strangely I might add, the file came back, this time called "a5f30172a0e70a67dc16fc50c7239a51_0.css"
No matter what I do to edit this, the CSS resets itself!
Any ideas? Anyone?
Comments
Comment #1
merlinofchaos commentedI really hate answering questions that are basically "I tried to hack your code and it didn't work, fix it."
The only answer I will provide is to override css in your theme's .css file the way it is meant to be done.
Comment #2
jordanewert commentedOK, well, then how do I override the css? That would be perfect. I need to know what script or CSS file is calling up this css file that was found in sites/default/files/ctools/css. It's a strange place for CSS to be anyways (and the css is about 15 characters of random letters and numbers), it's not like it's even in the module folder. The only way I could get it to stop coming back was to change the permissions on the "ctools" folder itself in files, where it was located. The answer may be obvious but I'm a newb and don't know how to override css. Take a look in firebug to see what I'm talking about. http://unrealconceptions.com/users/jordanewert
Comment #3
dman commentedCalm down, and:
Start with the theme guide
Importantly - note #1 here before you go mad changing the auto-generated css.