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

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

Issue 29325932: Issue 2990 - Wrong background colour for focused private tab on tablets (Closed)
Patch Set: Created Sept. 4, 2015, 1:19 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/values/colors.xml
diff --git a/mobile/android/base/resources/values/colors.xml b/mobile/android/base/resources/values/colors.xml
index 954822f5f0a9378b0fd631e29cf8fc814d352f07..5c292980e50f5913815f3011da0016d8262dad6a 100644
--- a/mobile/android/base/resources/values/colors.xml
+++ b/mobile/android/base/resources/values/colors.xml
@@ -54,7 +54,7 @@
<color name="highlight_shaped_focused">#FF565B60</color>
<!-- highlight on private nav button: 20% white over private_toolbar_grey -->
- <color name="highlight_nav_pb">#FF545654</color>
+ <color name="highlight_nav_pb">#FFF8F8F8</color>
<!-- highlight-focused on private nav button: 10% white over private_toolbar_grey -->
<color name="highlight_nav_focused_pb">#FF3F423F</color>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld