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

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

Issue 15643006: Files.app: Added DragSelector class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Yoshiki's comments. Created 7 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 | chrome/browser/resources/file_manager/js/drag_selector.js » ('j') | 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..7d0bf574a4467308ae5c5ae6e32eafb4e2d26263 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1017,6 +1017,17 @@ body[new-ui] .main-panel #detail-table > list {
padding-bottom: 52px; /* height of the preview panel */
}
+body[new-ui] .main-panel #detail-table > list > .drag-selection-border {
+ -webkit-box-sizing: border-box;
+ background-color: rgba(255, 255, 255, 0.3);
+ border: 2px solid rgba(255, 255, 255, 0.6);
+ border-radius: 0; /* Override the style of cr.ui.List */
+ outline: 1px solid rgba(0, 0, 0, 0.1);
+ padding: 0; /* Override the style of cr.ui.List */
+ position: absolute;
+ z-index: 2;
+}
+
.spinner {
background-image: url('../images/common/spinner.svg');
background-size: 100%;
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/drag_selector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698