Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP 1.4 M4, problems with table style(problems with tabel style in M4)
RAP 1.4 M4, problems with table style [message #648716] Fri, 14 January 2011 08:36 Go to next message
Christian Iten is currently offline Christian ItenFriend
Messages: 5
Registered: December 2009
Junior Member
Hi,

i have a problem with my css file in RAP 1.4 M4.
before upgrade RAP to M4 i used in my css file the fallowing code for style my table:
TableColumn {
  background-color: #61ADD6;
  color: #333333;
  font: 11px Arial, "Lucida Sans", Verdana, Helvetica, sans-serif;
  border-bottom:none;
}

this works fine before.
now the same code has no influence.
Re: RAP 1.4 M4, problems with table style [message #648724 is a reply to message #648716] Fri, 14 January 2011 08:50 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Christian,

I think that you have problem only with the background-color property.
In 1.4M4 we changed the default theme to use background gradient on the
TableColumn/TreeColumn - see bug:
331549: [Theming] Use background gradient instead of image for
TableColumn and TreeColumn background
https://bugs.eclipse.org/bugs/show_bug.cgi?id=331549
You need to reset the background-image property to "none" to make it
works again.
HTH,
Ivan


On 1/14/2011 10:37 AM, Christian Iten wrote:
> Hi,
>
> i have a problem with my css file in RAP 1.4 M4.
> before upgrade RAP to M4 i used in my css file the fallowing code for
> style my table:
>
> TableColumn {
> background-color: #61ADD6;
> color: #333333;
> font: 11px Arial, "Lucida Sans", Verdana, Helvetica, sans-serif;
> border-bottom:none;
> }
>
> this works fine before.
> now the same code has no influence.
>
Re: RAP 1.4 M4, problems with table style [message #648758 is a reply to message #648724] Fri, 14 January 2011 12:48 Go to previous message
Christian Iten is currently offline Christian ItenFriend
Messages: 5
Registered: December 2009
Junior Member
Hi Ivan,

thanx for this fast answer.
i've try out your instruction.
This was exactly what i mean.

thx
Previous Topic:PlatformUI.getWorkbench().getProgressService()
Next Topic:RAP 1.4 M4 does not work with Google Chrome
Goto Forum:
  


Current Time: Thu Apr 25 05:08:42 GMT 2024

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

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

Back to the top