Brak opisu
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.

GridPaintPaletteWindow.uss 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .unity-imgui-container {
  2. flex: 0 0 0;
  3. }
  4. .bottomRight {
  5. bottom: 16px;
  6. right: 16px;
  7. }
  8. .bottomLeft {
  9. bottom: 16px;
  10. left: 0;
  11. }
  12. .topLeft {
  13. top: 0;
  14. left: 0;
  15. }
  16. .topRight {
  17. top: 0;
  18. right: 16px;
  19. }
  20. .bottomRightFloating {
  21. bottom: 24px;
  22. right: 24px;
  23. }
  24. .bottomLeftFloating {
  25. bottom: 24px;
  26. left: 8px;
  27. }
  28. .topLeftFloating {
  29. top: 8px;
  30. left: 8px;
  31. }
  32. .topRightFloating {
  33. top: 8px;
  34. right: 24px;
  35. }
  36. .unity-tilepalette-activetargets {
  37. min-height: 30px;
  38. height: 30px;
  39. align-items: center;
  40. justify-content: center;
  41. }
  42. .unity-tilepalette-toolbar {
  43. margin-top: 4px;
  44. margin-bottom: 1px;
  45. align-items: center;
  46. justify-content: center;
  47. }
  48. .unity-toolbar-button {
  49. background-color: var(--unity-colors-button-background);
  50. border-width: 0;
  51. min-height: var(--toolbar-button-height);
  52. left: 0;
  53. }
  54. .unity-toolbar-button:hover {
  55. background-color: var(--unity-colors-button-background-hover);
  56. }
  57. .unity-toolbar-button:checked {
  58. background-color: var(--unity-overlay-buttons-on-color);
  59. }
  60. .unity-toolbar-button:active {
  61. background-color: var(--unity-colors-button-background-pressed);
  62. }
  63. .unity-editor-toolbar__button-strip-element {
  64. left: 0;
  65. margin-right: 1px;
  66. }
  67. .unity-tilepalette-splitview .unity-tilepalette-element .unity-tilepalette-element-brushelement {
  68. visibility: visible;
  69. position: relative;
  70. }