Title: [133674] trunk/Source/WebCore
Revision
133674
Author
commit-qu...@webkit.org
Date
2012-11-06 14:50:30 -0800 (Tue, 06 Nov 2012)

Log Message

[BlackBerry] Update BB10 form theme.
https://bugs.webkit.org/show_bug.cgi?id=100760

Patch by Tiancheng Jiang <tiji...@rim.com> on 2012-11-06
Reviewed by Rob Buis.

RIM PR 238123
Internal Reviewed by Chris Hutten-Czapski
BB10 selection theme use slice image function to draw selection button,
any border-radius setting other than 0 will make the button corner
clipped. Always set button border-radius: 0 for BB10 theme.

* css/themeBlackBerry.css:
(select[size][multiple]):
(select[size="1"]):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (133673 => 133674)


--- trunk/Source/WebCore/ChangeLog	2012-11-06 22:21:23 UTC (rev 133673)
+++ trunk/Source/WebCore/ChangeLog	2012-11-06 22:50:30 UTC (rev 133674)
@@ -1,3 +1,20 @@
+2012-11-06  Tiancheng Jiang  <tiji...@rim.com>
+
+        [BlackBerry] Update BB10 form theme.
+        https://bugs.webkit.org/show_bug.cgi?id=100760
+
+        Reviewed by Rob Buis.
+
+        RIM PR 238123
+        Internal Reviewed by Chris Hutten-Czapski
+        BB10 selection theme use slice image function to draw selection button,
+        any border-radius setting other than 0 will make the button corner
+        clipped. Always set button border-radius: 0 for BB10 theme.
+
+        * css/themeBlackBerry.css:
+        (select[size][multiple]):
+        (select[size="1"]):
+
 2012-11-06  Elliott Sprehn  <espr...@chromium.org>
 
         Remove branch from inside RenderObject::view now that renderer() is more expensive

Modified: trunk/Source/WebCore/css/themeBlackBerry.css (133673 => 133674)


--- trunk/Source/WebCore/css/themeBlackBerry.css	2012-11-06 22:21:23 UTC (rev 133673)
+++ trunk/Source/WebCore/css/themeBlackBerry.css	2012-11-06 22:50:30 UTC (rev 133674)
@@ -35,6 +35,11 @@
     border-radius: 0;
 }
 
+select[size="0"],
+select[size="1"] {
+    border-radius: 0;
+}
+
 ::-webkit-validation-bubble-message {
     padding-left: 10px;
     padding-right: 10px;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to