Modal Prototyp
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<Setter Property="Foreground" Value="#0000a0"/>
|
||||
<Setter Property="FontFamily" Value="Arial"/>
|
||||
<Setter Property="FontWeight" Value="Bold"/>
|
||||
|
||||
<Setter Property="Cursor" Value="Hand"/>
|
||||
<Setter Property="Background" Value="#808080"/>
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
@@ -27,7 +27,7 @@
|
||||
<Setter Property="Background" Value="#ff8000"/>
|
||||
<Setter Property="Opacity" Value="0.8"/>
|
||||
<Setter Property="Foreground" Value="#0000a0"/>
|
||||
</Trigger>
|
||||
</Trigger>
|
||||
</Style.Triggers>
|
||||
|
||||
</Style>
|
||||
|
||||
10
Apollon.WPF/Themes/ModalTextblockTheme.xaml
Normal file
10
Apollon.WPF/Themes/ModalTextblockTheme.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Style TargetType="{x:Type TextBlock}"
|
||||
x:Key="ModalTextBlock">
|
||||
<Setter Property="FontFamily" Value="Arial"/>
|
||||
<Setter Property="FontWeight" Value="Bold"/>
|
||||
<Setter Property="FontSize" Value="14"/>
|
||||
<Setter Property="Foreground" Value="#0000a0"/>
|
||||
</Style>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user