mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1071226 - Part 2: Update text color in private browsing and tab strip. r=lucasr
This commit is contained in:
parent
fb81815fac
commit
09269da38f
@ -7,8 +7,8 @@
|
||||
android:color="@color/text_color_primary_inverse"/>
|
||||
|
||||
<item android:state_checked="true"
|
||||
android:color="@color/text_color_primary"/>
|
||||
android:color="@color/text_color_secondary"/>
|
||||
|
||||
<item android:color="@color/text_color_tertiary_inverse"/>
|
||||
<item android:color="@color/text_color_secondary"/>
|
||||
|
||||
</selector>
|
||||
|
@ -10,7 +10,7 @@
|
||||
android:paddingLeft="4dip"
|
||||
android:background="@drawable/new_tablet_tabs_count_foreground"
|
||||
android:textAppearance="@style/TextAppearance.Micro"
|
||||
android:textColor="#eeeeee"
|
||||
android:textColor="@color/text_color_primary_inverse"
|
||||
android:textStyle="bold"
|
||||
android:duplicateParentState="true"
|
||||
android:gravity="center"/>
|
||||
|
@ -44,7 +44,7 @@
|
||||
<color name="text_color_tertiary">#9198A1</color>
|
||||
|
||||
<!-- Default inverse colors -->
|
||||
<color name="text_color_primary_inverse">#FFFFFF</color>
|
||||
<color name="text_color_primary_inverse">#F5F5F5</color>
|
||||
<color name="text_color_secondary_inverse">#DDDDDD</color>
|
||||
<color name="text_color_tertiary_inverse">#A4A7A9</color>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user