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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 1834913003: MD Downloads: make inactive downloads less gloomy! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « chrome/browser/resources/md_downloads/item.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/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 8666191f8224fccaf2a5a7bf86a6344d5eb61a34..d46d8846613de8189a02bdc7a51534bdc78252d6 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -1878,7 +1878,9 @@ paper-button {
}
#content:not(.is-active) {
- opacity: .6;
+ background: rgba(255, 255, 255, .6);
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .03), 0 1px 4px 0 rgba(0, 0, 0, .048),
+ 0 3px 1px -2px rgba(0, 0, 0, .12);
}
#details {
@@ -1894,7 +1896,7 @@ paper-button {
}
#content:not(.is-active) #details {
- color: #bababa;
+ color: rgba(186, 186, 186, .6);
}
#content:not(.is-active) #name {
@@ -1953,7 +1955,8 @@ paper-button {
-webkit-margin-end: 12px; /* Only really affects #tag. */
}
-.is-active :-webkit-any(#name, #file-link, #pause, #resume, #show) {
+#resume,
+.is-active :-webkit-any(#name, #file-link, #pause, #show) {
color: rgb(51, 103, 214);
}
« no previous file with comments | « chrome/browser/resources/md_downloads/item.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698