Sigma Php Ajax framework, Ajax Components, GUI Builder
May 23, 2012, 09:07:03 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Change cursor for readonly input  (Read 791 times)
Subudayj
Newbie
*
Posts: 2


View Profile
« on: September 05, 2011, 03:05:44 AM »

Hello.
I would like to know if it's possible to change cursor (pointer) for readonly input element?
I've tried to use .setCustomStyle('KEY-readonly','cursor:default'), but it doesn't seems to work.
Thanks in advance.

Logged
linb
Administrator
Hero Member
*****
Posts: 435


View Profile
« Reply #1 on: September 05, 2011, 03:25:24 AM »

Update code from svn first:

1.for just one:


2. for all -> add css style:


3.for all -> add a css file:

.linb-input-readonly input{
    cursor:default
}
Logged
Subudayj
Newbie
*
Posts: 2


View Profile
« Reply #2 on: September 05, 2011, 04:23:53 AM »

Thanks a lot, it works (version from svn has helped)!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!