mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 823644: Text appearance for about:home. [r=mfinkle]
--HG-- extra : rebase_source : 88252b73641271792b6e746b7bde37d88c1a0458
This commit is contained in:
parent
46bc929960
commit
8179b671aa
@ -13,6 +13,6 @@
|
||||
<item gecko:state_light="true" android:color="#CC222222" />
|
||||
|
||||
<!-- default -->
|
||||
<item android:color="#FF666666"/>
|
||||
<item android:color="@color/text_color_secondary"/>
|
||||
|
||||
</selector>
|
||||
|
@ -7,12 +7,12 @@
|
||||
xmlns:gecko="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<!-- dark theme -->
|
||||
<item gecko:state_dark="true" android:color="#FFFFFFFF" />
|
||||
<item gecko:state_dark="true" android:color="@color/text_color_primary_inverse" />
|
||||
|
||||
<!-- light theme -->
|
||||
<item gecko:state_light="true" android:color="#FF222222" />
|
||||
<item gecko:state_light="true" android:color="@color/text_color_primary" />
|
||||
|
||||
<!-- default -->
|
||||
<item android:color="#FF000000"/>
|
||||
<item android:color="@color/text_color_primary"/>
|
||||
|
||||
</selector>
|
||||
|
Loading…
Reference in New Issue
Block a user