Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Change color on select TableItem
Change color on select TableItem [message #130536] Tue, 28 April 2009 13:44 Go to next message
No real name is currently offline No real nameFriend
Messages: 38
Registered: July 2009
Member
How can I change the color only for the first select TableItem in a
TableViewer?
The following code in my theme.css changed the color of all select
TableItems.

TableItem:selected:FIRST-LINE {
background-color: #ffffff;
color: red;
}


Kristin
Re: Change color on select TableItem [message #130551 is a reply to message #130536] Tue, 28 April 2009 13:49 Go to previous message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Kristin,

currently it is only possible to change the selection color for all
items. However, feel free to file an enhancement request.

Cheers,
Rüdiger

Kristin Polenz wrote:
> How can I change the color only for the first select TableItem in a
> TableViewer? The following code in my theme.css changed the color of all
> select TableItems.
>
> TableItem:selected:FIRST-LINE {
> background-color: #ffffff;
> color: red;
> }
>
>
> Kristin
>
Previous Topic:Theme Developer is needed
Next Topic:Default Context Menu
Goto Forum:
  


Current Time: Thu Apr 25 06:34:58 GMT 2024

Powered by FUDForum. Page generated in 0.03249 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top