Files
Cielonos/Packages/com.opsive.graphdesigner/Editor/Styles/SlotStyles.uss

119 lines
1.7 KiB
Plaintext
Raw Normal View History

2026-01-03 18:19:39 -05:00
DoubleVerticalSlot
{
position: absolute;
left: 0;
2026-05-10 11:47:55 -04:00
top: 0;
2026-01-03 18:19:39 -05:00
right: 0;
bottom: 0;
flex-direction: row;
}
2026-05-10 11:47:55 -04:00
.double-vertical-slot-title
{
left: -1.5px;
right: -1px;
}
2026-01-03 18:19:39 -05:00
.horizontal-slot
2025-11-25 08:19:33 -05:00
{
position: absolute;
align-items: center;
align-self: center;
width: 42px;
height: 14px;
}
2026-01-03 18:19:39 -05:00
.vertical-slot
2025-11-25 08:19:33 -05:00
{
2026-01-03 18:19:39 -05:00
position: absolute;
2025-11-25 08:19:33 -05:00
align-items: center;
2026-01-03 18:19:39 -05:00
align-self: center;
width: 14px;
height: 34px;
2025-11-25 08:19:33 -05:00
}
2026-01-03 18:19:39 -05:00
#horizontal-output-slot
2025-11-25 08:19:33 -05:00
{
2026-05-10 11:47:55 -04:00
bottom: 0px;
padding-top:4.5px
2025-11-25 08:19:33 -05:00
}
2026-01-03 18:19:39 -05:00
#horizontal-input-slot
2025-11-25 08:19:33 -05:00
{
padding-top: 2px;
margin-top: -1px;
}
2026-01-03 18:19:39 -05:00
#horizontal-slot-container
2025-11-25 08:19:33 -05:00
{
width: 34px;
height: 8px;
align-items: center;
}
2026-01-03 18:19:39 -05:00
#vertical-output-slot
2025-11-25 08:19:33 -05:00
{
2026-01-03 18:19:39 -05:00
right: 0px;
2026-05-10 11:47:55 -04:00
margin-right:-3.5px;
2025-11-25 08:19:33 -05:00
}
2026-01-03 18:19:39 -05:00
#vertical-input-slot
2025-11-25 08:19:33 -05:00
{
2026-01-03 18:19:39 -05:00
left: 0px;
2026-05-10 11:47:55 -04:00
margin-left: -3px;
2025-11-25 08:19:33 -05:00
}
2026-01-03 18:19:39 -05:00
#vertical-slot-container
2025-11-25 08:19:33 -05:00
{
width: 8px;
2026-01-03 18:19:39 -05:00
height: 18px;
2025-11-25 08:19:33 -05:00
align-items: center;
2026-01-03 18:19:39 -05:00
margin-top: 8px;
2025-11-25 08:19:33 -05:00
}
2026-01-03 18:19:39 -05:00
.horizontal-input-slot-container
2025-11-25 08:19:33 -05:00
{
border-width: 0px 1px 1px 1px;
border-radius: 0px 0px 4px 4px;
}
2026-01-03 18:19:39 -05:00
.horizontal-output-slot-container
2025-11-25 08:19:33 -05:00
{
border-width: 1px 1px 0px 1px;
border-radius: 4px 4px 0px 0px;
}
2026-01-03 18:19:39 -05:00
.vertical-input-slot-container
{
border-width: 1px 1px 1px 0px;
border-radius: 0px 4px 4px 0px;
}
.vertical-output-slot-container
{
border-width: 1px 0px 1px 1px;
border-radius: 4px 0px 0px 4px;
}
2025-11-25 08:19:33 -05:00
.valid-slot
{
border-color: rgba(25, 25, 25, 1);
background-color: rgba(108, 108, 108, 0.8);
}
.invalid-slot
{
border-color: rgba(25, 25, 25, 1);
background-color: rgba(108, 108, 108, 0.3);
}
.slot-container-highlight
{
background-color: rgba(138, 138, 138, 0.95);
}
#collapsed-icon
{
position: absolute;
top: 6px;
}