EasyUI Forum
September 16, 2025, 12:18:19 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: change background  (Read 8908 times)
dailyblog
Newbie
*
Posts: 30


View Profile Email
« on: March 06, 2013, 03:34:34 AM »

how to change background-image of the row that mouse is over ?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!