Hey,
thats a plain CSS task. You could give the container of all the links you want 
to change a class or id. Using this id, you can change every a tag's color and 
that should be it.

Something like this (untested)

#containerId a {
  color: red;
}

Regards,
Martin

Am 17.08.2012 um 20:28 schrieb Benjamin Dreux <[email protected]>:

> Hi, i'm wondering how is it possible to define a style for a link
> If you take a look at this exemple you'll notice that the link use a
> orange-ish color.
> 
> For a particular part of my app, i would like use a custom color for
> one link. A the present time my link keep the standard color which is
> dark blue.
> 
> But in my application i can only change the color of the text.
> 
> Do you know a way to achieve this in my app.
> 
> In the demo it look like that the link color depend on the android.css
> stylesheet, but we don't have this style sheet.
> Plus i don't want to change the color for all my links.
> 
> 
> Regards
> -- 
> Benjamin Dreux
> Analyste-Programmeur
> Chaire de logiciel libre-Finance Social et solidaire
> UQAM
> Montréal
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to