https://bugs.webkit.org/show_bug.cgi?id=144929
Reviewed by Eric Carlson.
Tweaked colors as I see fit.
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css:
(.status-line.good .bubble):
(.status-line.bad .bubble):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@184221
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
}
.status-line.good .bubble {
- background-color: rgb(76, 151, 61);
+ background-color: rgb(134, 189, 141);
}
.status-line.unauthorized .bubble {
}
.status-line.bad .bubble {
- background-color: rgb(191, 67, 41);
+ background-color: rgb(134, 189, 141);
}
.status-line.bad .bubble.pictogram {
+2015-05-12 Ryosuke Niwa <rniwa@webkit.org>
+
+ People with Deuteranopia can't tell red and green apart on bot watcher's dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=144929
+
+ Reviewed by Eric Carlson.
+
+ Tweaked colors as I see fit.
+
+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css:
+ (.status-line.good .bubble):
+ (.status-line.bad .bubble):
+
2015-05-11 Alexey Proskuryakov <ap@apple.com>
[Mac] Share cookie storage between UI process and secondary processes