Title: [134645] trunk/Source/WebCore
- Revision
- 134645
- Author
- commit-qu...@webkit.org
- Date
- 2012-11-14 12:19:15 -0800 (Wed, 14 Nov 2012)
Log Message
[BlackBerry] Style BB10 time input field font.
https://bugs.webkit.org/show_bug.cgi?id=102260.
Patch by Tiancheng Jiang <tiji...@rim.com> on 2012-11-14
Reviewed by Rob Buis.
RIM PR 243355
Adjust time input field font using BB10 system default font.
* css/themeBlackBerry.css:
(input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"]):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (134644 => 134645)
--- trunk/Source/WebCore/ChangeLog 2012-11-14 20:14:08 UTC (rev 134644)
+++ trunk/Source/WebCore/ChangeLog 2012-11-14 20:19:15 UTC (rev 134645)
@@ -1,3 +1,16 @@
+2012-11-14 Tiancheng Jiang <tiji...@rim.com>
+
+ [BlackBerry] Style BB10 time input field font.
+ https://bugs.webkit.org/show_bug.cgi?id=102260.
+
+ Reviewed by Rob Buis.
+
+ RIM PR 243355
+ Adjust time input field font using BB10 system default font.
+
+ * css/themeBlackBerry.css:
+ (input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"]):
+
2012-11-14 Li Yin <li....@intel.com>
createDelay should raise exception when the maxDelayTime parameter is incorrect.
Modified: trunk/Source/WebCore/css/themeBlackBerry.css (134644 => 134645)
--- trunk/Source/WebCore/css/themeBlackBerry.css 2012-11-14 20:14:08 UTC (rev 134644)
+++ trunk/Source/WebCore/css/themeBlackBerry.css 2012-11-14 20:19:15 UTC (rev 134645)
@@ -54,6 +54,7 @@
}
input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"] {
+ font-family: "Slate Pro";
-webkit-appearance: button;
text-align: center;
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes