Re: How to modify a specific header style?

2013-01-11 Thread tong123123
I use pure css to finish it finally. to select a specific header, like the second header column, I use .projectCdGrid thead th:nth-of-type(2) for the button in thead, I use .projectCdGrid thead th button hope this can help others with simiilar problem. -- You received this message

Re: How to modify a specific header style?

2013-01-10 Thread tong123123
the topic in https://groups.google.com/forum/?fromgroups=#!topic/google-web-toolkit/bBe7GCVoVWQ may be useful, but all the link inside return error 404. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: How to modify a specific header style?

2013-01-10 Thread tong123123
So trouble, Header and ActionCell is not inherited UIObject, so cannot use ensureDebugId to give a specific header and actioncell an id to apply css!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit