summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-11-16 12:54:38 +0000
committersr55 <[email protected]>2019-11-16 12:54:48 +0000
commitcd4106cdae9af9d7006da261f3971e5b34450dde (patch)
tree1161cd5a1780fc8516a70f0cd2f87e39f39386dd
parentaa0d3f16f6d4bd12c1762e092a6d8ca66e3a3fc1 (diff)
WinGui: Fix Tooltip Style for Dark theme. Fixes #2423
-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" />