[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

eric at webkit.org eric at webkit.org
Fri Feb 26 22:19:04 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 9b222a6827e8f9f5b7dbe808f9917c069e7f780c
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 12 22:27:48 2010 +0000

    2010-02-12  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by David Levin.
    
            Chromium: provide theme overrides for Chromium devtools on Mac.
    
            https://bugs.webkit.org/show_bug.cgi?id=34856
    
            * src/js/devTools.css:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54738 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 9cd3644..0fd3615 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2010-02-12  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by David Levin.
+
+        Chromium: provide theme overrides for Chromium devtools on Mac.
+
+        https://bugs.webkit.org/show_bug.cgi?id=34856
+
+        * src/js/devTools.css:
+
 2010-02-12  Jeremy Orlow  <jorlow at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/src/js/devTools.css b/WebKit/chromium/src/js/devTools.css
index 1fa935f..bb33f72 100755
--- a/WebKit/chromium/src/js/devTools.css
+++ b/WebKit/chromium/src/js/devTools.css
@@ -13,8 +13,8 @@ body.attached #toolbar {
     padding-left: 0;
 }
 
-
 /* Chrome theme overrides */
+
 body.platform-windows #toolbar {
     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 247, 253)), to(rgb(223, 234, 248)));
 }
@@ -23,6 +23,21 @@ body.platform-windows.inactive #toolbar {
     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(237, 237, 237)));
 }
 
+body.detached.platform-mac-leopard #toolbar {
+    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(175, 175, 175)), to(rgb(151, 151, 151))) !important;
+}
+
+body.detached.platform-mac-leopard.inactive #toolbar {
+    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 221, 221)), to(rgb(207, 207, 207))) !important;
+}
+
+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;
+}
+
+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;
+}
 
 /* Heap Profiler Styles */
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list