File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 176
176
<Setter Property =" Template" >
177
177
<Setter .Value>
178
178
<ControlTemplate TargetType =" {x:Type Thumb}" >
179
- <Border CornerRadius =" 2" DockPanel.Dock=" Right" Background =" #bebebe " BorderBrush =" Transparent" BorderThickness = " 0 " />
179
+ <Border CornerRadius =" 2" DockPanel.Dock=" Right" Background =" #898989 " BorderBrush =" Transparent" />
180
180
</ControlTemplate >
181
181
</Setter .Value>
182
182
</Setter >
185
185
<Style x : Key =" BaseScrollBarStyle" TargetType =" {x:Type ScrollBar}" >
186
186
<Setter Property =" Stylus.IsPressAndHoldEnabled" Value =" false" />
187
187
<Setter Property =" Stylus.IsFlicksEnabled" Value =" false" />
188
+ <Setter Property =" Background" Value =" Black" />
188
189
<!-- must set min width -->
189
190
<Setter Property =" MinWidth" Value =" 0" />
190
191
<Setter Property =" Width" Value =" 5" />
You can’t perform that action at this time.
0 commit comments