EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: dailyblog on March 06, 2013, 03:34:34 AM



Title: change background
Post by: dailyblog on March 06, 2013, 03:34:34 AM
how to change background-image of the row that mouse is over ?


Title: Re: change background
Post by: stworthy on March 06, 2013, 06:16:02 PM
Please override the .datagrid-row-over class.
Code:
<style type="text/css">
.datagrid-row-over{
background-color:#fff000;
}
</style>