summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2019-11-16 12:54:38 +0000
committersr55 <[email protected]>2019-11-16 12:55:11 +0000
commit87f53850789ebeca57a9fafadc1d59b5daf4bd13 (patch)
tree5903d6cca8786b16bf1422a4f9fd8665ed7bcc20 /win
parent5917f6eb4fba2f3473f753e18d634247366355ed (diff)
WinGui: Fix Tooltip Style for Dark theme. Fixes #2423
(cherry picked from commit cd4106cdae9af9d7006da261f3971e5b34450dde)
Diffstat (limited to 'win')
-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" />