Actions
Bug #3096
openWPanel title bar css issue
Start date:
05/08/2014
Due date:
% Done:
0%
Estimated time:
Description
After upgrade from 3.2.1 to 3.3.2 WPanel title bars no longer support background-color css stylesheet directives. I used to set my WPanel background-color to match the expanded container.. now the title bar is always grey
Updated by Koen Deforche over 10 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
- Target version set to 3.3.3
Hey,
You should be able to override the panel's title bar background color using:
.Wt-panel .titlebar {
background-color: yellow;
}
Perhaps I'm not actually understanding your problem?
Regards,
koen
Updated by Koen Deforche over 10 years ago
- Target version changed from 3.3.3 to 3.3.4
Actions