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

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

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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
Index: chrome_linux/resources/inspector/layersPanel.css
===================================================================
--- chrome_linux/resources/inspector/layersPanel.css (revision 273864)
+++ chrome_linux/resources/inspector/layersPanel.css (working copy)
@@ -131,6 +131,23 @@
border-style: solid;
}
+.layers-3d-view .layer-transparent {
+ position: absolute;
+ background-color: transparent;
+ z-index: 100;
+}
+
+.layer-transparent .back-wall,
+.layer-transparent .side-wall {
+ display: none;
+}
+
+.scroll-rect {
+ border: solid rgb(178, 0, 0);
+ border-width: inherit;
+ background-color: rgba(178, 0, 0, 0.4);
+}
+
.layer-details-view .empty-view {
font-size: 16px;
}
« no previous file with comments | « chrome_linux/resources/inspector/inspectorCommon.css ('k') | chrome_linux/resources/inspector/navigatorView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698