About Table Color Setting [message #116255] |
Fri, 19 December 2008 04:55  |
Eclipse User |
|
|
|
How to configure the color and weight of table border, and how to configure
background color for table header? I try to change the following element in
theme.css file, but this will change text color of the whole system.
* {
color: black;
background-color: rgb( 245,250,254 );
}
|
|
|
|
Re: About Table Color Setting [message #116296 is a reply to message #116255] |
Fri, 19 December 2008 05:38  |
Eclipse User |
|
|
|
The * change the properties of all themable widgets. You can use:
Table {
color:black;
background-color:rgb(245,250,254);
}
Take a look at Table.default.css.
Regards,
Holger
On 2008-12-19 10:55:21 +0100, Terry Zhang <terry_zhang@i-len.com> said:
> How to configure the color and weight of table border, and how to configure
> background color for table header? I try to change the following element in
> theme.css file, but this will change text color of the whole system.
> * {
> color: black;
> background-color: rgb( 245,250,254 );
> }
|
|
|
Powered by
FUDForum. Page generated in 0.03673 seconds