Title: [133054] trunk/Source/WebCore
Revision
133054
Author
[email protected]
Date
2012-10-31 11:51:06 -0700 (Wed, 31 Oct 2012)

Log Message

Change bubble message style to BB10 UX spec.
https://bugs.webkit.org/show_bug.cgi?id=100862

Patch by Tiancheng Jiang <[email protected]> on 2012-10-31
Reviewed by Rob Buis.

RIM PR 198108
Internal Reviewed by Otto Cheung.
No new tests.

* css/themeBlackBerry.css:
(::-webkit-validation-bubble-message): Added.
(::-webkit-validation-bubble-arrow): Added.
(::-webkit-validation-bubble-heading): Added.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (133053 => 133054)


--- trunk/Source/WebCore/ChangeLog	2012-10-31 18:47:31 UTC (rev 133053)
+++ trunk/Source/WebCore/ChangeLog	2012-10-31 18:51:06 UTC (rev 133054)
@@ -1,3 +1,19 @@
+2012-10-31  Tiancheng Jiang  <[email protected]>
+
+        Change bubble message style to BB10 UX spec.
+        https://bugs.webkit.org/show_bug.cgi?id=100862
+
+        Reviewed by Rob Buis.
+
+        RIM PR 198108
+        Internal Reviewed by Otto Cheung.
+        No new tests.
+
+        * css/themeBlackBerry.css:
+        (::-webkit-validation-bubble-message): Added.
+        (::-webkit-validation-bubble-arrow): Added.
+        (::-webkit-validation-bubble-heading): Added.
+
 2012-10-31  Mike West  <[email protected]>
 
         Prefer document->addConsoleMessage to document->domWindow->console->addMessage.

Modified: trunk/Source/WebCore/css/themeBlackBerry.css (133053 => 133054)


--- trunk/Source/WebCore/css/themeBlackBerry.css	2012-10-31 18:47:31 UTC (rev 133053)
+++ trunk/Source/WebCore/css/themeBlackBerry.css	2012-10-31 18:51:06 UTC (rev 133054)
@@ -34,3 +34,27 @@
 select {
     border-radius: 0;
 }
+
+::-webkit-validation-bubble-message {
+    padding-left: 10px;
+    padding-right: 10px;
+    background: #fafafa;
+    border-color: #ffffff;
+    border-width: 1px;
+    box-shadow: 2px 2px 4px rgba(100,100,100,0.3), 0 0 4px rgba(100,100,100,0.6);
+    -webkit-border-radius: 4px;
+    top: -1px;
+}
+
+::-webkit-validation-bubble-arrow {
+    left: 40px;
+    top: 3px;
+    background: #fafafa;
+    border-color: #ffffff;
+    border-width: 1px;
+    box-shadow: 0 0 4px rgba(100,100,100,0.6);
+}
+
+::-webkit-validation-bubble-heading {
+    font-weight: normal;
+}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to