File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 142
142
</Style >
143
143
144
144
<Style x : Key =" MaterialDesignToolToggleListBox" TargetType =" {x:Type ListBox}" >
145
- <Setter Property =" Background" Value =" Transparent " />
145
+ <Setter Property =" Background" Value =" {DynamicResource MaterialDesignToolBarBackground} " />
146
146
<Setter Property =" BorderBrush" Value =" Transparent" />
147
147
<Setter Property =" BorderThickness" Value =" 0" />
148
148
<Setter Property =" Foreground" Value =" {DynamicResource MaterialDesignBody}" />
174
174
<Border x : Name =" Bd"
175
175
BorderBrush =" {TemplateBinding BorderBrush}"
176
176
BorderThickness =" {TemplateBinding BorderThickness}"
177
- Background =" {TemplateBinding Background}"
178
177
SnapsToDevicePixels =" true"
179
178
Padding =" {TemplateBinding Padding}" >
180
- <wpf : Card wpf:ShadowAssist.ShadowDepth=" {TemplateBinding wpf:ShadowAssist.ShadowDepth}" HorizontalAlignment =" Left" Background =" {DynamicResource MaterialDesignToolBarBackground }" >
179
+ <wpf : Card wpf:ShadowAssist.ShadowDepth=" {TemplateBinding wpf:ShadowAssist.ShadowDepth}" HorizontalAlignment =" Left" Background =" {TemplateBinding Background }" >
181
180
<ItemsPresenter SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
182
181
</wpf : Card >
183
182
</Border >
You can’t perform that action at this time.
0 commit comments