Revert to Light.Indigo theme; restore original grey values for light bg
Dark theme experiment abandoned due to persistent contrast issues. All Gray3/Gray4 muted text reverted to Gray5/Gray6 (darker = readable on light background). Gray2 headings reverted to Gray4/Gray5. App.xaml switched back to Light.Indigo.xaml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<ResourceDictionary.MergedDictionaries>
|
<ResourceDictionary.MergedDictionaries>
|
||||||
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
|
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
|
||||||
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
|
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
|
||||||
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Dark.Cobalt.xaml" />
|
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Light.Indigo.xaml" />
|
||||||
</ResourceDictionary.MergedDictionaries>
|
</ResourceDictionary.MergedDictionaries>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
</Application.Resources>
|
</Application.Resources>
|
||||||
|
|||||||
@@ -462,10 +462,10 @@
|
|||||||
<TextBlock Text="Open a CSV or Excel file to bulk import listings"
|
<TextBlock Text="Open a CSV or Excel file to bulk import listings"
|
||||||
FontSize="14" FontWeight="SemiBold"
|
FontSize="14" FontWeight="SemiBold"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray4}"/>
|
||||||
<TextBlock Text="Columns: Title, Description, Price, Condition, CategoryKeyword, Quantity, PhotoPaths"
|
<TextBlock Text="Columns: Title, Description, Price, Condition, CategoryKeyword, Quantity, PhotoPaths"
|
||||||
FontSize="11" HorizontalAlignment="Center" Margin="0,6,0,20"
|
FontSize="11" HorizontalAlignment="Center" Margin="0,6,0,20"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
|
||||||
TextWrapping="Wrap" MaxWidth="480" TextAlignment="Center"/>
|
TextWrapping="Wrap" MaxWidth="480" TextAlignment="Center"/>
|
||||||
<Button HorizontalAlignment="Center"
|
<Button HorizontalAlignment="Center"
|
||||||
Click="DownloadTemplate_Click"
|
Click="DownloadTemplate_Click"
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
Margin="0,0,0,8"/>
|
Margin="0,0,0,8"/>
|
||||||
<TextBlock Text="Sign in with your eBay account to start posting listings and managing your inventory."
|
<TextBlock Text="Sign in with your eBay account to start posting listings and managing your inventory."
|
||||||
FontSize="13" TextWrapping="Wrap" TextAlignment="Center"
|
FontSize="13" TextWrapping="Wrap" TextAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
Margin="0,0,0,24"/>
|
Margin="0,0,0,24"/>
|
||||||
<Button Click="ConnectBtn_Click"
|
<Button Click="ConnectBtn_Click"
|
||||||
Style="{StaticResource LockConnectButton}"
|
Style="{StaticResource LockConnectButton}"
|
||||||
@@ -240,7 +240,7 @@
|
|||||||
Margin="0,0,0,8"/>
|
Margin="0,0,0,8"/>
|
||||||
<TextBlock Text="Sign in with your eBay account to bulk import and post multiple listings at once."
|
<TextBlock Text="Sign in with your eBay account to bulk import and post multiple listings at once."
|
||||||
FontSize="13" TextWrapping="Wrap" TextAlignment="Center"
|
FontSize="13" TextWrapping="Wrap" TextAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
Margin="0,0,0,24"/>
|
Margin="0,0,0,24"/>
|
||||||
<Button Click="ConnectBtn_Click"
|
<Button Click="ConnectBtn_Click"
|
||||||
Style="{StaticResource LockConnectButton}"
|
Style="{StaticResource LockConnectButton}"
|
||||||
@@ -271,9 +271,9 @@
|
|||||||
<iconPacks:PackIconMaterial Kind="AlertCircleOutline"
|
<iconPacks:PackIconMaterial Kind="AlertCircleOutline"
|
||||||
Width="12" Height="12" Margin="0,0,5,0"
|
Width="12" Height="12" Margin="0,0,5,0"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||||
<TextBlock x:Name="StatusBar" Text="Ready" FontSize="11"
|
<TextBlock x:Name="StatusBar" Text="Ready" FontSize="11"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
VerticalAlignment="Center"/>
|
VerticalAlignment="Center"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel Grid.Column="1" Orientation="Horizontal">
|
<StackPanel Grid.Column="1" Orientation="Horizontal">
|
||||||
|
|||||||
@@ -198,7 +198,7 @@
|
|||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
||||||
<TextBlock Text="or click to browse" FontSize="12" Margin="0,4,0,0"
|
<TextBlock Text="or click to browse" FontSize="12" Margin="0,4,0,0"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||||
<TextBlock Text="JPG · PNG · GIF · WEBP" FontSize="11" Margin="0,14,0,0"
|
<TextBlock Text="JPG · PNG · GIF · WEBP" FontSize="11" Margin="0,14,0,0"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray7}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray7}"/>
|
||||||
@@ -242,7 +242,7 @@
|
|||||||
<!-- Photo filename label -->
|
<!-- Photo filename label -->
|
||||||
<TextBlock x:Name="PhotoFilename" Grid.Row="1"
|
<TextBlock x:Name="PhotoFilename" Grid.Row="1"
|
||||||
Text="" FontSize="11" Margin="0,6,0,0"
|
Text="" FontSize="11" Margin="0,6,0,0"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
TextTrimming="CharacterEllipsis"/>
|
TextTrimming="CharacterEllipsis"/>
|
||||||
|
|
||||||
@@ -296,7 +296,7 @@
|
|||||||
<TextBlock Text="Drop a photo and click Identify"
|
<TextBlock Text="Drop a photo and click Identify"
|
||||||
FontSize="15" FontWeight="SemiBold"
|
FontSize="15" FontWeight="SemiBold"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||||
<TextBlock Text="Claude will identify the item, write a listing description and suggest a realistic eBay UK selling price."
|
<TextBlock Text="Claude will identify the item, write a listing description and suggest a realistic eBay UK selling price."
|
||||||
FontSize="12" Margin="0,8,0,0"
|
FontSize="12" Margin="0,8,0,0"
|
||||||
HorizontalAlignment="Center" TextAlignment="Center"
|
HorizontalAlignment="Center" TextAlignment="Center"
|
||||||
@@ -390,7 +390,7 @@
|
|||||||
FontSize="11" FontStyle="Italic"
|
FontSize="11" FontStyle="Italic"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
Margin="0,6,0,0"
|
Margin="0,6,0,0"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
Visibility="Collapsed"/>
|
Visibility="Collapsed"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
@@ -457,10 +457,10 @@
|
|||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<StackPanel Grid.Column="0" HorizontalAlignment="Center">
|
<StackPanel Grid.Column="0" HorizontalAlignment="Center">
|
||||||
<TextBlock Text="MIN" FontSize="9" FontWeight="SemiBold"
|
<TextBlock Text="MIN" FontSize="9" FontWeight="SemiBold"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
<TextBlock x:Name="PriceMinText" FontSize="11"
|
<TextBlock x:Name="PriceMinText" FontSize="11"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel Grid.Column="2" HorizontalAlignment="Center">
|
<StackPanel Grid.Column="2" HorizontalAlignment="Center">
|
||||||
@@ -470,10 +470,10 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel Grid.Column="4" HorizontalAlignment="Center">
|
<StackPanel Grid.Column="4" HorizontalAlignment="Center">
|
||||||
<TextBlock Text="MAX" FontSize="9" FontWeight="SemiBold"
|
<TextBlock Text="MAX" FontSize="9" FontWeight="SemiBold"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
<TextBlock x:Name="PriceMaxText" FontSize="11"
|
<TextBlock x:Name="PriceMaxText" FontSize="11"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -482,7 +482,7 @@
|
|||||||
<!-- Editable price override -->
|
<!-- Editable price override -->
|
||||||
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
|
||||||
<TextBlock Text="Override price:" FontSize="11"
|
<TextBlock Text="Override price:" FontSize="11"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
VerticalAlignment="Center" Margin="0,0,8,0"/>
|
VerticalAlignment="Center" Margin="0,0,8,0"/>
|
||||||
<mah:NumericUpDown x:Name="PriceOverride"
|
<mah:NumericUpDown x:Name="PriceOverride"
|
||||||
Width="110" Height="32"
|
Width="110" Height="32"
|
||||||
@@ -498,7 +498,7 @@
|
|||||||
Width="11" Height="11" Margin="0,0,6,0"/>
|
Width="11" Height="11" Margin="0,0,6,0"/>
|
||||||
<TextBlock x:Name="LivePriceStatus"
|
<TextBlock x:Name="LivePriceStatus"
|
||||||
FontSize="10"
|
FontSize="10"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
TextWrapping="Wrap"/>
|
TextWrapping="Wrap"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
@@ -507,7 +507,7 @@
|
|||||||
FontSize="11" FontStyle="Italic"
|
FontSize="11" FontStyle="Italic"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
Margin="0,8,0,0"
|
Margin="0,8,0,0"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
Visibility="Collapsed"/>
|
Visibility="Collapsed"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
@@ -536,7 +536,7 @@
|
|||||||
TextChanged="TitleBox_TextChanged"/>
|
TextChanged="TitleBox_TextChanged"/>
|
||||||
<TextBlock x:Name="TitleCount" Text="0 / 80" FontSize="10"
|
<TextBlock x:Name="TitleCount" Text="0 / 80" FontSize="10"
|
||||||
HorizontalAlignment="Right" Margin="0,3,0,0"
|
HorizontalAlignment="Right" Margin="0,3,0,0"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
|
|||||||
@@ -104,7 +104,7 @@
|
|||||||
Width="13" Height="13"
|
Width="13" Height="13"
|
||||||
Margin="0,0,7,0"
|
Margin="0,0,7,0"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||||
<TextBox Grid.Column="1" x:Name="SearchBox"
|
<TextBox Grid.Column="1" x:Name="SearchBox"
|
||||||
Style="{StaticResource SearchBox}"
|
Style="{StaticResource SearchBox}"
|
||||||
mah:TextBoxHelper.Watermark="Filter listings…"
|
mah:TextBoxHelper.Watermark="Filter listings…"
|
||||||
@@ -136,12 +136,12 @@
|
|||||||
</Border>
|
</Border>
|
||||||
<TextBlock Text="No saved listings yet"
|
<TextBlock Text="No saved listings yet"
|
||||||
FontSize="13" FontWeight="SemiBold"
|
FontSize="13" FontWeight="SemiBold"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray2}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Margin="0,0,0,6"/>
|
Margin="0,0,0,6"/>
|
||||||
<TextBlock Text="Analyse a photo and click Save Listing"
|
<TextBlock Text="Analyse a photo and click Save Listing"
|
||||||
FontSize="11"
|
FontSize="11"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
TextAlignment="Center"
|
TextAlignment="Center"
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
Margin="0,0,0,12"/>
|
Margin="0,0,0,12"/>
|
||||||
<TextBlock Text="No listings match your search"
|
<TextBlock Text="No listings match your search"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
@@ -187,7 +187,7 @@
|
|||||||
Foreground="{DynamicResource MahApps.Brushes.Gray7}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray7}"
|
||||||
Margin="0,0,0,14"/>
|
Margin="0,0,0,14"/>
|
||||||
<TextBlock Text="Select a saved listing" FontSize="14"
|
<TextBlock Text="Select a saved listing" FontSize="14"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
@@ -218,18 +218,18 @@
|
|||||||
<StackPanel Orientation="Horizontal" Margin="0,0,0,14">
|
<StackPanel Orientation="Horizontal" Margin="0,0,0,14">
|
||||||
<iconPacks:PackIconMaterial Kind="Tag" Width="11" Height="11"
|
<iconPacks:PackIconMaterial Kind="Tag" Width="11" Height="11"
|
||||||
Margin="0,0,4,0" VerticalAlignment="Center"
|
Margin="0,0,4,0" VerticalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||||
<TextBlock x:Name="DetailCategory" FontSize="11"
|
<TextBlock x:Name="DetailCategory" FontSize="11"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
||||||
VerticalAlignment="Center"/>
|
VerticalAlignment="Center"/>
|
||||||
<TextBlock Text=" · " FontSize="11"
|
<TextBlock Text=" · " FontSize="11"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray6}"
|
||||||
VerticalAlignment="Center"/>
|
VerticalAlignment="Center"/>
|
||||||
<iconPacks:PackIconMaterial Kind="ClockOutline" Width="11" Height="11"
|
<iconPacks:PackIconMaterial Kind="ClockOutline" Width="11" Height="11"
|
||||||
Margin="0,0,4,0" VerticalAlignment="Center"
|
Margin="0,0,4,0" VerticalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||||
<TextBlock x:Name="DetailDate" FontSize="11"
|
<TextBlock x:Name="DetailDate" FontSize="11"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray4}"
|
||||||
VerticalAlignment="Center"/>
|
VerticalAlignment="Center"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ public partial class SavedListingsView : UserControl
|
|||||||
Text = listing.PriceDisplay,
|
Text = listing.PriceDisplay,
|
||||||
FontSize = 13,
|
FontSize = 13,
|
||||||
FontWeight = FontWeights.Bold,
|
FontWeight = FontWeights.Bold,
|
||||||
Foreground = (Brush)FindResource("MahApps.Brushes.ThemeForeground"),
|
Foreground = (Brush)FindResource("MahApps.Brushes.Accent"),
|
||||||
Margin = new Thickness(0, 0, 8, 0)
|
Margin = new Thickness(0, 0, 8, 0)
|
||||||
});
|
});
|
||||||
textStack.Children.Add(priceRow);
|
textStack.Children.Add(priceRow);
|
||||||
@@ -197,7 +197,7 @@ public partial class SavedListingsView : UserControl
|
|||||||
{
|
{
|
||||||
Text = listing.SavedAtDisplay,
|
Text = listing.SavedAtDisplay,
|
||||||
FontSize = 10,
|
FontSize = 10,
|
||||||
Foreground = (Brush)FindResource("MahApps.Brushes.Gray3"),
|
Foreground = (Brush)FindResource("MahApps.Brushes.Gray5"),
|
||||||
Margin = new Thickness(0, 3, 0, 0)
|
Margin = new Thickness(0, 3, 0, 0)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -163,7 +163,7 @@
|
|||||||
</Border>
|
</Border>
|
||||||
<TextBlock x:Name="TitleCount" Grid.Column="1"
|
<TextBlock x:Name="TitleCount" Grid.Column="1"
|
||||||
Text="0 / 80" FontSize="10"
|
Text="0 / 80" FontSize="10"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
VerticalAlignment="Center"/>
|
VerticalAlignment="Center"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
@@ -288,7 +288,7 @@
|
|||||||
</Border>
|
</Border>
|
||||||
<TextBlock x:Name="DescCount" Grid.Column="1"
|
<TextBlock x:Name="DescCount" Grid.Column="1"
|
||||||
Text="0 / 2000" FontSize="10"
|
Text="0 / 2000" FontSize="10"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
VerticalAlignment="Center"/>
|
VerticalAlignment="Center"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
@@ -490,7 +490,7 @@
|
|||||||
FontSize="12" FontWeight="Bold"
|
FontSize="12" FontWeight="Bold"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray2}"/>
|
||||||
<TextBlock Text=" / 12" FontSize="12"
|
<TextBlock Text=" / 12" FontSize="12"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
</Grid>
|
</Grid>
|
||||||
@@ -519,7 +519,7 @@
|
|||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray7}"/>
|
Foreground="{DynamicResource MahApps.Brushes.Gray7}"/>
|
||||||
<TextBlock Text="Drag & drop photos here"
|
<TextBlock Text="Drag & drop photos here"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray3}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray5}"
|
||||||
FontSize="12" HorizontalAlignment="Center"/>
|
FontSize="12" HorizontalAlignment="Center"/>
|
||||||
<TextBlock Text="or use Browse below"
|
<TextBlock Text="or use Browse below"
|
||||||
Foreground="{DynamicResource MahApps.Brushes.Gray7}"
|
Foreground="{DynamicResource MahApps.Brushes.Gray7}"
|
||||||
|
|||||||
Reference in New Issue
Block a user