- add: Auth service
This commit is contained in:
@@ -57,4 +57,16 @@
|
||||
<Setter Property="Padding" Value="8" />
|
||||
<Setter Property="Background" Value="#00000000" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="ListBox.AccountSelector > ListBoxItem">
|
||||
<Setter Property="CornerRadius" Value="0" />
|
||||
<Setter Property="Margin" Value="0,0,0,0" />
|
||||
<Setter Property="Padding" Value="0" />
|
||||
<Setter Property="Background" Value="#00000000" />
|
||||
<Setter Property="Focusable" Value="False" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="ListBox.AccountSelector > ListBoxItem:selected">
|
||||
<Setter Property="Background" Value="#00000000" />
|
||||
</Style>
|
||||
</Styles>
|
||||
|
||||
Reference in New Issue
Block a user