Browse Source

Update TextBox.xaml

pull/3513/head
Symbai 6 years ago
committed by GitHub
parent
commit
4ac1fee023
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/Avalonia.Themes.Default/TextBox.xaml

3
src/Avalonia.Themes.Default/TextBox.xaml

@ -70,4 +70,7 @@
<Style Selector="TextBox">
<Setter Property="Cursor" Value="IBeam" />
</Style>
<Style Selector="TextBox:disabled /template/ Border#border">
<Setter Property="Opacity" Value="{DynamicResource ThemeDisabledOpacity}" />
</Style>
</Styles>

Loading…
Cancel
Save