Changeset 185913 in webkit


Ignore:
Timestamp:
Jun 24, 2015 9:36:34 AM (9 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Background of Computed Styles is missing
https://bugs.webkit.org/show_bug.cgi?id=146209

Patch by Devin Rousso <Devin Rousso> on 2015-06-24
Reviewed by Timothy Hatcher.

  • UserInterface/Views/ComputedStyleDetailsPanel.css:

(.computed-style-properties.details-section): Added white background.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r185911 r185913  
     12015-06-24  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: Background of Computed Styles is missing
     4        https://bugs.webkit.org/show_bug.cgi?id=146209
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * UserInterface/Views/ComputedStyleDetailsPanel.css:
     9        (.computed-style-properties.details-section): Added white background.
     10
    1112015-06-24  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/ComputedStyleDetailsPanel.css

    r184977 r185913  
    2424 */
    2525
     26.computed-style-properties.details-section {
     27    background-color: white;
     28}
     29
    2630.details-section > .content > .group > .row.simple.content-flow-link > .value > span > .icon {
    2731    width: 12px;
Note: See TracChangeset for help on using the changeset viewer.