summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Themes/Dark.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Themes/Dark.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Themes/Dark.xaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Themes/Dark.xaml b/win/CS/HandBrakeWPF/Themes/Dark.xaml
index 84faf28bb..7c52c8fb3 100644
--- a/win/CS/HandBrakeWPF/Themes/Dark.xaml
+++ b/win/CS/HandBrakeWPF/Themes/Dark.xaml
@@ -30,6 +30,12 @@
<Setter Property="Foreground" Value="White" />
</Style>
+ <!-- Tooltip -->
+ <Style x:Key="{x:Type ToolTip}" TargetType="ToolTip">
+ <Setter Property="Background" Value="{DynamicResource Ui.Mid}" />
+ <Setter Property="HasDropShadow" Value="True" />
+ </Style>
+
<!-- Toolbar -->
<Style TargetType="ToolBar">
<Setter Property="Background" Value="Black" />