PropertyNodeView.uss 240 B

12345678
  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. }