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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 451123002: Remove transparency from the bottom bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« 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: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 3403756e6df6e50305c49ea30a43601f52795884..8c452d920dc7c1033f6f82635cb97f12cf2da3d6 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -947,8 +947,7 @@ li[renaming=''] .filename-label {
.preview-panel {
-webkit-transition: background-color 150ms ease;
align-items: center;
- background: linear-gradient(
- to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
+ background: white;
border-top: 1px solid rgba(20, 20, 22, 0.1);
bottom: 0;
display: flex;
« 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