[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

diegohcg at webkit.org diegohcg at webkit.org
Wed Dec 22 13:38:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5ce81bc5c32896113f4ed1dd464ec1233008b6e0
Author: diegohcg at webkit.org <diegohcg at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 12:10:25 2010 +0000

    [Qt] On Maemo platform, web style is missing for some inputs
    https://bugs.webkit.org/show_bug.cgi?id=46182
    
    Patch by Ragner Magalhaes <ragner.magalhaes at openbossa.org> on 2010-09-21
    Reviewed by Kenneth Rohde Christiansen.
    
    * css/themeQtMaemo5.css:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68035 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e2dbdb5..a1e717f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-21  Ragner Magalhaes  <ragner.magalhaes at openbossa.org>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        [Qt] On Maemo platform, web style is missing for some inputs
+        https://bugs.webkit.org/show_bug.cgi?id=46182
+
+        * css/themeQtMaemo5.css:
+
 2010-09-22  Patrick Gansterer  <paroga at webkit.org>
 
         Unreviewed.
diff --git a/WebCore/css/themeQtMaemo5.css b/WebCore/css/themeQtMaemo5.css
index c568d5d..b99cd7a 100644
--- a/WebCore/css/themeQtMaemo5.css
+++ b/WebCore/css/themeQtMaemo5.css
@@ -66,6 +66,12 @@ select:active:disabled {
 input:not([type]),
 input[type="text"],
 input[type="password"],
+input[type="email"],
+input[type="color"],
+input[type="search"],
+input[type="date"],
+input[type="number"],
+input[type="url"],
 textarea {
     border: 1px solid black;
 }
@@ -73,6 +79,12 @@ textarea {
 input:not([type]):disabled,
 input[type="text"]:disabled,
 input[type="password"]:disabled,
+input[type="email"]:disabled,
+input[type="color"]:disabled,
+input[type="search"]:disabled,
+input[type="date"]:disabled,
+input[type="number"]:disabled,
+input[type="url"]:disabled,
 textarea:disabled {
     border: 1px solid grey;
     background-color:ButtonHighlight;
@@ -81,6 +93,12 @@ textarea:disabled {
 input:not([type]):active,
 input[type="text"]:active,
 input[type="password"]:active,
+input[type="email"]:active,
+input[type="color"]:active,
+input[type="search"]:active,
+input[type="date"]:active,
+input[type="number"]:active,
+input[type="url"]:active,
 textarea:active {
     background-color:ButtonShadow;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list