mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-25 08:56:28 +03:00
remove redundant styles in EntryEditWindow
This commit is contained in:
@@ -50,12 +50,5 @@
|
||||
<Style Selector="TextBox">
|
||||
<Setter Property="Foreground" Value="Black" />
|
||||
</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>
|
||||
Reference in New Issue
Block a user