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

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 1100283002: Add connection info popup within Page Info on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 8 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/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 8b70caf7f1ca55318ebc41ba732a89a8590458e2..f39dddefa0e41da9afd9b8a77eacd8938e7f2dc6 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -28,10 +28,16 @@
<!-- App banner colors -->
<color name="app_banner_install_button_bg">#689f38</color>
- <!-- Website Settings Popup colors -->
+ <!-- Connection Info Popup colors -->
+ <color name="connection_info_popup_reset_cert_decisions_button">#000000</color>
+ <color name="connection_info_popup_text">#444444</color>
+
+ <!-- Website Settings Popup colors -->
+ <color name="website_settings_popup_text">#444444</color>
<color name="website_settings_popup_button_text">#444444</color>
<color name="website_settings_connection_broken_leading_text">#db4437</color>
<color name="website_settings_popup_permission_spinner_text">#646464</color>
+ <color name="website_settings_popup_text_link">#4285f4</color>
<!-- URL Emphasizer colors -->
<color name="url_emphasis_start_scheme_security_warning">#ffb000</color>
« no previous file with comments | « chrome/android/java/res/layout/website_settings_permission_row.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698