EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
December 20, 2025, 12:13:46 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Card View, How to change cursor to pointer when mouse over each row
Pages: [
1
]
« previous
next »
Print
Author
Topic: Card View, How to change cursor to pointer when mouse over each row (Read 9326 times)
Aod47
Jr. Member
Posts: 85
Card View, How to change cursor to pointer when mouse over each row
«
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
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: Card View, How to change cursor to pointer when mouse over each row
«
Reply #1 on:
February 15, 2015, 12:51:17 AM »
Please override the '.datagrid-row-over' CSS style.
Code:
<style>
.datagrid-row-over{
cursor: pointer
}
</style>
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...