Web Inspector: cannot drag timeline overview window when clicking inside the window
authoryurys@chromium.org <yurys@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 09:50:06 +0000 (09:50 +0000)
committeryurys@chromium.org <yurys@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 09:50:06 +0000 (09:50 +0000)
https://bugs.webkit.org/show_bug.cgi?id=79453

Reviewed by Pavel Feldman.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108754 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/timelinePanel.css

index 316c3e0..e639267 100644 (file)
@@ -1,3 +1,13 @@
+2012-02-24  Yury Semikhatsky  <yurys@chromium.org>
+
+        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  <webkit.review.bot@gmail.com>
 
         Unreviewed, rolling out r108731.
index 60d681a..fd44d59 100644 (file)
     opacity: 0.2;
     border-right: 1px solid black;
     border-left: 1px solid black;
-    z-index: 250;
+    z-index: 150;
 }
 
 .timeline-window-resizer {