Changeset 155247 in webkit


Ignore:
Timestamp:
Sep 6, 2013 11:26:11 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Download Archive button incorrectly styled when disabled and tree element is not-selected
https://bugs.webkit.org/show_bug.cgi?id=120866

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2013-09-06
Reviewed by Timothy Hatcher.

  • UserInterface/TreeElementStatusButton.css:

(.item > .status > .status-button.disabled > svg *):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r155241 r155247  
     12013-09-06  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Web Inspector: Download Archive button incorrectly styled when disabled and tree element is not-selected
     4        https://bugs.webkit.org/show_bug.cgi?id=120866
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * UserInterface/TreeElementStatusButton.css:
     9        (.item > .status > .status-button.disabled > svg *):
     10
    1112013-09-06  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/TreeElementStatusButton.css

    r154828 r155247  
    4343
    4444.item > .status > .status-button.disabled > svg * {
    45     fill: rgb(112, 126, 139, 0.5) !important;
     45    fill: rgba(112, 126, 139, 0.5) !important;
    4646}
    4747
Note: See TracChangeset for help on using the changeset viewer.