Changeset 31942 in webkit


Ignore:
Timestamp:
Apr 16, 2008 6:49:37 AM (16 years ago)
Author:
timothy@apple.com
Message:

Adds a script resource icon. Update the CSS icon to better match the script icon.

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

Rubber-stamped by Adele Peterson.

  • page/inspector/Images/resourceCSSIcon.png: Updated.
  • page/inspector/Images/resourceJSIcon.png: Added.
  • page/inspector/inspector.css: Changed the script icon rule to reference the new image.
Location:
trunk/WebCore
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r31935 r31942  
     12008-04-15  Timothy Hatcher  <timothy@apple.com>
     2
     3        Adds a script resource icon. Update the CSS icon to better match the script icon.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=18499
     6
     7        Rubber-stamped by Adele Peterson.
     8
     9        * page/inspector/Images/resourceCSSIcon.png: Updated.
     10        * page/inspector/Images/resourceJSIcon.png: Added.
     11        * page/inspector/inspector.css: Changed the script icon rule to reference the new image.
     12
    1132008-04-16  Eric Seidel  <eric@webkit.org>
    214
  • trunk/WebCore/page/inspector/inspector.css

    r31922 r31942  
    18551855
    18561856.resource-sidebar-tree-item.resources-category-scripts .icon {
    1857     content: url(Images/resourcePlainIcon.png);
     1857    content: url(Images/resourceJSIcon.png);
    18581858}
    18591859
Note: See TracChangeset for help on using the changeset viewer.