Changeset 184221 in webkit
- Timestamp:
- May 12, 2015, 2:30:21 PM (10 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css
r173593 r184221 52 52 53 53 .status-line.good .bubble { 54 background-color: rgb( 76, 151, 61);54 background-color: rgb(134, 189, 141); 55 55 } 56 56 … … 82 82 83 83 .status-line.bad .bubble { 84 background-color: rgb(1 91, 67,41);84 background-color: rgb(134, 189, 141); 85 85 } 86 86 -
trunk/Tools/ChangeLog
r184211 r184221 1 2015-05-12 Ryosuke Niwa <rniwa@webkit.org> 2 3 People with Deuteranopia can't tell red and green apart on bot watcher's dashboard 4 https://bugs.webkit.org/show_bug.cgi?id=144929 5 6 Reviewed by Eric Carlson. 7 8 Tweaked colors as I see fit. 9 10 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css: 11 (.status-line.good .bubble): 12 (.status-line.bad .bubble): 13 1 14 2015-05-11 Alexey Proskuryakov <ap@apple.com> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.