|
244 | 244 | </Style>
|
245 | 245 |
|
246 | 246 | <Style x:Key="PluginList" TargetType="ListBoxItem">
|
247 |
| - <Setter Property="Background" Value="{StaticResource Color02B}" /> |
| 247 | + <Setter Property="Background" Value="{StaticResource Color00B}" /> |
248 | 248 | <Setter Property="Padding" Value="0,12,0,12" />
|
249 | 249 | <Setter Property="Margin" Value="0,0,18,5" />
|
250 | 250 | <Setter Property="HorizontalContentAlignment" Value="Stretch" />
|
|
284 | 284 | <Condition Property="Selector.IsSelectionActive" Value="False" />
|
285 | 285 | <Condition Property="IsSelected" Value="True" />
|
286 | 286 | </MultiTrigger.Conditions>
|
287 |
| - <Setter TargetName="Bd" Property="Background" Value="{StaticResource Color02B}" /> |
| 287 | + <Setter TargetName="Bd" Property="Background" Value="{StaticResource Color00B}" /> |
288 | 288 | <Setter TargetName="Bd" Property="BorderBrush" Value="{StaticResource Color03B}" />
|
289 | 289 | <Setter TargetName="Bd" Property="Margin" Value="0,0,0,0" />
|
290 | 290 |
|
|
295 | 295 | <Condition Property="Selector.IsSelectionActive" Value="True" />
|
296 | 296 | <Condition Property="IsSelected" Value="True" />
|
297 | 297 | </MultiTrigger.Conditions>
|
298 |
| - <Setter TargetName="Bd" Property="Background" Value="{StaticResource Color02B}" /> |
| 298 | + <Setter TargetName="Bd" Property="Background" Value="{StaticResource Color00B}" /> |
299 | 299 | <Setter TargetName="Bd" Property="BorderBrush" Value="{StaticResource Color03B}" />
|
300 | 300 | <Setter TargetName="Bd" Property="CornerRadius" Value="5" />
|
301 | 301 | <Setter TargetName="Bd" Property="Margin" Value="0,0,0,0" />
|
|
0 commit comments