Changeset 184221 in webkit


Ignore:
Timestamp:
May 12, 2015, 2:30:21 PM (10 years ago)
Author:
rniwa@webkit.org
Message:

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):

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  
    5252
    5353.status-line.good .bubble {
    54     background-color: rgb(76, 151, 61);
     54    background-color: rgb(134, 189, 141);
    5555}
    5656
     
    8282
    8383.status-line.bad .bubble {
    84     background-color: rgb(191, 67, 41);
     84    background-color: rgb(134, 189, 141);
    8585}
    8686
  • trunk/Tools/ChangeLog

    r184211 r184221  
     12015-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
    1142015-05-11  Alexey Proskuryakov  <ap@apple.com>
    215
Note: See TracChangeset for help on using the changeset viewer.