Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/values/abb_colors.xml

Issue 29543774: Issue 2801 - Create 'Whitelisted websites' screen and add link to 'Ad blocking' screen (Closed)
Patch Set: Adjustments accordingly to Thomas's comments. Also, adjusting strings for multilocale build Created Sept. 19, 2017, 3:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/values/abb_colors.xml
===================================================================
--- a/mobile/android/base/resources/values/abb_colors.xml
+++ b/mobile/android/base/resources/values/abb_colors.xml
@@ -2,17 +2,14 @@
<resources>
<color name="abb_accent_dark_blue">#009CD9</color>
<color name="abb_accent_dark_blue_alpha">#B3009CD9</color>
<color name="abb_private_purple">#9901E0</color>
<color name="abb_private_purple_alpha">#B39901E0</color>
- <color name="abb_url_input_button_enabled">#0099CC</color>
- <color name="abb_url_input_button_disabled">#C5DFE8</color>
-
<color name="abb_background_light_grey">#F8F8F8</color>
<color name="abb_border_grey">#CCCCCC</color>
<color name="abb_text_divider_grey">#A1A1A1</color>
<color name="abb_text_icons_dark_grey">#444444</color>
</resources>

Powered by Google App Engine
This is Rietveld