Re: highlight mouse-overed row in CellList?

2012-09-17 Thread Weihua
thanks a lot! it works like a charm! 

a minor revision for your style:
.myCellList *table*:hover {
background-color: #ebebeb !important;
}

thank you!!

On Thursday, September 13, 2012 5:29:58 AM UTC+2, Andrei wrote:

 Create a CSS style

 .myCellList tr:hover {
 background-color: #ebebeb !important;
 }

 and add this style to your CellList.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/1S7jZV5EuXIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



highlight mouse-overed row in CellList?

2012-09-12 Thread Weihua
is it possible to highlight the mouse-overed row by changing its background 
color in CellList? thanks!!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/yNZiPzyQylwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



highlight mouse-overed row in CellList?

2012-09-12 Thread Andrei
Create a CSS style

.myCellList tr:hover {
background-color: #ebebeb !important;
}

and add this style to your CellList.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/SU-Hr7pWGPYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.