mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-02 12:56:31 +03:00
remove redundant styles in EntryEditWindow
This commit is contained in:
@@ -50,12 +50,5 @@
|
|||||||
<Style Selector="TextBox">
|
<Style Selector="TextBox">
|
||||||
<Setter Property="Foreground" Value="Black" />
|
<Setter Property="Foreground" Value="Black" />
|
||||||
</Style>
|
</Style>
|
||||||
<Style Selector="Button /template/ ContentPresenter">
|
|
||||||
<Setter Property="Foreground" Value="Black" />
|
|
||||||
</Style>
|
|
||||||
<Style Selector="Button:pointerover /template/ ContentPresenter">
|
|
||||||
<Setter Property="Foreground" Value="Black" />
|
|
||||||
<Setter Property="Background" Value="#ccc" />
|
|
||||||
</Style>
|
|
||||||
</Window.Styles>
|
</Window.Styles>
|
||||||
</Window>
|
</Window>
|
||||||
Reference in New Issue
Block a user