Changeset 67768 in webkit


Ignore:
Timestamp:
Sep 17, 2010 6:01:50 PM (14 years ago)
Author:
bweinstein@apple.com
Message:

The colors on the new build.webkit.org (after upgrading the master to 0.8.1) are
slightly harder to read, so this reverts the previous background colors for various
states, making it easier to read.

Reviewed by Jon Honeycutt.

  • BuildSlaveSupport/build.webkit.org-config/public_html/default.css:

(.success):
(.failure):
(.warnings):
(.exception):
(.start,.running,td.building):
(.offline,td.offline):

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/default.css

    r67706 r67768  
    332332.success {
    333333        color: #FFFFFF;
    334         background-color: #6d6;
     334        background-color: #8FDF5F;
    335335        border-color: #4F8530;
    336336}
     
    338338.failure {
    339339        color: #FFFFFF;
    340         background-color: #d66;
     340        background-color: #E98080;
    341341        border-color: #A77272;
    342342}
     
    344344.warnings {
    345345        color: #FFFFFF;
    346         background-color: #ffc343;
     346        background-color: #FFC343;
    347347        border-color: #C29D46;
    348348}
     
    350350.exception {
    351351        color: #FFFFFF;
    352         background-color: #f6f;
     352        background-color: #E0B0FF;
    353353        border-color: #ACA0B3;
    354354}
     
    356356.start,.running,td.building {
    357357        color: #666666;
    358         background-color: #ff6;
     358        background-color: #FFFC6C;
    359359        border-color: #C5C56D;
    360360}
     
    362362.offline,td.offline {
    363363    color: #FFFFFF;
    364     background-color: #777777;
     364    background-color: #E0B0FF;
    365365    border-color: #dddddd;
    366366}
  • trunk/WebKitTools/ChangeLog

    r67764 r67768  
     12010-09-17  Brian Weinstein  <bweinstein@apple.com>
     2
     3        Reviewed by Jon Honeycutt.
     4
     5        The colors on the new build.webkit.org (after upgrading the master to 0.8.1) are
     6        slightly harder to read, so this reverts the previous background colors for various
     7        states, making it easier to read.
     8
     9        * BuildSlaveSupport/build.webkit.org-config/public_html/default.css:
     10        (.success):
     11        (.failure):
     12        (.warnings):
     13        (.exception):
     14        (.start,.running,td.building):
     15        (.offline,td.offline):
     16
    1172010-09-17  Sheriff Bot  <webkit.review.bot@gmail.com>
    218
Note: See TracChangeset for help on using the changeset viewer.