You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
697 B
30 lines
697 B
2 years ago
|
PropertyNodeView.hovered #selection-border{
|
||
|
background-color:rgba(68,192,255,0.4);
|
||
|
border-color:rgba(68,192,255,1);
|
||
|
border-left-width: 2px;
|
||
|
border-right-width: 2px;
|
||
|
border-top-width: 2px;
|
||
|
border-bottom-width: 2px;
|
||
|
}
|
||
|
|
||
|
PropertyNodeView > #disabledOverlay {
|
||
|
position: absolute;
|
||
|
left: 4;
|
||
|
right: 4;
|
||
|
top: 4;
|
||
|
bottom: 4;
|
||
|
background-color: rgba(32, 32, 32, 0);
|
||
|
}
|
||
|
|
||
|
PropertyNodeView.disabled #disabledOverlay {
|
||
|
background-color: rgba(32, 32, 32, 0.5);
|
||
|
}
|
||
|
|
||
|
PropertyNodeView.disabled:hover #disabledOverlay {
|
||
|
background-color: rgba(32, 32, 32, 0.25);
|
||
|
}
|
||
|
|
||
|
PropertyNodeView.disabled:checked #disabledOverlay {
|
||
|
background-color: rgba(32, 32, 32, 0.25);
|
||
|
}
|