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

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

Issue 29341301: Issue 3113 - Controls in Find in Page UI are white on near-white and look missing (Closed)
Patch Set: Created May 12, 2016, 9:13 a.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/styles.xml
===================================================================
--- a/mobile/android/base/resources/values/styles.xml
+++ b/mobile/android/base/resources/values/styles.xml
@@ -580,17 +580,17 @@
<style name="TabWidget">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">40dip</item>
<item name="android:layout_weight">1.0</item>
</style>
<!-- Find bar -->
<style name="FindBar">
- <item name="android:background">@color/text_and_tabs_tray_grey</item>
+ <item name="android:background">@color/background_tabs</item>
René Jeschke 2016/05/30 09:09:59 Our style guide says that icons are #444444 and ba
<item name="android:paddingLeft">3dip</item>
<item name="android:paddingRight">3dip</item>
<item name="android:paddingTop">6dip</item>
<item name="android:paddingBottom">6dip</item>
</style>
<!-- Find bar - Image Button -->
<style name="FindBar.ImageButton">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld