16 lines
927 B
XML
16 lines
927 B
XML
<Styles xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:u="https://irihi.tech/ursa">
|
|
<Style Selector="u|TimeBox /template/ Border#PART_HourBorder:pointerover">
|
|
<Setter Property="Background" Value="{DynamicResource TimeBoxPointeroverBackground}" />
|
|
</Style>
|
|
<Style Selector="u|TimeBox /template/ Border#PART_MinuteBorder:pointerover">
|
|
<Setter Property="Background" Value="{DynamicResource TimeBoxPointeroverBackground}" />
|
|
</Style>
|
|
<Style Selector="u|TimeBox /template/ Border#PART_SecondBorder:pointerover">
|
|
<Setter Property="Background" Value="{DynamicResource TimeBoxPointeroverBackground}" />
|
|
</Style>
|
|
<Style Selector="u|TimeBox /template/ Border#PART_MilliSecondBorder:pointerover">
|
|
<Setter Property="Background" Value="{DynamicResource TimeBoxPointeroverBackground}" />
|
|
</Style>
|
|
</Styles> |