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

Unified Diff: chrome/browser/resources/file_manager/css/dialogs.css

Issue 7764011: File Manager: Assorted fixes and polish (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/browser/resources/file_manager/css/dialogs.css
diff --git a/chrome/browser/resources/file_manager/css/dialogs.css b/chrome/browser/resources/file_manager/css/dialogs.css
index 12a63635c780f58ebbaac26ef7cf7563b47adef2..fa0417d2cb0c03be59a64cb8d8199012fff20f2a 100644
--- a/chrome/browser/resources/file_manager/css/dialogs.css
+++ b/chrome/browser/resources/file_manager/css/dialogs.css
@@ -12,11 +12,11 @@
height: 100%;
width: 100%;
- background-color: rgba(0,0,0,0.05);
- -webkit-box-shadow: inset 0px 0px 100px #000;
+ background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5),
rginda 2011/08/26 22:41:03 Background gradient copied from settings code.
+ rgba(127, 127, 127, 0.5) 35%,
+ rgba(0, 0, 0, 0.7));
opacity: 0;
-webkit-transition: opacity 0.25s linear;
-
overflow: hidden;
z-index: 9999;

Powered by Google App Engine
This is Rietveld 408576698