Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: chrome_linux64/resources/inspector/sidebarPane.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome_linux64/resources/inspector/screencastView.css ('k') | chrome_linux64/resources/inspector/sourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698