Changeset 56396 in webkit


Ignore:
Timestamp:
Mar 23, 2010 8:42:21 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2010-03-23 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: make gear menu appear on styles panel at all times.

https://bugs.webkit.org/show_bug.cgi?id=36490

  • inspector/front-end/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56395 r56396  
     12010-03-23  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Web Inspector: make gear menu appear on styles panel at all times.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=36490
     8
     9        * inspector/front-end/inspector.css:
     10
    1112010-03-23  Pavel Feldman  <pfeldman@chromium.org>
    212
  • trunk/WebCore/inspector/front-end/inspector.css

    r56237 r56396  
    16591659
    16601660.pane > .title > select {
    1661     display: none;
    16621661    float: right;
    16631662    width: 23px;
     
    16721671    -webkit-border-radius: 0;
    16731672    -webkit-appearance: none;
    1674 }
    1675 
    1676 .pane.expanded:hover > .title > select {
    1677     display: inline-block;
    16781673}
    16791674
Note: See TracChangeset for help on using the changeset viewer.