Title: [173010] trunk/Source/WebInspectorUI
Revision
173010
Author
[email protected]
Date
2014-08-27 12:14:24 -0700 (Wed, 27 Aug 2014)

Log Message

REGRESSION: Web Inspector: Legacy toolbar has two different colors in unfocused windowed mode
https://bugs.webkit.org/show_bug.cgi?id=136289

Reviewed by Darin Adler.

* UserInterface/Views/Toolbar.css:
(body.mac-platform.legacy .toolbar): Override the background-color as transparent. Non-legacy
uses a solid color instead of a gradient for window-inactive.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (173009 => 173010)


--- trunk/Source/WebInspectorUI/ChangeLog	2014-08-27 18:55:09 UTC (rev 173009)
+++ trunk/Source/WebInspectorUI/ChangeLog	2014-08-27 19:14:24 UTC (rev 173010)
@@ -1,3 +1,14 @@
+2014-08-27  Timothy Hatcher  <[email protected]>
+
+        REGRESSION: Web Inspector: Legacy toolbar has two different colors in unfocused windowed mode
+        https://bugs.webkit.org/show_bug.cgi?id=136289
+
+        Reviewed by Darin Adler.
+
+        * UserInterface/Views/Toolbar.css:
+        (body.mac-platform.legacy .toolbar): Override the background-color as transparent. Non-legacy
+        uses a solid color instead of a gradient for window-inactive.
+
 2014-08-26  Saam Barati  <[email protected]>
 
         Web Inspector: Fix CodeMirrorTokenTrackingController::_startTracking assertion

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css (173009 => 173010)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css	2014-08-27 18:55:09 UTC (rev 173009)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css	2014-08-27 19:14:24 UTC (rev 173010)
@@ -86,6 +86,7 @@
 body.mac-platform.legacy .toolbar {
     box-shadow: none;
     background-image: none;
+    background-color: transparent;
     border-bottom-color: rgb(85, 85, 85);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to