Changeset 184222 in webkit
- Timestamp:
- May 12, 2015, 2:50:16 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
r184221 r184222 52 52 53 53 .status-line.good .bubble { 54 background-color: rgb( 134, 189, 141);54 background-color: rgb(50, 219, 72); 55 55 } 56 56 … … 82 82 83 83 .status-line.bad .bubble { 84 background-color: rgb(1 34, 189, 141);84 background-color: rgb(196, 49, 49); 85 85 } 86 86 … … 132 132 .status-line.good .label, 133 133 .status-line.good .message { 134 color: rgb( 76, 151, 61);134 color: rgb(40, 177, 58); 135 135 } 136 136 -
trunk/Tools/ChangeLog
r184221 r184222 1 2015-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 1 10 2015-05-12 Ryosuke Niwa <rniwa@webkit.org> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.