整理
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:conv="clr-namespace:NeumUI.Converters"
|
||||
xmlns:local="clr-namespace:NeumUI.Controls"
|
||||
xmlns:conv="clr-namespace:NeoUI.Converters"
|
||||
xmlns:local="clr-namespace:NeoUI.Controls"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<Style TargetType="Button" x:Key="AntDeleteButtonStyle">
|
||||
@@ -96,7 +96,7 @@
|
||||
<DataTemplate DataType="{x:Type local:UploadFileItem}">
|
||||
<Border
|
||||
Background="{DynamicResource BackgroundContainerBrush}"
|
||||
BorderBrush="{DynamicResource BorderSubtleBrush}"
|
||||
BorderBrush="{DynamicResource BorderNormalBrush}"
|
||||
BorderThickness="1"
|
||||
CornerRadius="2"
|
||||
Margin="0,4"
|
||||
@@ -173,7 +173,7 @@
|
||||
Duration="0:0:0.2"
|
||||
Storyboard.TargetName="DropAreaBorder"
|
||||
Storyboard.TargetProperty="(Border.BorderBrush).(SolidColorBrush.Color)"
|
||||
To="{DynamicResource PrimaryDefaultColor}" />
|
||||
To="{DynamicResource PrimaryNormalColor}" />
|
||||
</Storyboard>
|
||||
</VisualState>
|
||||
</VisualStateGroup>
|
||||
|
||||
Reference in New Issue
Block a user