Altered Foreground/border-color of TextBoxes
This commit is contained in:
+2
-2
@@ -55,7 +55,7 @@
|
||||
</ItemsControl.ItemsPanel>
|
||||
<ItemsControl.ItemTemplate>
|
||||
<DataTemplate x:DataType="vm:Note">
|
||||
<Border CornerRadius="15" Margin="5,5,0,5" BorderBrush="#fff" BorderThickness="2" Background="Transparent">
|
||||
<Border CornerRadius="15" Margin="5,5,0,5" BorderBrush="Gray" BorderThickness="2" Background="Transparent">
|
||||
<StackPanel Margin="5" Background="Transparent" Orientation="Horizontal">
|
||||
<TextBox Height="20"
|
||||
CaretBrush="Transparent"
|
||||
@@ -67,7 +67,7 @@
|
||||
TextAlignment="Center"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Foreground="White"
|
||||
Foreground="LightGray"
|
||||
Background="Transparent"
|
||||
IsHitTestVisible="True"
|
||||
FontSize="{Binding FontSize}"
|
||||
|
||||
Reference in New Issue
Block a user