EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Aod47 on February 14, 2015, 08:40:20 PM



Title: Card View, How to change cursor to pointer when mouse over each row
Post by: Aod47 on February 14, 2015, 08:40:20 PM
Hello,

Could you please show me how to change cursor to 'pointer' when mouse over each row?
From the demo cursor is 'default'.

Thank you


Title: Re: Card View, How to change cursor to pointer when mouse over each row
Post by: stworthy on February 15, 2015, 12:51:17 AM
Please override the '.datagrid-row-over' CSS style.
Code:
<style>
    .datagrid-row-over{
        cursor: pointer
    }
</style>