It depends, first I need to check if other devs agree to move the background color out of simple skin. It's possible that we decide to not fix it as panelBox background should really be set using composite selectors like
af|panelBox::dark af|panelBox::body Regards, ~ Simon On 10/30/06, Nicolas Kalkhof <[EMAIL PROTECTED]> wrote:
simon, thanks for the information. when can we expect this issue to be fixed? best regards, nicolas > -----Ursprüngliche Nachricht----- > Von: [email protected] > Gesendet: 30.10.06 15:44:24 > An: [email protected] > Betreff: Re: af|panelBox ignores background color override > Also, you should take a look at the skin documentation. Some new panelBox > selectors were added to allow round edges and so on. > > I found the problem. It's because the selectors inherited from simple get > stronger CSS priority than your. This is bad, I'll probably move those style > to minimal instead in order to prevent such issue from happening again. > > > ~ Simon > > > On 10/30/06, Simon Lessard <[EMAIL PROTECTED]> wrote: > > > > Hmmm, try the following, it works fine for me: > > > > af|panelBox::medium af|panelBox::body > > { > > background-color: black; > > } > > > > However what you did should have worked as well. I'll try it locally come > > back with either a patch, or a workaround. Did you clear your browser cache > > when you changed the skin? > > > > af|panelBox::body > > { > > background-color: black; > > } > > > > On 10/30/06, Nicolas Kalkhof <[EMAIL PROTECTED]> wrote: > > > > > > hi folks, > > > > > > i´m having trouble trying to define custom skin parameters for the > > > panelBox. it seems that trinidad (current trunk) ignors any changes in > > > background color. the same works fine for ADF faces 10.1.3.1. > > > > > > my skin css fragment looks like this: > > > > > > af|panelBox::header { > > > background-color: #000000; > > > color: #000000; > > > height: 15px; > > > } > > > > > > af|panelBox::body { > > > background-color: #000000; > > > color: #000000; > > > height: 45px; > > > } > > > > > > and the jspx fragment: > > > <tr:panelBox text="header"> > > > <tr:outputText value="test" /> > > > </tr:panelBox> > > > > > > the background stays white :( > > > > > > any ideas? > > > > > > regards, > > > nicolas > > > ______________________________________________________________________ > > > XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE< http://web.de/>Club! > > > Jetzt gratis testen! http://freemail.web.de/home/landingpad/?mc=021130 > > > > > > > > > __________________________________________________________________________ Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach! Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
