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

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

Issue 1240853002: Slice MD downloads into more components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license Created 5 years, 5 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: chrome/browser/resources/md_downloads/downloads.css
diff --git a/chrome/browser/resources/md_downloads/downloads.css b/chrome/browser/resources/md_downloads/downloads.css
deleted file mode 100644
index 367845d6f3162ba2593bb7af35e1cd3f58999f79..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/md_downloads/downloads.css
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-body {
- font-family: Roboto;
-}
-
-#downloads-toolbar {
- background: rgb(63, 85, 102);
- color: white;
-}
-
-#search-term label {
- color: rgba(255, 255, 255, .5);
-}
-
-#search-term .label-is-highlighted label,
-#search-term input {
- color: white;
-}
-
-#search-term .unfocused-line {
- background-color: rgba(255, 255, 255, .5);
-}
-
-#search-term .focused-line {
- background-color: white;
-}
« no previous file with comments | « chrome/browser/resources/md_downloads/compiled_resources2.gyp ('k') | chrome/browser/resources/md_downloads/downloads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698