|
@@ -16,6 +16,7 @@
|
|
<Style TargetType="Button" x:Key="BaseDarkButton">
|
|
<Style TargetType="Button" x:Key="BaseDarkButton">
|
|
<Setter Property="Background" Value="#404040" />
|
|
<Setter Property="Background" Value="#404040" />
|
|
<Setter Property="Foreground" Value="White" />
|
|
<Setter Property="Foreground" Value="White" />
|
|
|
|
+ <Setter Property="Focusable" Value="False" />
|
|
<Setter Property="FontSize" Value="15" />
|
|
<Setter Property="FontSize" Value="15" />
|
|
<Setter Property="SnapsToDevicePixels" Value="True" />
|
|
<Setter Property="SnapsToDevicePixels" Value="True" />
|
|
<Setter Property="Template">
|
|
<Setter Property="Template">
|
|
@@ -49,6 +50,7 @@
|
|
<Style TargetType="Button" x:Key="DarkRoundButton" BasedOn="{StaticResource BaseDarkButton}">
|
|
<Style TargetType="Button" x:Key="DarkRoundButton" BasedOn="{StaticResource BaseDarkButton}">
|
|
<Setter Property="OverridesDefaultStyle" Value="True" />
|
|
<Setter Property="OverridesDefaultStyle" Value="True" />
|
|
<Setter Property="Background" Value="#303030" />
|
|
<Setter Property="Background" Value="#303030" />
|
|
|
|
+ <Setter Property="Focusable" Value="False" />
|
|
<Setter Property="Height" Value="28"/>
|
|
<Setter Property="Height" Value="28"/>
|
|
<Setter Property="Width" Value="70"/>
|
|
<Setter Property="Width" Value="70"/>
|
|
<Setter Property="Template">
|
|
<Setter Property="Template">
|
|
@@ -113,6 +115,7 @@
|
|
|
|
|
|
<Style TargetType="Button" x:Key="ImageButtonStyle">
|
|
<Style TargetType="Button" x:Key="ImageButtonStyle">
|
|
<Setter Property="OverridesDefaultStyle" Value="True" />
|
|
<Setter Property="OverridesDefaultStyle" Value="True" />
|
|
|
|
+ <Setter Property="Focusable" Value="False" />
|
|
<Setter Property="Template">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="Button">
|
|
<ControlTemplate TargetType="Button">
|
|
@@ -134,6 +137,7 @@
|
|
BasedOn="{StaticResource BaseDarkButton}">
|
|
BasedOn="{StaticResource BaseDarkButton}">
|
|
<Setter Property="TextBlock.FontFamily" Value="Segoe MDL2 Assets"/>
|
|
<Setter Property="TextBlock.FontFamily" Value="Segoe MDL2 Assets"/>
|
|
<Setter Property="TextBlock.FontSize" Value="15"/>
|
|
<Setter Property="TextBlock.FontSize" Value="15"/>
|
|
|
|
+ <Setter Property="Focusable" Value="False" />
|
|
<Setter Property="TextBlock.Width" Value="30"/>
|
|
<Setter Property="TextBlock.Width" Value="30"/>
|
|
|
|
|
|
<Style.Triggers>
|
|
<Style.Triggers>
|
|
@@ -149,6 +153,10 @@
|
|
</Style.Triggers>
|
|
</Style.Triggers>
|
|
</Style>
|
|
</Style>
|
|
|
|
|
|
|
|
+ <Style TargetType="CheckBox">
|
|
|
|
+ <Setter Property="Focusable" Value="False"/>
|
|
|
|
+ </Style>
|
|
|
|
+
|
|
|
|
|
|
<Style TargetType="TextBox" x:Key="DarkTextBoxStyle">
|
|
<Style TargetType="TextBox" x:Key="DarkTextBoxStyle">
|
|
<Setter Property="BorderThickness" Value="1" />
|
|
<Setter Property="BorderThickness" Value="1" />
|
|
@@ -187,6 +195,7 @@
|
|
|
|
|
|
<Style TargetType="Button" x:Key="OpacityButtonStyle">
|
|
<Style TargetType="Button" x:Key="OpacityButtonStyle">
|
|
<Setter Property="OverridesDefaultStyle" Value="True" />
|
|
<Setter Property="OverridesDefaultStyle" Value="True" />
|
|
|
|
+ <Setter Property="Focusable" Value="False" />
|
|
<Setter Property="Template">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="Button">
|
|
<ControlTemplate TargetType="Button">
|
|
@@ -213,6 +222,7 @@
|
|
|
|
|
|
<Style TargetType="Button" x:Key="ToolButtonStyle">
|
|
<Style TargetType="Button" x:Key="ToolButtonStyle">
|
|
<Setter Property="Height" Value="32" />
|
|
<Setter Property="Height" Value="32" />
|
|
|
|
+ <Setter Property="Focusable" Value="False" />
|
|
<Setter Property="Width" Value="32" />
|
|
<Setter Property="Width" Value="32" />
|
|
<Setter Property="VerticalAlignment" Value="Top" />
|
|
<Setter Property="VerticalAlignment" Value="Top" />
|
|
<Setter Property="HorizontalAlignment" Value="Center" />
|
|
<Setter Property="HorizontalAlignment" Value="Center" />
|