|
|
@@ -33,10 +33,10 @@ |
|
|
|
</ControlTemplate.Triggers> |
|
|
|
</ControlTemplate> |
|
|
|
|
|
|
|
<Style x:Key="NewButtonStyle" TargetType="local:IcoButton"> |
|
|
|
<Style x:Key="IcoButtonStyle" TargetType="local:IcoButton"> |
|
|
|
<Setter Property="FontFamily" Value="../Fonts/#iconfont" /> |
|
|
|
<Setter Property="FontSize" Value="14" /> |
|
|
|
<Setter Property="Background" Value="Transparent" /> |
|
|
|
<Setter Property="Background" Value="#2219b7ec" /> |
|
|
|
<Setter Property="BorderBrush" Value="#ff19b7ec" /> |
|
|
|
<Setter Property="BorderThickness" Value="2" /> |
|
|
|
<Setter Property="EnterBackground" Value="#2219b7ec" /> |
|
|
|