Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.PropertyEditing.Windows/Themes/Resources.xaml')
-rw-r--r--Xamarin.PropertyEditing.Windows/Themes/Resources.xaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
index ca483d9..2b0938e 100644
--- a/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
+++ b/Xamarin.PropertyEditing.Windows/Themes/Resources.xaml
@@ -2237,8 +2237,14 @@
<Trigger Property="Text" Value="{x:Null}">
<Setter TargetName="hintContent" Property="Visibility" Value="Visible" />
</Trigger>
+ <Trigger Property="IsMouseOver" Value="True">
+ <Setter Property="BorderBrush" Value="{DynamicResource InputMouseOverBorderBrush}" />
+ <Setter Property="Foreground" Value="{DynamicResource InputMouseOverBrush}" />
+ </Trigger>
<Trigger Property="IsFocused" Value="True">
<Setter TargetName="hintContent" Property="Visibility" Value="Collapsed" />
+ <Setter Property="BorderBrush" Value="{DynamicResource InputMouseOverBorderBrush}" />
+ <Setter Property="Foreground" Value="{DynamicResource InputMouseOverBrush}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>