Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 71402 invoked from network); 11 Apr 2008 07:29:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2008 07:29:27 -0000 Received: (qmail 99801 invoked by uid 500); 11 Apr 2008 07:29:24 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 99496 invoked by uid 500); 11 Apr 2008 07:29:23 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 99478 invoked by uid 99); 11 Apr 2008 07:29:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2008 00:29:23 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [217.89.70.212] (HELO mail.tcc-products.de) (217.89.70.212) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2008 07:28:40 +0000 X-IronPort-AV: E=Sophos;i="4.25,640,1199660400"; d="scan'208,217";a="1172967" Received: from unknown (HELO MOES0037.tcc.local) ([10.6.4.137]) by mail.tcc-products.de with ESMTP; 11 Apr 2008 09:28:50 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C89BA5.AFB3C50E" X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: AW: [Trinidad] skining showDetails component Date: Fri, 11 Apr 2008 09:28:49 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Trinidad] skining showDetails component Thread-Index: AcibJiRZogHeG0fsR1KuNZ4sLdJb7AAf4F0g References: <5aca2d400804100915m69f66d9cwdb2ff62f7f54f0bd@mail.gmail.com> From: =?iso-8859-1?Q?D=F6ring_Markus?= To: "MyFaces Discussion" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C89BA5.AFB3C50E Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, thanks for help so far, this is what I have in my skins.css now: =20 af|showDetail::prompt-disclosed .OraLink:active { color:#FF0000; = background-color:#FF0000;} af|showDetail::prompt-disclosed .OraLink:link { color:#FF0000; = background-color:#FF0000;} af|showDetail::prompt-disclosed .OraLink:hover { color:#FF0000; = background-color:#FF0000;} af|showDetail::prompt-undisclosed .OraLink:active { color:#FF0000; = background-color:#FF0000;} af|showDetail::prompt-undisclosed .OraLink:link { color:#FF0000; = background-color:#FF0000;} af|showDetail::prompt-undisclosed .OraLink:hover { color:#FF0000; = background-color:#FF0000;} =20 but nothing happens at all. I choose red to definitely see if something changes and seprerated it to = test what happens if I only use one of these selectors, but whatever I = do I see no changes on the showDetail at all. =20 With best regards Markus D=F6ring TCC Products GmbH =20 Von: Cristi Toth [mailto:cristi.toth@gmail.com]=20 Gesendet: Donnerstag, 10. April 2008 18:15 An: MyFaces Discussion Betreff: Re: [Trinidad] skining showDetails component =20 Hi,=20 Skinning the link itself is quite nasty, because all the links in = trinidad also have the OraLink styleClass that's because you can't use :link :active :hover pseudo-classes on = skin-selectors so what you could do is something like this: af|showDetail::prompt-disclosed .OraLink:link, = af|showDetail::prompt-undisclosed .OraLink:link { .. properties } and try add !important on the css properties you put in the selector do so also for :active, :hover, ... if you need it regards, On Thu, Apr 10, 2008 at 4:35 PM, D=F6ring Markus = wrote: Hi all, I'm trying to skin the link of the showDetails component (change the = color of the link and the font size) I've managed to change the color by skinning .AFLinkForeground:alias but = I don't want to change every link. af|showDetail:: prompt-link is not working for me at all. Can someone please give me the correct skinSelector for showDetails?` =20 Thanks Greetings =20 Markus D=F6ring TCC Products GmbH --=20 Cristi Toth ------------- Codebeat www.codebeat.ro=20 ------_=_NextPart_001_01C89BA5.AFB3C50E Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi,

thanks for help so far, this is what I have in my = skins.css now:

 

af|showDetail::prompt-disclosed .OraLink:active { color:#FF0000; background-color:#FF0000;}

af|showDetail::prompt-disclosed .OraLink:link { color:#FF0000; background-color:#FF0000;}

af|showDetail::prompt-disclosed .OraLink:hover { color:#FF0000; background-color:#FF0000;}

af|showDetail::prompt-undisclosed .OraLink:active { color:#FF0000; background-color:#FF0000;}

af|showDetail::prompt-undisclosed .OraLink:link { color:#FF0000; background-color:#FF0000;}

af|showDetail::prompt-undisclosed .OraLink:hover { color:#FF0000; background-color:#FF0000;}

 

but nothing happens at all.

I choose red to definitely see if something changes and = seprerated it to test what happens if I only use one of these selectors, but = whatever I do I see no changes on the showDetail at all.

 

With best regards

Markus D=F6ring

TCC Products GmbH

 

Von:<= /b> Cristi = Toth [mailto:cristi.toth@gmail.com]
Gesendet: Donnerstag, 10. April 2008 18:15
An: MyFaces Discussion
Betreff: Re: [Trinidad] skining showDetails = component

 

Hi,

Skinning the link itself is quite nasty, because all the links in = trinidad also have the OraLink styleClass
that's because you can't use :link :active :hover pseudo-classes on skin-selectors

so what you could do is something like this:
af|showDetail::prompt-disclosed .OraLink:link, af|showDetail::prompt-undisclosed .OraLink:link {
.. properties
}

and try add !important on the css properties you put in the selector
do so also for :active, :hover, ... if you need it

regards,

On Thu, Apr 10, 2008 at 4:35 PM, D=F6ring Markus = <Markus.Doering@tcc-product= s.de> wrote:

Hi all,

I'm trying to skin the link of the showDetails = component (change the color of the link and the font size)

I've managed to change the color by skinning .AFLinkForeground:alias but I don't want to change every = link.

af|showDetail:: prompt-link is not working for me = at all.

Can someone please give me the correct = skinSelector for showDetails?`

 

Thanks

Greetings

 

Markus D=F6ring

TCC Products GmbH




--
Cristi Toth

-------------
Codebeat
www.codebeat.ro

------_=_NextPart_001_01C89BA5.AFB3C50E--