Chardonnay readonly textboxes should be grey (as they are in Classic)
This commit is contained in:
parent
c55c5fac23
commit
85e7bbf366
1 changed files with 4 additions and 0 deletions
|
|
@ -9,4 +9,8 @@
|
|||
<SolidColorBrush x:Key="ProcessQueueBookDefaultBrush" Color="{StaticResource SystemAltHighColor}" />
|
||||
<SolidColorBrush x:Key="ProcessQueueBookBorderBrush" Color="Gray" />
|
||||
</Styles.Resources>
|
||||
<Style Selector="TextBox[IsReadOnly=true]">
|
||||
<Setter Property="Background" Value="LightGray" />
|
||||
<Setter Property="CaretBrush" Value="#00000000" />
|
||||
</Style>
|
||||
</Styles>
|
||||
Loading…
Add table
Add a link
Reference in a new issue