|
|
@@ -2688,13 +2688,13 @@ |
|
|
|
<Style TargetType="{x:Type TextBox}"> |
|
|
|
<Setter Property="BorderBrush" Value="{x:Static Themes1:ClassicBorderDecorator.ClassicBorderBrush}" /> |
|
|
|
<Setter Property="BorderThickness" Value="1" /> |
|
|
|
<Setter Property="Padding" Value="1" /> |
|
|
|
<Setter Property="Padding" Value="0" /> |
|
|
|
<Setter Property="Foreground" Value="{DynamicResource foreground}" /> |
|
|
|
<Setter Property="KeyboardNavigation.TabNavigation" Value="None" /> |
|
|
|
<Setter Property="VerticalContentAlignment" Value="Center" /> |
|
|
|
<Setter Property="Height" Value="24" /> |
|
|
|
<Setter Property="CaretBrush" Value="White" /> |
|
|
|
<Setter Property="Padding" Value="10" /> |
|
|
|
<Setter Property="Padding" Value="0" /> |
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Left" /> |
|
|
|
<Setter Property="FocusVisualStyle" Value="{x:Null}" /> |
|
|
|
<Setter Property="AllowDrop" Value="true" /> |
|
|
|