Title: [184222] trunk/Tools
Revision
184222
Author
[email protected]
Date
2015-05-12 14:50:16 -0700 (Tue, 12 May 2015)

Log Message

Fix the previous commit, which made both bubbles green.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css:
(.status-line.good .bubble):
(.status-line.bad .bubble):
(.status-line.good .message):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css (184221 => 184222)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css	2015-05-12 21:30:21 UTC (rev 184221)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css	2015-05-12 21:50:16 UTC (rev 184222)
@@ -51,7 +51,7 @@
 }
 
 .status-line.good .bubble {
-    background-color: rgb(134, 189, 141);
+    background-color: rgb(50, 219, 72);
 }
 
 .status-line.unauthorized .bubble {
@@ -81,7 +81,7 @@
 }
 
 .status-line.bad .bubble {
-    background-color: rgb(134, 189, 141);
+    background-color: rgb(196, 49, 49);
 }
 
 .status-line.bad .bubble.pictogram {
@@ -131,7 +131,7 @@
 
 .status-line.good .label,
 .status-line.good .message {
-    color: rgb(76, 151, 61);
+    color: rgb(40, 177, 58);
 }
 
 .status-line.danger .label,

Modified: trunk/Tools/ChangeLog (184221 => 184222)


--- trunk/Tools/ChangeLog	2015-05-12 21:30:21 UTC (rev 184221)
+++ trunk/Tools/ChangeLog	2015-05-12 21:50:16 UTC (rev 184222)
@@ -1,5 +1,14 @@
 2015-05-12  Ryosuke Niwa  <[email protected]>
 
+        Fix the previous commit, which made both bubbles green.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css:
+        (.status-line.good .bubble):
+        (.status-line.bad .bubble):
+        (.status-line.good .message):
+
+2015-05-12  Ryosuke Niwa  <[email protected]>
+
         People with Deuteranopia can't tell red and green apart on bot watcher's dashboard
         https://bugs.webkit.org/show_bug.cgi?id=144929
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to