This is a migrated thread and some comments may be shown as answers.

proper cross-browser CSS to set font-size of grid column headers

1 Answer 199 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim R
Top achievements
Rank 1
Tim R asked on 24 Jan 2013, 05:14 PM

.k-grid-header {font-size: x-small !important;}

works fine in IE but I'm not having any success with Chrome, FF, or Opera.  What is the proper cross-browser CSS to set the font-size of the header?

Thanks

1 Answer, 1 is accepted

Sort by
0
Tim R
Top achievements
Rank 1
answered on 24 Jan 2013, 06:13 PM
Got it: .k-grid-header-wrap th {font-size: x-small !important; }
Tags
Grid
Asked by
Tim R
Top achievements
Rank 1
Answers by
Tim R
Top achievements
Rank 1
Share this question
or