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

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

Issue 16234003: Files.app: Add gradient to the background of the preview panel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index c2717bff2ce6d866ae6d926d8b867290b0c0c9d5..6037e4813d200328fb8f044eac1a7b4634e4114e 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1470,7 +1470,8 @@ body[new-ui] .preview-panel {
-webkit-box-align: center;
-webkit-box-orient: horizontal;
-webkit-transition: background-color 150ms ease;
- background: rgba(255, 255, 255, 0.9);
+ background: linear-gradient(
+ to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
border-top: 1px solid rgb(225, 225, 225);
bottom: 0;
display: -webkit-box;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698