CSS warnings from the generated CSS file regarding color and background-color attributes:

#navigation {
  float: left;
  width: 100%;
  background: url(navigation_bg.png) repeat-x bottom;
  background-color: ;
  color: ;
  padding-top: 0px;
}

Comments

sign’s picture

Version: 6.x-1.8 » 6.x-1.x-dev
Status: Active » Fixed

I have changed the #navigation colours to colours that were used somewhere else, I think this is a color module bug, should work now ok, not sure what else is affected by setting these colours, only the bg should be, but that's not visible

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.