설명 없음
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.

PropertyNodeView.uss 697B

1234567891011121314151617181920212223242526272829
  1. PropertyNodeView.hovered #selection-border{
  2. background-color:rgba(68,192,255,0.4);
  3. border-color:rgba(68,192,255,1);
  4. border-left-width: 2px;
  5. border-right-width: 2px;
  6. border-top-width: 2px;
  7. border-bottom-width: 2px;
  8. }
  9. PropertyNodeView > #disabledOverlay {
  10. position: absolute;
  11. left: 4;
  12. right: 4;
  13. top: 4;
  14. bottom: 4;
  15. background-color: rgba(32, 32, 32, 0);
  16. }
  17. PropertyNodeView.disabled #disabledOverlay {
  18. background-color: rgba(32, 32, 32, 0.5);
  19. }
  20. PropertyNodeView.disabled:hover #disabledOverlay {
  21. background-color: rgba(32, 32, 32, 0.25);
  22. }
  23. PropertyNodeView.disabled:checked #disabledOverlay {
  24. background-color: rgba(32, 32, 32, 0.25);
  25. }