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

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

Issue 335563002: Files.app: Specify the size of file type icons explicitly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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_types.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_types.css b/ui/file_manager/file_manager/foreground/css/file_types.css
index c15a2c4cec84c583adb42b617f59edd5bb9548e8..b2461c07d4ce81a62a96d4f2ca6bdfdf1b6b71de 100644
--- a/ui/file_manager/file_manager/foreground/css/file_types.css
+++ b/ui/file_manager/file_manager/foreground/css/file_types.css
@@ -9,6 +9,7 @@
url('chrome://theme/IDR_FILETYPE_GENERIC@2x') 2x);
background-position: center;
background-repeat: no-repeat;
+ background-size: 16px 16px;
}
tree:focus .tree-item[selected] > .tree-row > [file-type-icon],
« 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