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

Side by Side Diff: chrome/android/java/res/values/colors.xml

Issue 473643002: Add button to page info to revoke user certificate decisions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <resources> 7 <resources>
8 <!-- Infobar colors --> 8 <!-- Infobar colors -->
9 <color name="infobar_text">#333</color> 9 <color name="infobar_text">#333</color>
10 <color name="infobar_background">#fff</color> 10 <color name="infobar_background">#fff</color>
(...skipping 13 matching lines...) Expand all
24 <color name="accessibility_tab_switcher_list_item">#252525</color> 24 <color name="accessibility_tab_switcher_list_item">#252525</color>
25 <color name="accessibility_close_undo_text">#33b5e5</color> 25 <color name="accessibility_close_undo_text">#33b5e5</color>
26 26
27 <!-- App banner colors --> 27 <!-- App banner colors -->
28 <color name="app_banner_install_button_fg">#ffffff</color> 28 <color name="app_banner_install_button_fg">#ffffff</color>
29 <color name="app_banner_open_button_fg">#777777</color> 29 <color name="app_banner_open_button_fg">#777777</color>
30 <color name="app_banner_card_highlight">#33999999</color> 30 <color name="app_banner_card_highlight">#33999999</color>
31 31
32 <!-- Website Settings Popup colors --> 32 <!-- Website Settings Popup colors -->
33 <color name="website_settings_popup_text_link">#5595fe</color> 33 <color name="website_settings_popup_text_link">#5595fe</color>
34 <color name="website_settings_popup_reset_cert_decisions_button">#000000</co lor>
34 35
35 <!-- Distilled Page Prefs colors --> 36 <!-- Distilled Page Prefs colors -->
36 <color name="distilled_page_prefs_selected">#999999</color> 37 <color name="distilled_page_prefs_selected">#999999</color>
37 <color name="distilled_page_prefs_unselected">#ffffff</color> 38 <color name="distilled_page_prefs_unselected">#ffffff</color>
38 </resources> 39 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698