|
|
|
@ -1,5 +1,12 @@ |
|
|
|
<Style xmlns="https://github.com/avaloniaui" Selector="OverlayPopupHost"> |
|
|
|
<Style xmlns="https://github.com/avaloniaui" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
Selector="OverlayPopupHost"> |
|
|
|
<Setter Property="Background" Value="{DynamicResource ThemeBackgroundBrush}"/> |
|
|
|
<Setter Property="Foreground" Value="{DynamicResource ThemeForegroundBrush}"/> |
|
|
|
<Setter Property="FontSize" Value="{DynamicResource FontSizeNormal}"/> |
|
|
|
<Setter Property="FontFamily" Value="{x:Static FontFamily.Default}" /> |
|
|
|
<Setter Property="FontWeight" Value="400" /> |
|
|
|
<Setter Property="FontStyle" Value="Normal" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<ControlTemplate> |
|
|
|
<Panel> |
|
|
|
|