|
@@ -10,6 +10,7 @@
|
|
|
<SolidColorBrush x:Key="Button.Static.Background" Color="#273C62" />
|
|
|
<SolidColorBrush x:Key="Button.Static.Border" Color="#FF273C62" />
|
|
|
<SolidColorBrush x:Key="Button.MouseOver.Background" Color="#DFE1E5" />
|
|
|
+ <SolidColorBrush x:Key="Button.IsChecked.Background" Color="#DFE1E5" />
|
|
|
<SolidColorBrush x:Key="Button.MouseOver.Border" Color="#273C62" />
|
|
|
<SolidColorBrush x:Key="Button.Pressed.Background" Color="#29477EDE" />
|
|
|
<SolidColorBrush x:Key="Button.Pressed.Border" Color="#FF2C628B" />
|
|
@@ -191,7 +192,7 @@
|
|
|
</Setter>
|
|
|
<Style.Triggers>
|
|
|
<Trigger Property="IsChecked" Value="True">
|
|
|
- <Setter Property="Background" Value="{StaticResource Button.Pressed.Background}" />
|
|
|
+ <Setter Property="Background" Value="{StaticResource Button.IsChecked.Background}" />
|
|
|
</Trigger>
|
|
|
<Trigger Property="IsChecked" Value="False">
|
|
|
<Setter Property="Background" Value="Transparent" />
|