[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/khtml/css
From:       Raphael Kubo da Costa <kubito () gmail ! com>
Date:       2010-06-10 4:12:55
Message-ID: 20100610041255.CFB4BAC8CF () svn ! kde ! org
[Download RAW message or body]

SVN commit 1136502 by rkcosta:

Default the cursor type for input elements to text (IBeam).

The cursor type for other elements (except for the ones whose type is text or password) has been \
specifically set to default (the arrow cursor).

BUG: 76676


 M  +5 -0      html4.css  


--- trunk/KDE/kdelibs/khtml/css/html4.css #1136501:1136502
@@ -384,6 +384,7 @@
         font-size: small;
         border: 2px -khtml-native;
         background-color: window;
+        cursor: text;
 }
 
 input[type="hidden"] {
@@ -396,6 +397,7 @@
         color: windowtext;
         -khtml-background-clip: padding;
         box-sizing: border-box;
+        cursor: default;
 }
 
 input[type="text"], input[type="password"] {
@@ -410,16 +412,19 @@
         -khtml-background-clip: padding;
         color: buttontext;
         box-sizing: border-box;
+        cursor: default;
 }
 
 input[type="file"] {
         background-color: window;
         color: windowtext;
         box-sizing: border-box;
+        cursor: default;
 }
 
 input[type="image"] {
        background-color: transparent;
+       cursor: default;
 }
 
 isindex { color: windowtext; font-size: small; border: 2px -khtml-native; }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic