|
63 | 63 |
|
64 | 64 | /* Header Foldout */ |
65 | 65 |
|
66 | | -.debug-window-foldout > .unity-foldout__toggle { |
67 | | - border-width: 1px 0px 1px 0px; |
| 66 | +.debug-window-foldout-header > .unity-foldout__toggle { |
| 67 | + padding-top: 1px !important; |
| 68 | + padding-bottom: 1px !important; |
68 | 69 | margin-top: 0px !important; |
69 | 70 | margin-bottom: 0px !important; |
| 71 | + margin-left: -2px; |
| 72 | + margin-right: -4px; |
| 73 | + border-top-width: 1px; |
70 | 74 | border-top-color: var(--unity-colors-default-border); |
71 | | - border-bottom-color: var(--unity-colors-inspector_titlebar-border_accent); |
| 75 | + border-bottom-width: 1px; |
| 76 | + border-bottom-color: var(--unity-colors-default-border); |
72 | 77 | background-color: var(--unity-colors-inspector_titlebar-background); |
73 | 78 | } |
74 | 79 |
|
| 80 | +.debug-window-foldout-header > .unity-foldout__toggle:hover { |
| 81 | + background-color: var(--unity-colors-inspector_titlebar-background-hover); |
| 82 | +} |
| 83 | + |
| 84 | +.debug-window-foldout-header > .unity-foldout__toggle > .unity-toggle__input > .unity-toggle__checkmark |
| 85 | +{ |
| 86 | + margin-left: 4px; |
| 87 | + margin-right: 4px; |
| 88 | +} |
| 89 | + |
| 90 | +.debug-window-foldout-header .unity-foldout__text { |
| 91 | + -unity-font-style: bold; |
| 92 | +} |
| 93 | + |
| 94 | +.debug-window-foldout > .unity-foldout__toggle { |
| 95 | + padding-top: 1px !important; |
| 96 | + padding-bottom: 1px !important; |
| 97 | + margin-top: 0px !important; |
| 98 | + margin-bottom: 0px !important; |
| 99 | +} |
| 100 | + |
75 | 101 | .debug-window-foldout > .unity-foldout__toggle:hover { |
76 | 102 | background-color: var(--unity-colors-inspector_titlebar-background-hover); |
77 | 103 | } |
|
82 | 108 | margin-right: 4px; |
83 | 109 | } |
84 | 110 |
|
85 | | -.more-options-button { |
86 | | - background-image: var(--unity-icons-pane_options); |
87 | | - background-size: contain; |
88 | | - background-repeat: no-repeat; |
89 | | - background-color: transparent; |
90 | | - border-color: transparent; |
91 | | - width: 16px; |
92 | | - margin: 0px 4px 0px 0px !important; |
93 | | - padding: 0px 0px 0px 0px !important; |
| 111 | +.debug-window-foldout .unity-foldout__text { |
| 112 | + -unity-font-style: bold; |
94 | 113 | } |
95 | 114 |
|
96 | | -.more-options-button:hover { |
97 | | - background-color: var(--unity-colors-button-background-hover); |
| 115 | +.more-options-button { |
| 116 | + background-image: var(--unity-icons-pane_options); |
98 | 117 | } |
99 | 118 |
|
100 | | -.info-button { |
| 119 | +.info-button, |
| 120 | +.more-options-button { |
101 | 121 | background-color: transparent; |
102 | | - border-color: transparent; |
103 | | - width: 24px; |
104 | | - margin: 0px 4px 0px 0px !important; |
105 | | - padding: 0px 0px 0px 0px !important; |
| 122 | + margin: 2px 2px 1px 3px; |
| 123 | + padding: 0px 2px 0px 0px; |
| 124 | + border-width: 0px; |
| 125 | + border-radius: 2px 2px 2px 2px; |
| 126 | + width: 20px; |
| 127 | + height: 20px; |
106 | 128 | } |
107 | 129 |
|
108 | | -.info-button:hover { |
| 130 | +.info-button:hover, |
| 131 | +.more-options-button:hover{ |
109 | 132 | background-color: var(--unity-colors-button-background-hover); |
110 | 133 | } |
111 | 134 |
|
| 135 | +.info-button:disabled |
| 136 | +.info-button:disabled, |
| 137 | +.more-options-button:disabled { |
| 138 | +} |
| 139 | + |
112 | 140 | #debug-window-no-results-label { |
113 | 141 | display: none; |
114 | 142 | -unity-text-align: middle-center; |
|
0 commit comments