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

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

Issue 1022213002: Add a cancel button to the details panel...visible when import is active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 5 years, 9 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: 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 c552bb6aa6f7a4342a138bd8226a144ab9412aad..a33f5327be96cc868d03e0d0a7595d6941f70725 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -481,13 +481,20 @@ body.check-select #gear-button {
cursor: pointer;
}
-#cloud-import-details paper-button.import {
+#cloud-import-details paper-button {
align-self: flex-end;
- background-color: #1BA8F3;
color: white;
margin-top: 20px;
}
+#cloud-import-details paper-button.import {
+ background-color: #1BA8F3;
+}
+
+#cloud-import-details paper-button.cancel {
+ background-color: #DB4437;
+}
+
#files-selected-label {
display: none;
margin: 0 10px;

Powered by Google App Engine
This is Rietveld 408576698