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

Unified Diff: chrome/browser/resources/md_downloads/toolbar.css

Issue 1297063002: MD downloads: update toolbar styles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add deps Created 5 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 | « chrome/browser/resources/md_downloads/manager.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/toolbar.css
diff --git a/chrome/browser/resources/md_downloads/toolbar.css b/chrome/browser/resources/md_downloads/toolbar.css
index ded5aae92ec568a125a4461f04800149a9745e84..37f70b44bb581ade5f5a3e10af78ee240e3ed6e6 100644
--- a/chrome/browser/resources/md_downloads/toolbar.css
+++ b/chrome/browser/resources/md_downloads/toolbar.css
@@ -9,7 +9,7 @@
color: white;
content-sizing: padding-box;
display: flex;
- height: 48px;
+ height: 56px;
}
#title,
@@ -20,12 +20,13 @@
#title h1 {
-webkit-margin-end: 0;
-webkit-margin-start: 24px;
- font-size: 123.077%;
+ font-size: 107.7%;
margin-bottom: 0;
margin-top: 0;
}
#actions {
+ color: rgb(192, 199, 205);
display: flex;
flex: none;
width: var(--downloads-item-width);
@@ -46,7 +47,7 @@
--paper-input-container-focus-color: white;
--paper-input-container-input: {
font-family: inherit;
- font-size: 14px;
+ font-size: inherit;
};
--paper-input-container-input-color: white;
z-index: 0;
@@ -58,16 +59,23 @@
}
paper-icon-button {
- --iron-icon-height: 16px;
- --iron-icon-width: 16px;
+ --iron-icon-height: 20px;
+ --iron-icon-width: 20px;
--paper-icon-button: {
- height: 16px;
+ height: 20px;
padding: 6px;
- width: 16px;
+ width: 20px;
};
}
#search-term paper-icon-button {
+ --iron-icon-height: 16px;
+ --iron-icon-width: 16px;
+ --paper-icon-button: {
+ height: 16px;
+ padding: 8px;
+ width: 16px;
+ };
position: absolute;
right: 0;
top: -2px;
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698