Index: chrome_linux64/resources/inspector/sidebarPane.css |
=================================================================== |
--- chrome_linux64/resources/inspector/sidebarPane.css (revision 237140) |
+++ chrome_linux64/resources/inspector/sidebarPane.css (working copy) |
@@ -29,6 +29,7 @@ |
.sidebar-pane { |
position: relative; |
+ flex: auto; |
} |
.sidebar-pane > .body { |
@@ -60,8 +61,8 @@ |
} |
.sidebar-tabbed-pane .tabbed-pane-header { |
- background-image: -webkit-linear-gradient(rgb(243,243,243), rgb(235,235,235)); |
border-bottom: 1px solid rgb(202, 202, 202); |
+ background-color: rgb(236, 236, 236); |
} |
.sidebar-pane-stack > .sidebar-pane.visible:nth-last-of-type(1) { |
@@ -70,7 +71,7 @@ |
.sidebar-pane-title { |
position: relative; |
- background: rgb(230, 230, 230); |
+ background: rgb(240, 240, 240); |
height: 20px; |
padding: 0 5px; |
border-top: 1px solid rgb(189, 189, 189); |