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

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

Issue 10226001: Dropping files into the root list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/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 45db9342a9f365927ec2f9b4e5e7b96521463415..337f925ab83e513294deda25ae350e0e975a08c7 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -223,6 +223,7 @@ list.roots-list > * {
padding: 0 5px;
}
+list.roots-list > .accepts,
list.roots-list > [lead][selected],
list.roots-list > [lead],
list.roots-list > [selected],
@@ -234,6 +235,7 @@ list.roots-list > [anchor] {
height: 37px;
}
+list.roots-list > .accepts:hover,
list.roots-list > [lead]:hover,
list.roots-list > [lead][selected]:hover,
list.roots-list > [selected]:hover,

Powered by Google App Engine
This is Rietveld 408576698