Changement visuel pour UCConnexion. Modification du style "TransparentButtonRessource"
continuous-integration/drone/push Build is passing Details

Navigator
Vincent ASTOLFI 2 years ago
parent fef26d39a1
commit f9d18fc50e

@ -11,7 +11,7 @@
<Style x:Key="BorderRessource" TargetType="Border"> <Style x:Key="BorderRessource" TargetType="Border">
<Setter Property="BorderBrush" Value="Black"/> <Setter Property="BorderBrush" Value="Black"/>
<Setter Property="BorderThickness" Value="2"/> <Setter Property="BorderThickness" Value="2"/>
<Setter Property="Margin" Value="15"/> <Setter Property="Margin" Value="20"/>
</Style> </Style>
<Style x:Key="TextBlockRessource" TargetType="TextBlock"> <Style x:Key="TextBlockRessource" TargetType="TextBlock">
@ -21,7 +21,8 @@
<Style x:Key="TransparentButtonRessource" TargetType="Button"> <Style x:Key="TransparentButtonRessource" TargetType="Button">
<Setter Property="Background" Value="Transparent"/> <Setter Property="Background" Value="Transparent"/>
<Setter Property="BorderBrush" Value="Transparent"/> <Setter Property="BorderBrush" Value="Black"/>
<Setter Property="BorderThickness" Value="2"/>
<Setter Property="HorizontalAlignment" Value="Center"/> <Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="VerticalAlignment" Value="Center"/> <Setter Property="VerticalAlignment" Value="Center"/>
</Style> </Style>

@ -50,11 +50,9 @@
</Border> </Border>
</Grid> </Grid>
<Border Style="{StaticResource BorderRessource}"> <Button Style="{StaticResource TransparentButtonRessource}" Margin="20" Width="200">
<Button Style="{StaticResource TransparentButtonRessource}">
<TextBlock Text="Mot de passe oubliée ?" Style="{StaticResource TextBlockRessource}"/> <TextBlock Text="Mot de passe oubliée ?" Style="{StaticResource TextBlockRessource}"/>
</Button> </Button>
</Border>
<Button Style="{StaticResource GreenButtonRessource}" Height="25" Width="150"> <Button Style="{StaticResource GreenButtonRessource}" Height="25" Width="150">
<TextBlock Text="Valider" Style="{StaticResource TextBlockRessource}"/> <TextBlock Text="Valider" Style="{StaticResource TextBlockRessource}"/>

Loading…
Cancel
Save