Commit 617657b5 authored by eric@webkit.org's avatar eric@webkit.org

2010-01-29 Alexander Pavlov <apavlov@chromium.org>

        Reviewed by Pavel Feldman.

        Fix toolbar gradient to match the window's titlebar on Snow Leopard
        https://bugs.webkit.org/show_bug.cgi?id=34320

        * inspector/front-end/inspector.css:

git-svn-id: svn://svn.chromium.org/blink/trunk@54068 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent b0869d68
2010-01-29 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Fix toolbar gradient to match the window's titlebar on Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=34320
* inspector/front-end/inspector.css:
2010-01-29 Alexander Pavlov <apavlov@chromium.org> 2010-01-29 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman. Reviewed by Pavel Feldman.
...@@ -83,7 +83,8 @@ body.inactive #toolbar { ...@@ -83,7 +83,8 @@ body.inactive #toolbar {
border-bottom: 1px solid rgb(64%, 64%, 64%); border-bottom: 1px solid rgb(64%, 64%, 64%);
} }
body.detached.platform-mac-leopard #toolbar { body.detached.platform-mac-leopard #toolbar,
body.detached.platform-mac-snowleopard #toolbar {
background: transparent !important; background: transparent !important;
} }
...@@ -245,11 +246,13 @@ body.attached.port-qt .toolbar-item.close-left, body.attached.port-qt .toolbar-i ...@@ -245,11 +246,13 @@ body.attached.port-qt .toolbar-item.close-left, body.attached.port-qt .toolbar-i
display: none; display: none;
} }
body.platform-mac-tiger .toolbar-item.close-right, body.platform-mac-leopard .toolbar-item.close-right { body.platform-mac-tiger .toolbar-item.close-right,
body.platform-mac-leopard .toolbar-item.close-right,
body.platform-mac-snowleopard .toolbar-item.close-right {
display: none; display: none;
} }
body:not(.platform-mac-tiger):not(.platform-mac-leopard) .toolbar-item.close-left { body:not(.platform-mac-tiger):not(.platform-mac-leopard):not(.platform-mac-snowleopard) .toolbar-item.close-left {
display: none; display: none;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment