|
429 | 429 | <Setter Property="Stroke" Value="Red"/> |
430 | 430 | </Style> |
431 | 431 |
|
432 | | - <Style Selector="Button.caption_button_macos"> |
433 | | - <Setter Property="Width" Value="24"/> |
434 | | - <Setter Property="Height" Value="24"/> |
435 | | - <Setter Property="BorderThickness" Value="0"/> |
436 | | - <Setter Property="VerticalAlignment" Value="Center"/> |
437 | | - </Style> |
438 | | - <Style Selector="Button.caption_button_macos:nth-child(1)"> |
439 | | - <Setter Property="Margin" Value="6,0,0,0"/> |
440 | | - </Style> |
441 | | - <Style Selector="Button.caption_button_macos Ellipse"> |
442 | | - <Setter Property="Width" Value="14"/> |
443 | | - <Setter Property="Height" Value="14"/> |
444 | | - <Setter Property="VerticalAlignment" Value="Center"/> |
445 | | - <Setter Property="StrokeThickness" Value=".5"/> |
446 | | - <Setter Property="Stroke" Value="#40000000"/> |
447 | | - </Style> |
448 | | - <Style Selector="Button.caption_button_macos.close Ellipse"> |
449 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.Close}"/> |
450 | | - </Style> |
451 | | - <Style Selector="Button.caption_button_macos.minimize Ellipse"> |
452 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.Minimize}"/> |
453 | | - </Style> |
454 | | - <Style Selector="Button.caption_button_macos.maximize Ellipse"> |
455 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.Maximize}"/> |
456 | | - </Style> |
457 | | - <Style Selector="Button.caption_button_macos.close:pressed Ellipse"> |
458 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.ClosePressed}"/> |
459 | | - </Style> |
460 | | - <Style Selector="Button.caption_button_macos.minimize:pressed Ellipse"> |
461 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.MinimizePressed}"/> |
462 | | - </Style> |
463 | | - <Style Selector="Button.caption_button_macos.maximize:pressed Ellipse"> |
464 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.MaximizePressed}"/> |
465 | | - </Style> |
466 | | - <Style Selector="Button.caption_button_macos Path"> |
467 | | - <Setter Property="Width" Value="8"/> |
468 | | - <Setter Property="Height" Value="8"/> |
469 | | - <Setter Property="Stretch" Value="Fill"/> |
470 | | - <Setter Property="Fill" Value="Black"/> |
471 | | - <Setter Property="IsVisible" Value="False"/> |
472 | | - <Setter Property="VerticalAlignment" Value="Center"/> |
473 | | - </Style> |
474 | | - <Style Selector="Button.caption_button_macos.close Path"> |
475 | | - <Setter Property="Width" Value="6"/> |
476 | | - <Setter Property="Height" Value="6"/> |
477 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.CloseFG}"/> |
478 | | - <Setter Property="Data" Value="{StaticResource Icons.MacOS.Close}"/> |
479 | | - </Style> |
480 | | - <Style Selector="Button.caption_button_macos.minimize Path"> |
481 | | - <Setter Property="Width" Value="8"/> |
482 | | - <Setter Property="Height" Value="2"/> |
483 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.MinimizeFG}"/> |
484 | | - <Setter Property="Data" Value="{StaticResource Icons.MacOS.Minimize}"/> |
485 | | - </Style> |
486 | | - <Style Selector="Button.caption_button_macos.maximize Path"> |
487 | | - <Setter Property="Width" Value="6"/> |
488 | | - <Setter Property="Height" Value="6"/> |
489 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.MaximizeFG}"/> |
490 | | - <Setter Property="Data" Value="{StaticResource Icons.MacOS.Maximize}"/> |
491 | | - </Style> |
492 | | - <Style Selector="Button.caption_button_macos.close:pressed Path"> |
493 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.ClosePressedFG}"/> |
494 | | - </Style> |
495 | | - <Style Selector="Button.caption_button_macos.minimize:pressed Path"> |
496 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.MinimizePressedFG}"/> |
497 | | - </Style> |
498 | | - <Style Selector="Button.caption_button_macos.maximize:pressed Path"> |
499 | | - <Setter Property="Fill" Value="{DynamicResource Brush.MacOS.MaximizePressedFG}"/> |
500 | | - </Style> |
501 | | - <Style Selector="Grid.caption_button_box:pointerover Button.caption_button_macos Path"> |
502 | | - <Setter Property="IsVisible" Value="True"/> |
503 | | - </Style> |
504 | | - <Style Selector="Button.caption_button_macos /template/ ContentPresenter#PART_ContentPresenter"> |
505 | | - <Setter Property="Background" Value="Transparent"/> |
506 | | - </Style> |
507 | | - <Style Selector="Button.caption_button_macos:pointerover /template/ ContentPresenter#PART_ContentPresenter"> |
508 | | - <Setter Property="Background" Value="Transparent"/> |
509 | | - </Style> |
510 | | - |
511 | 432 | <Style Selector="Button.caption_button"> |
512 | 433 | <Setter Property="Width" Value="48"/> |
513 | 434 | <Setter Property="BorderThickness" Value="0"/> |
|
0 commit comments