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

Unified Diff: Source/devtools/front_end/dialog.css

Issue 1327903003: DevTools: tint the glass pane when modal dialog is being shown (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « no previous file | Source/devtools/front_end/ui/Dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/dialog.css
diff --git a/Source/devtools/front_end/dialog.css b/Source/devtools/front_end/dialog.css
index eb98d819bdbf24771e41bf056e2b2c5782f92897..fdcccebe2cc6f40807db5909b95472378bfaf246 100644
--- a/Source/devtools/front_end/dialog.css
+++ b/Source/devtools/front_end/dialog.css
@@ -48,3 +48,6 @@
outline: none;
}
+#glass-pane.tinted {
+ background-color: rgba(0, 0, 0, 0.2) !important;
+}
« no previous file with comments | « no previous file | Source/devtools/front_end/ui/Dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698