Changeset 184222 in webkit


Ignore:
Timestamp:
May 12, 2015, 2:50:16 PM (10 years ago)
Author:
rniwa@webkit.org
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css

    r184221 r184222  
    5252
    5353.status-line.good .bubble {
    54     background-color: rgb(134, 189, 141);
     54    background-color: rgb(50, 219, 72);
    5555}
    5656
     
    8282
    8383.status-line.bad .bubble {
    84     background-color: rgb(134, 189, 141);
     84    background-color: rgb(196, 49, 49);
    8585}
    8686
     
    132132.status-line.good .label,
    133133.status-line.good .message {
    134     color: rgb(76, 151, 61);
     134    color: rgb(40, 177, 58);
    135135}
    136136
  • trunk/Tools/ChangeLog

    r184221 r184222  
     12015-05-12  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Fix the previous commit, which made both bubbles green.
     4
     5        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css:
     6        (.status-line.good .bubble):
     7        (.status-line.bad .bubble):
     8        (.status-line.good .message):
     9
    1102015-05-12  Ryosuke Niwa  <rniwa@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.