Merge pull request #115 from irihitech/issue/53

fix: fix #53.
This commit is contained in:
Zhang Dian
2024-02-26 14:59:45 +08:00
committed by GitHub
7 changed files with 50 additions and 26 deletions

View File

@@ -121,7 +121,8 @@
<Setter Property="Border.BorderBrush" Value="{DynamicResource IPv4BoxFocusBorderBrush}" />
</Style>
<Style Selector="^:disabled">
<Setter Property="Border.Background" Value="{DynamicResource IPv4BoxDisabledBackground}" />
<Setter Property="Background" Value="{DynamicResource IPv4BoxDisabledBackground}" />
<Setter Property="Foreground" Value="{DynamicResource SemiColorDisabledText}" />
</Style>
</ControlTheme>
</ResourceDictionary>