Title: [172773] branches/safari-600.1-branch/Source/WebInspectorUI
Revision
172773
Author
[email protected]
Date
2014-08-19 16:06:37 -0700 (Tue, 19 Aug 2014)

Log Message

Merge r172640. <rdar://problem/18025668>

Modified Paths

Diff

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172772 => 172773)


--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-19 23:02:17 UTC (rev 172772)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog	2014-08-19 23:06:37 UTC (rev 172773)
@@ -1,5 +1,21 @@
 2014-08-19  Dana Burkart  <[email protected]>
 
+        Merge r172640. <rdar://problem/18025668>
+
+    2014-08-15  Timothy Hatcher  <[email protected]>
+    
+            Web Inspector: Legacy Mac toolbar appearance looks wrong
+            https://bugs.webkit.org/show_bug.cgi?id=135962
+    
+            Reviewed by Joseph Pecoraro.
+    
+            * UserInterface/Views/Toolbar.css:
+            (body.mac-platform.legacy .toolbar): Don't draw a gradient background when not docked.
+            Move border-bottom-color from body.mac-platform.legacy.docked .toolbar to here so it
+            applies all the time as it should have.
+    
+2014-08-19  Dana Burkart  <[email protected]>
+
         Merge r172617. <rdar://problem/18023242>
 
     2014-08-14  Joseph Pecoraro  <[email protected]>

Modified: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/Toolbar.css (172772 => 172773)


--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/Toolbar.css	2014-08-19 23:02:17 UTC (rev 172772)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/Toolbar.css	2014-08-19 23:06:37 UTC (rev 172773)
@@ -85,10 +85,11 @@
 
 body.mac-platform.legacy .toolbar {
     box-shadow: none;
+    background-image: none;
+    border-bottom-color: rgb(85, 85, 85);
 }
 
 body.mac-platform.legacy.docked .toolbar {
-    border-bottom-color: rgb(85, 85, 85);
     background-image: linear-gradient(to bottom, rgb(216, 216, 216), rgb(190, 190, 190));
     box-shadow: inset rgba(255, 255, 255, 0.1) 0 1px 0, inset rgba(0, 0, 0, 0.02) 0 -1px 0;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to