Changeset 54068 in webkit


Ignore:
Timestamp:
Jan 29, 2010 9:38:45 AM (14 years ago)
Author:
eric@webkit.org
Message:

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:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r54067 r54068  
     12010-01-29  Alexander Pavlov  <apavlov@chromium.org>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        Fix toolbar gradient to match the window's titlebar on Snow Leopard
     6        https://bugs.webkit.org/show_bug.cgi?id=34320
     7
     8        * inspector/front-end/inspector.css:
     9
    1102010-01-29  Alexander Pavlov  <apavlov@chromium.org>
    211
  • trunk/WebCore/inspector/front-end/inspector.css

    r54001 r54068  
    8484}
    8585
    86 body.detached.platform-mac-leopard #toolbar {
     86body.detached.platform-mac-leopard #toolbar,
     87body.detached.platform-mac-snowleopard #toolbar {
    8788    background: transparent !important;
    8889}
     
    246247}
    247248
    248 body.platform-mac-tiger .toolbar-item.close-right, body.platform-mac-leopard .toolbar-item.close-right {
    249     display: none;
    250 }
    251 
    252 body:not(.platform-mac-tiger):not(.platform-mac-leopard) .toolbar-item.close-left {
     249body.platform-mac-tiger .toolbar-item.close-right,
     250body.platform-mac-leopard .toolbar-item.close-right,
     251body.platform-mac-snowleopard .toolbar-item.close-right {
     252    display: none;
     253}
     254
     255body:not(.platform-mac-tiger):not(.platform-mac-leopard):not(.platform-mac-snowleopard) .toolbar-item.close-left {
    253256    display: none;
    254257}
Note: See TracChangeset for help on using the changeset viewer.