RAP 1.4 M4, problems with table style [message #648716] |
Fri, 14 January 2011 03:36  |
Eclipse User |
|
|
|
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 03:50   |
Eclipse User |
|
|
|
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.
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.03759 seconds