|
|
@ -62,6 +62,27 @@ |
|
|
|
VerticalAlignment="Top"> |
|
|
|
VerticalAlignment="Top"> |
|
|
|
|
|
|
|
|
|
|
|
<controls:Card.Styles> |
|
|
|
<controls:Card.Styles> |
|
|
|
|
|
|
|
<Style Selector="controls|Card[Tag=ReallyRecommended]"> |
|
|
|
|
|
|
|
<Setter Property="Background" |
|
|
|
|
|
|
|
Value="{DynamicResource ThemeGreenColorTransparent}" /> |
|
|
|
|
|
|
|
<Setter Property="BorderBrush" |
|
|
|
|
|
|
|
Value="{DynamicResource ThemeGreenColorTransparent}" /> |
|
|
|
|
|
|
|
<Style |
|
|
|
|
|
|
|
Selector="^ /template/ ContentPresenter#PART_ContentPresenter"> |
|
|
|
|
|
|
|
<Setter Property="Foreground" |
|
|
|
|
|
|
|
Value="{DynamicResource ButtonForeground}" /> |
|
|
|
|
|
|
|
</Style> |
|
|
|
|
|
|
|
<Setter Property="Content"> |
|
|
|
|
|
|
|
<Template> |
|
|
|
|
|
|
|
<TextBlock |
|
|
|
|
|
|
|
FontWeight="Medium" |
|
|
|
|
|
|
|
HorizontalAlignment="Center" |
|
|
|
|
|
|
|
Text="Recommended" |
|
|
|
|
|
|
|
TextAlignment="Center" |
|
|
|
|
|
|
|
VerticalAlignment="Center" /> |
|
|
|
|
|
|
|
</Template> |
|
|
|
|
|
|
|
</Setter> |
|
|
|
|
|
|
|
</Style> |
|
|
|
<Style Selector="controls|Card[Tag=Recommended]"> |
|
|
|
<Style Selector="controls|Card[Tag=Recommended]"> |
|
|
|
<Setter Property="Background" |
|
|
|
<Setter Property="Background" |
|
|
|
Value="{DynamicResource ThemeGreenColorTransparent}" /> |
|
|
|
Value="{DynamicResource ThemeGreenColorTransparent}" /> |
|
|
@ -117,6 +138,24 @@ |
|
|
|
</Template> |
|
|
|
</Template> |
|
|
|
</Setter> |
|
|
|
</Setter> |
|
|
|
</Style> |
|
|
|
</Style> |
|
|
|
|
|
|
|
<Style Selector="controls|Card[Tag=InferenceCompatible]"> |
|
|
|
|
|
|
|
<Setter Property="Background" |
|
|
|
|
|
|
|
Value="{DynamicResource ThemePurpleColor}" /> |
|
|
|
|
|
|
|
<Setter Property="BorderBrush" |
|
|
|
|
|
|
|
Value="{DynamicResource ThemePurpleColor}" /> |
|
|
|
|
|
|
|
<Setter Property="Foreground" |
|
|
|
|
|
|
|
Value="White" /> |
|
|
|
|
|
|
|
<Setter Property="Content"> |
|
|
|
|
|
|
|
<Template> |
|
|
|
|
|
|
|
<TextBlock |
|
|
|
|
|
|
|
FontWeight="Medium" |
|
|
|
|
|
|
|
HorizontalAlignment="Center" |
|
|
|
|
|
|
|
Text="Inference Compatible" |
|
|
|
|
|
|
|
TextAlignment="Center" |
|
|
|
|
|
|
|
VerticalAlignment="Center" /> |
|
|
|
|
|
|
|
</Template> |
|
|
|
|
|
|
|
</Setter> |
|
|
|
|
|
|
|
</Style> |
|
|
|
<Style Selector="controls|Card"> |
|
|
|
<Style Selector="controls|Card"> |
|
|
|
<Setter Property="Background" |
|
|
|
<Setter Property="Background" |
|
|
|
Value="{DynamicResource ThemeDarkRedColor}" /> |
|
|
|
Value="{DynamicResource ThemeDarkRedColor}" /> |
|
|
|