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

Side by Side Diff: chrome/browser/resources/help/help_content.css

Issue 1228923002: Revert vector icon CLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_aide_oobe_completion
Patch Set: 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 unified diff | Download patch
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 5
6 #about-container { 6 #about-container {
7 align-items: center; 7 align-items: center;
8 display: flex; 8 display: flex;
9 } 9 }
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 .help-page-icon { 65 .help-page-icon {
66 background-position: center; 66 background-position: center;
67 background-repeat: no-repeat; 67 background-repeat: no-repeat;
68 display: inline-block; 68 display: inline-block;
69 height: 18px; 69 height: 18px;
70 vertical-align: middle; 70 vertical-align: middle;
71 width: 18px; 71 width: 18px;
72 } 72 }
73 73
74 #update-status-icon.up-to-date { 74 #update-status-icon.up-to-date {
75 background-image: url(check_circle.svg); 75 background-image: url(chrome://theme/IDR_CHECKMARK);
76 background-size: 18px; 76 background-size: 18px;
77 } 77 }
78 78
79 #update-status-icon.working { 79 #update-status-icon.working {
80 background-image: url(chrome://resources/images/throbber.svg); 80 background-image: url(chrome://resources/images/throbber.svg);
81 background-size: 16px; 81 background-size: 16px;
82 } 82 }
83 83
84 #update-status-icon.failed { 84 #update-status-icon.failed {
85 background-image: url(chrome://theme/IDR_ERROR); 85 background-image: url(chrome://theme/IDR_ERROR);
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 } 141 }
142 142
143 #regulatory-label-container { 143 #regulatory-label-container {
144 padding-top: 32px; 144 padding-top: 32px;
145 } 145 }
146 146
147 #regulatory-label { 147 #regulatory-label {
148 display: block; 148 display: block;
149 width: 330px; 149 width: 330px;
150 } 150 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/check_circle.svg ('k') | chrome/browser/resources_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698