Title: [108754] trunk/Source/WebCore
Revision
108754
Author
[email protected]
Date
2012-02-24 01:50:06 -0800 (Fri, 24 Feb 2012)

Log Message

Web Inspector: cannot drag timeline overview window when clicking inside the window
https://bugs.webkit.org/show_bug.cgi?id=79453

Reviewed by Pavel Feldman.

* inspector/front-end/timelinePanel.css:
(.timeline-overview-window-rulers):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108753 => 108754)


--- trunk/Source/WebCore/ChangeLog	2012-02-24 09:49:38 UTC (rev 108753)
+++ trunk/Source/WebCore/ChangeLog	2012-02-24 09:50:06 UTC (rev 108754)
@@ -1,3 +1,13 @@
+2012-02-24  Yury Semikhatsky  <[email protected]>
+
+        Web Inspector: cannot drag timeline overview window when clicking inside the window
+        https://bugs.webkit.org/show_bug.cgi?id=79453
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/front-end/timelinePanel.css:
+        (.timeline-overview-window-rulers):
+
 2012-02-24  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r108731.

Modified: trunk/Source/WebCore/inspector/front-end/timelinePanel.css (108753 => 108754)


--- trunk/Source/WebCore/inspector/front-end/timelinePanel.css	2012-02-24 09:49:38 UTC (rev 108753)
+++ trunk/Source/WebCore/inspector/front-end/timelinePanel.css	2012-02-24 09:50:06 UTC (rev 108754)
@@ -131,7 +131,7 @@
     opacity: 0.2;
     border-right: 1px solid black;
     border-left: 1px solid black;
-    z-index: 250;
+    z-index: 150;
 }
 
 .timeline-window-resizer {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to