Browse Source

Make selected DropDownItem background same as ListBoxItem's

pull/390/head
Wiesław Šoltés 10 years ago
parent
commit
74b67bd6f5
  1. 2
      src/Perspex.Themes.Default/DropDownItem.paml

2
src/Perspex.Themes.Default/DropDownItem.paml

@ -15,7 +15,7 @@
</Setter>
</Style>
<Style Selector="DropDownItem:selected /template/ Border#border">
<Setter Property="Background" Value="#ffe5f0fc"/>
<Setter Property="Background" Value="#fff0f0f0"/>
</Style>
<Style Selector="DropDownItem:pointerover /template/ Border#border">
<Setter Property="Background" Value="#ffd0d0d0"/>

Loading…
Cancel
Save