|
|
|
@ -51,12 +51,12 @@
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="ButtonTableau">
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Grey" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="BorderWidth" Value="0"/>
|
|
|
|
|
<Setter Property="CornerRadius" Value="8"/>
|
|
|
|
|
<Setter Property="Padding" Value="14,10"/>
|
|
|
|
|
<Setter Property="Padding" Value="0"/>
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
|
<Setter Property="MinimumWidthRequest" Value="44"/>
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
@ -75,12 +75,12 @@
|
|
|
|
|
</Setter>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="ButtonFermeture">
|
|
|
|
|
<Setter Property="Text" Value="Quitter"/>
|
|
|
|
|
<Setter Property="TextColor" Value="White" />
|
|
|
|
|
<Style TargetType="ImageButton" x:Key="ButtonFermeture">
|
|
|
|
|
<Setter Property="BackgroundColor" Value="DarkRed" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="WidthRequest" Value="50"/>
|
|
|
|
|
<Setter Property="HeightRequest" Value="50"/>
|
|
|
|
|
<Setter Property="Source" Value="Fleche_Retour.png"/>
|
|
|
|
|
<Setter Property="Padding" Value="0"/>
|
|
|
|
|
<Setter Property="BorderWidth" Value="0"/>
|
|
|
|
|
<Setter Property="CornerRadius" Value="8"/>
|
|
|
|
|
<Setter Property="Padding" Value="14,10"/>
|
|
|
|
@ -92,7 +92,6 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|