No Description
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.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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-grid-paint-palette-window {
  37. background-color: var(--unity-colors-tab-background-checked);
  38. }
  39. .unity-tilepalette-activetargets {
  40. min-height: 30px;
  41. align-items: center;
  42. justify-content: center;
  43. }
  44. .unity-tilepalette-toolbar {
  45. margin-top: 4px;
  46. margin-bottom: 1px;
  47. align-items: center;
  48. justify-content: center;
  49. }
  50. .unity-toolbar-button {
  51. background-color: var(--unity-colors-button-background);
  52. border-width: 0;
  53. min-height: var(--toolbar-button-height);
  54. left: 0;
  55. }
  56. .unity-toolbar-button:hover {
  57. background-color: var(--unity-colors-button-background-hover);
  58. }
  59. .unity-toolbar-button:checked {
  60. background-color: var(--unity-overlay-buttons-on-color);
  61. }
  62. .unity-toolbar-button:active {
  63. background-color: var(--unity-colors-button-background-pressed);
  64. }
  65. .unity-toolbar-toggle:checked {
  66. background-color: var(--unity-overlay-buttons-on-color);
  67. }
  68. .unity-editor-toolbar__button-strip-element {
  69. left: 0;
  70. margin-right: 1px;
  71. }
  72. .unity-tilepalette-splitview .unity-tilepalette-element .unity-tilepalette-element-brushelement {
  73. visibility: visible;
  74. position: relative;
  75. }