Title: [86950] trunk/Source/WebCore
Revision
86950
Author
commit-qu...@webkit.org
Date
2011-05-20 07:03:05 -0700 (Fri, 20 May 2011)

Log Message

2011-05-20  Tonis Tiigi  <tonisti...@gmail.com>

        Reviewed by Pavel Feldman.

        Web Inspector: Network panel should only show pointer cursor over valid resources
        https://bugs.webkit.org/show_bug.cgi?id=55240

        Cursor style removed from filler area.

        * inspector/front-end/networkPanel.css:
        (.network-sidebar .data-grid tr:not(.filler) td.name-column):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (86949 => 86950)


--- trunk/Source/WebCore/ChangeLog	2011-05-20 13:57:48 UTC (rev 86949)
+++ trunk/Source/WebCore/ChangeLog	2011-05-20 14:03:05 UTC (rev 86950)
@@ -1,3 +1,15 @@
+2011-05-20  Tonis Tiigi  <tonisti...@gmail.com>
+
+        Reviewed by Pavel Feldman.
+
+        Web Inspector: Network panel should only show pointer cursor over valid resources
+        https://bugs.webkit.org/show_bug.cgi?id=55240
+
+        Cursor style removed from filler area.
+
+        * inspector/front-end/networkPanel.css:
+        (.network-sidebar .data-grid tr:not(.filler) td.name-column):
+
 2011-05-20  Peter Varga  <pva...@webkit.org>
 
         Reviewed by Simon Hausmann.

Modified: trunk/Source/WebCore/inspector/front-end/networkPanel.css (86949 => 86950)


--- trunk/Source/WebCore/inspector/front-end/networkPanel.css	2011-05-20 13:57:48 UTC (rev 86949)
+++ trunk/Source/WebCore/inspector/front-end/networkPanel.css	2011-05-20 14:03:05 UTC (rev 86950)
@@ -81,7 +81,7 @@
     background-color: white;
 }
 
-.network-sidebar .data-grid td.name-column {
+.network-sidebar .data-grid tr:not(.filler) td.name-column {
     font-weight: bold;
     cursor: pointer;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to