Changeset 84485 in webkit


Ignore:
Timestamp:
Apr 21, 2011 5:24:51 AM (13 years ago)
Author:
pfeldman@chromium.org
Message:

2011-04-21 Pavel Feldman <pfeldman@google.com>

Reviewed by Yury Semikhatsky.

Web Inspector: toolbar background is blank on Mac Chromium port.
https://bugs.webkit.org/show_bug.cgi?id=59089

  • inspector/front-end/inspector.css: (body.detached.platform-mac-snowleopard:not(.remote) #toolbar):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r84484 r84485  
     12011-04-21  Pavel Feldman  <pfeldman@google.com>
     2
     3        Reviewed by Yury Semikhatsky.
     4
     5        Web Inspector: toolbar background is blank on Mac Chromium port.
     6        https://bugs.webkit.org/show_bug.cgi?id=59089
     7
     8        * inspector/front-end/inspector.css:
     9        (body.detached.platform-mac-snowleopard:not(.remote) #toolbar):
     10
    1112011-04-21  Pavel Feldman  <pfeldman@chromium.org>
    212
  • trunk/Source/WebCore/inspector/front-end/inspector.css

    r84481 r84485  
    9292body.detached.platform-mac-leopard:not(.remote) #toolbar,
    9393body.detached.platform-mac-snowleopard:not(.remote) #toolbar {
    94     background: transparent !important;
     94    background: transparent;
    9595}
    9696
Note: See TracChangeset for help on using the changeset viewer.