Fix theme bugs.

This commit is contained in:
qianlifeng
2014-02-21 23:43:52 +08:00
parent a9123d2966
commit 85515079d6
3 changed files with 22 additions and 44 deletions

View File

@@ -35,6 +35,8 @@
</Style>
<Style x:Key="ItemTitleSelectedStyle" TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="#F6F6FF" />
<Setter Property="FontSize" Value="16"></Setter>
<Setter Property="FontWeight" Value="Medium"></Setter>
</Style>
<Style x:Key="ItemSubTitleSelectedStyle" TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="#F6F6FF" />