E:\Devel\PlayniteDiagTool\PlayniteDiagTool\bin\Debug\temp\Playnite.FullscreenApp\Themes\Fullscreen\Default\DerivedStyles\ButtonTopMenu.xaml e:\Devel\Playnite\source\Playnite.FullscreenApp\Themes\Fullscreen\Default\DerivedStyles\ButtonTopMenu.xaml
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
   
   <Style x:Key="ButtonTopMenu" TargetType="Button">    <Style x:Key="ButtonTopMenu" TargetType="Button">
       <Setter Property="Background" Value="Transparent" />        <Setter Property="Background" Value="Transparent" />
       <Setter Property="FocusVisualStyle" Value="{x:Null}" />        <Setter Property="FocusVisualStyle" Value="{x:Null}" />
       <Setter Property="SnapsToDevicePixels" Value="True" />        <Setter Property="SnapsToDevicePixels" Value="True" />
       <Setter Property="VerticalAlignment" Value="Center" />        <Setter Property="VerticalAlignment" Value="Center" />
       <Setter Property="Template">        <Setter Property="Template">
           <Setter.Value>            <Setter.Value>
               <ControlTemplate TargetType="Button">                <ControlTemplate TargetType="Button">
                   <Border Background="{TemplateBinding Background}"                    <Border Background="{TemplateBinding Background}"
.                             BorderBrush="Transparent" BorderThickness="3"
                           x:Name="MainBorder">                                                    x:Name="MainBorder">                        
                           <ContentPresenter />                            <ContentPresenter />
                   </Border>                    </Border>
                   <ControlTemplate.Triggers>                    <ControlTemplate.Triggers>
                       <Trigger Property="IsFocused" Value="True">                        <Trigger Property="IsFocused" Value="True">
.                            <Setter Property="Background" Value="{DynamicResource GlyphBrush}" TargetName="MainBorder" />                             <Setter Property="BorderBrush" Value="{DynamicResource GlyphBrush}" TargetName="MainBorder" />    
                           <Setter Property="Effect" TargetName="MainBorder">   
                               <Setter.Value>   
                                   <DropShadowEffect ShadowDepth="0"   
                                                     Color="White"   
                                                     Opacity="0.4"   
                                                     RenderingBias="Quality"   
                                                     BlurRadius="5"/>   
                               </Setter.Value>   
                           </Setter>   
                       </Trigger>                        </Trigger>
                   </ControlTemplate.Triggers>                    </ControlTemplate.Triggers>
               </ControlTemplate>                </ControlTemplate>
           </Setter.Value>            </Setter.Value>
       </Setter>        </Setter>
   </Style>    </Style>
</ResourceDictionary> </ResourceDictionary>