File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 2121 <!-- combobox right edge rounding-->
2222 <Border x : Name =" Border" Grid.ColumnSpan=" 2" CornerRadius =" 0" BorderThickness =" 0" Background =" {x:Null}" >
2323 </Border >
24- <!-- combobox left edge corner rounding-->
25- <Border Grid.Column=" 0" CornerRadius =" 0" Margin =" 0" >
26- <Border .Background>
27- <!-- main combo background-->
28- <SolidColorBrush Color =" #FF3E3E44" />
29- </Border .Background>
30- </Border >
24+ <!-- combobox left edge corner rounding and background color-->
25+ <Border Grid.Column=" 0" CornerRadius =" 0" Margin =" 0" Background =" {DynamicResource ThemeButtonBackground}" />
3126 <!-- combobox arrow-->
32- <Path x : Name =" Arrow" Grid.Column=" 1" HorizontalAlignment =" Center" VerticalAlignment =" Center" Data =" M 0 0 L 4 4 L 8 0 Z" >
33- <Path .Fill>
34- <SolidColorBrush Color =" #FF000000" />
35- </Path .Fill>
36- </Path >
27+ <Path x : Name =" Arrow" Fill =" {DynamicResource ThemeScrollBarEnabledForeground}" Grid.Column=" 1" HorizontalAlignment =" Center" VerticalAlignment =" Center" Data =" M 0 0 L 4 4 L 8 0 Z" />
3728 </Grid >
3829
3930 <!-- mouseover combobox main-->
You can’t perform that action at this time.
0 commit comments