暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

PropertySheet.uss 862B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. PropertySheet {
  2. margin-top: 4px;
  3. margin-bottom: 4px;
  4. padding-left: 1px;
  5. padding-right: 1px;
  6. border-width: 0.5px;
  7. border-color: dimgray;
  8. border-radius: 5px;
  9. }
  10. PropertySheet > #content > #error {
  11. -unity-font-style: bold;
  12. max-height: 10px;
  13. margin-bottom: 15px;
  14. }
  15. PropertySheet > #content > #error > Label{
  16. -unity-font-style: bold;
  17. color: yellow;
  18. }
  19. PropertySheet > #content > #header
  20. {
  21. top: 1px;
  22. border-color: dimgray;
  23. border-radius: 5px;
  24. background-color: #393939;
  25. }
  26. PropertySheet > #content > #header > Label{
  27. left: 2px;
  28. margin-top: 4px;
  29. font-size: 15px;
  30. color: #a4a4a4;
  31. -unity-font-style: bold;
  32. }
  33. PropertySheet > #content > #foldout {
  34. margin-left: 21px;
  35. }
  36. PropertySheet >.unity-label
  37. {
  38. background-color: #1F1F1F;
  39. font-size: 11px;
  40. -unity-font-style: bold;
  41. }