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

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: Close WebsiteSettingsPopup when opening ConnectionInfoPopup 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..80dcbb4438eeab9bf6f1604110fa2412c5e51f08 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -28,10 +28,14 @@
<!-- 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>
+
+ <!-- Website Settings Popup colors -->
<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>

Powered by Google App Engine
This is Rietveld 408576698