Closed (fixed)
Project:
Drupal core
Version:
6.9
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 17:03 UTC
Updated:
31 Mar 2009 at 16:30 UTC
Needing a very slight change in the CSS of Garland Theme, I created a Sub-theme of Garland, following the example of Minelli, but I put it in the sites/all/themes directory. I changed the relative file paths in the color.inc file, accordingly, as shown in the attached file. All seems to work fine but when I change the default color to "shiny tomato", for ex., the color of the header remains blue, while all the rest follows the "shiny tomato" color settings. I, then, tried to define the same sub-theme but, in the themes/garland directory, with the same color.inc as the one in the Minelli directory, and all was fine. It looks like a bug ... Is it ?
| Comment | File | Size | Author |
|---|---|---|---|
| color.inc_.txt | 3.38 KB | prunelle |
Comments
Comment #1
prunelle commentedThe problem seems to be explained there #281489: Sub Themes do not inherit CSS and images. It is also mentionned in the comments of http://drupal.org/node/225125.
Comment #2
prunelle commentedI have no more my initial problem with the 6.10 version of Drupal.