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

Side by Side Diff: chrome/browser/resources/downloads/downloads.css

Issue 921273002: downloads: remove focus row background color. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 <include src="../search_header.css"> 5 <include src="../search_header.css">
6 6
7 #downloads-summary-text { 7 #downloads-summary-text {
8 font-weight: bold; 8 font-weight: bold;
9 } 9 }
10 10
(...skipping 11 matching lines...) Expand all
22 padding: 0 10px 34px; 22 padding: 0 10px 34px;
23 } 23 }
24 24
25 .download { 25 .download {
26 -webkit-margin-start: 114px; 26 -webkit-margin-start: 114px;
27 -webkit-padding-start: 52px; 27 -webkit-padding-start: 52px;
28 margin-bottom: 15px; 28 margin-bottom: 15px;
29 position: relative; 29 position: relative;
30 } 30 }
31 31
32 .focus-row-active {
33 background-color: rgba(0, 0, 0, .05);
34 }
35
36 .download, 32 .download,
37 #no-downloads-or-results { 33 #no-downloads-or-results {
38 margin-top: 6px; 34 margin-top: 6px;
39 } 35 }
40 36
41 .date-container { 37 .date-container {
42 left: -110px; 38 left: -110px;
43 position: absolute; 39 position: absolute;
44 width: 110px; 40 width: 110px;
45 } 41 }
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 143
148 .controls a { 144 .controls a {
149 -webkit-margin-end: 12px; 145 -webkit-margin-end: 12px;
150 color: #777; 146 color: #777;
151 } 147 }
152 148
153 #downloads-pagination { 149 #downloads-pagination {
154 -webkit-margin-start: 18px; 150 -webkit-margin-start: 18px;
155 padding-top: 24px; 151 padding-top: 24px;
156 } 152 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698