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