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

Unified Diff: chrome_linux/resources/inspector/splitView.css

Issue 23466010: Roll reference builds to r221697. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 3 months 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
« no previous file with comments | « chrome_linux/resources/inspector/spectrum.css ('k') | chrome_linux/resources/inspector/tabbedPane.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/splitView.css
===================================================================
--- chrome_linux/resources/inspector/splitView.css (revision 221742)
+++ chrome_linux/resources/inspector/splitView.css (working copy)
@@ -127,10 +127,10 @@
top: 0;
bottom: 0;
left: 0;
- z-index: 10;
+ z-index: 12;
background-color: white;
border-right: 1px solid gray;
- -webkit-box-shadow: rgb(90,90,90) 20px 0px 50px -25px;
+ box-shadow: rgb(90,90,90) 20px 0 50px -25px;
display: -webkit-flex;
-webkit-flex-direction: column;
}
« no previous file with comments | « chrome_linux/resources/inspector/spectrum.css ('k') | chrome_linux/resources/inspector/tabbedPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698