Hi, I'm new with Smart GWT and I'm trying to change the look and feel of a Grid Header.
How can I do this?
I follow the steps in the "Smart GWT Quick Start Guide" and create a new skin but I can't change the font size of my Grid Headers.
My skin_styles.css looks like:
/*=============================================
11) ListGrid
=============================================*/
.headerBar {
background:#FFFFFF url(./images/ListGrid/header.png) repeat-x bottom left scroll;
font-family:Verdana;
font-size:14px;
}
1) Smart GWT 2.5.1 (Eclipse Plugin)
2) IE 8
How can I do this?
I follow the steps in the "Smart GWT Quick Start Guide" and create a new skin but I can't change the font size of my Grid Headers.
My skin_styles.css looks like:
/*=============================================
11) ListGrid
=============================================*/
.headerBar {
background:#FFFFFF url(./images/ListGrid/header.png) repeat-x bottom left scroll;
font-family:Verdana;
font-size:14px;
}
1) Smart GWT 2.5.1 (Eclipse Plugin)
2) IE 8
Comment