暫無描述
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.

RenameableLabel.uss 599B

12345678910111213141516171819202122232425262728
  1. .u2d-renameable-label {
  2. margin: 1px;
  3. padding: 1px;
  4. border-radius: 4px;
  5. min-height: 18px;
  6. height: 18px;
  7. max-height: 18px;
  8. flex-direction: row;
  9. flex-grow: 1;
  10. align-self: center;
  11. }
  12. .u2d-renameable-label > .unity-label {
  13. overflow: hidden;
  14. text-overflow: ellipsis;
  15. -unity-text-align: middle-center;
  16. }
  17. .u2d-renameable-label > .unity-text-field {
  18. margin: 0px;
  19. overflow: hidden;
  20. -unity-text-align: middle-center;
  21. }
  22. .u2d-renameable-label > .unity-text-field > .unity-text-field__input {
  23. padding: 0px;
  24. -unity-text-align: middle-center;
  25. }