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

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

Issue 2243223002: Quick View: Fix font size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment. Created 4 years, 4 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/elements/files_metadata_entry.html ('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/elements/files_quick_view.css
diff --git a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
index b19a61734025e5de908595bf9f3bf3093b65b3ea..35bfd5bb916297d33996daceaea513fef6da31c7 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
+++ b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
@@ -9,6 +9,8 @@
paper-dialog {
background-color: transparent;
+ /* Overrides paper-dialog's default font size. */
+ font-size: 100%;
height: 100%;
margin: 0;
padding: 0;
@@ -98,6 +100,7 @@ paper-button:focus:not(:active) {
--paper-toolbar-background: rgb(40, 42, 45);
--paper-toolbar-height: 48px;
color: white;
+ font-size: 108%;
margin: 0;
opacity: 0.9;
padding: 0;
@@ -169,7 +172,6 @@ iron-icon {
}
.no-preview {
- font-size: 115%;
margin-top: 16px;
}
« no previous file with comments | « ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698