Title: [88790] branches/chromium/742/Source/WebCore/inspector/front-end/inspector.css
Revision
88790
Author
[email protected]
Date
2011-06-14 03:47:54 -0700 (Tue, 14 Jun 2011)

Log Message

Merge 84485 - 2011-04-21  Pavel Feldman  <[email protected]>

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

[email protected]
Review URL: http://codereview.chromium.org/7024044

Modified Paths

Diff

Modified: branches/chromium/742/Source/WebCore/inspector/front-end/inspector.css (88789 => 88790)


--- branches/chromium/742/Source/WebCore/inspector/front-end/inspector.css	2011-06-14 10:15:46 UTC (rev 88789)
+++ branches/chromium/742/Source/WebCore/inspector/front-end/inspector.css	2011-06-14 10:47:54 UTC (rev 88790)
@@ -91,7 +91,7 @@
 
 body.detached.platform-mac-leopard:not(.remote) #toolbar,
 body.detached.platform-mac-snowleopard:not(.remote) #toolbar {
-    background: transparent !important;
+    background: transparent;
 }
 
 body.attached #toolbar {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to