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

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

Issue 1057103004: Files.app: Minor updates on font size, spacing, and color. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/common.css ('k') | 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 7c8eb6ef35dab5c425da8cd08dfcdfcace129163..11feb496b0d25918d43ff4cf71b3f1156bea41cb 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -711,7 +711,10 @@ html[dir='rtl'] #search-box .clear {
color: white;
}
-.dialog-footer .secondary,
+.dialog-footer .secondary {
+ color: rgb(100, 100, 100);
+}
+
.dialog-footer .secondary:hover {
color: rgb(33, 150, 243);
}
@@ -809,6 +812,8 @@ body.check-select .breadcrumbs {
box-sizing: border-box;
cursor: pointer;
flex: none;
+ font-size: 14px;
+ font-weight: bold;
margin-left: 0;
margin-right: 0;
min-width: 0;
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/common.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698