Modified: trunk/Source/WebKit/chromium/ChangeLog (88921 => 88922)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-06-15 13:17:18 UTC (rev 88921)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-06-15 13:19:15 UTC (rev 88922)
@@ -1,3 +1,11 @@
+2011-06-15 Pavel Feldman <[email protected]>
+
+ Not reviewed: [Chromium] one line background color fix for inspector.
+
+ * src/js/devTools.css:
+ (body.detached.platform-mac-snowleopard #toolbar):
+ (body.detached.platform-mac-snowleopard.inactive #toolbar):
+
2011-06-14 Hans Wennborg <[email protected]>
Reviewed by Tony Gentilcore.
Modified: trunk/Source/WebKit/chromium/src/js/devTools.css (88921 => 88922)
--- trunk/Source/WebKit/chromium/src/js/devTools.css 2011-06-15 13:17:18 UTC (rev 88921)
+++ trunk/Source/WebKit/chromium/src/js/devTools.css 2011-06-15 13:19:15 UTC (rev 88922)
@@ -24,11 +24,11 @@
}
body.detached.platform-mac-snowleopard #toolbar {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(189, 189, 189)), to(rgb(151, 151, 151))) !important;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(189, 189, 189)), to(rgb(167, 167, 167))) !important;
}
body.detached.platform-mac-snowleopard.inactive #toolbar {
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(215, 215, 215)), to(rgb(207, 207, 207))) !important;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 228, 228)), to(rgb(216, 216, 216))) !important;
}
body.platform-linux #scripts-files {