├── Editor.meta ├── Editor ├── StyleSheets.meta └── StyleSheets │ ├── Extensions.meta │ └── Extensions │ ├── dark.uss.meta │ ├── overlaycommon.uss.meta │ ├── defaultcommondark_inter.uss.meta │ ├── dark.uss │ ├── overlaycommon.uss │ └── defaultcommondark_inter.uss └── README.md /Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50748186831edf54d969cbfece75e9fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Editor/StyleSheets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c2f81131e2cb5b4ea830d142b69fe10 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Editor/StyleSheets/Extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acc1ffe76b353e144b36010c921d45d6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Editor/StyleSheets/Extensions/dark.uss.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e936656574819f48b575c2d6ed238d5 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} 11 | disableValidation: 0 12 | -------------------------------------------------------------------------------- /Editor/StyleSheets/Extensions/overlaycommon.uss.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df38de15f01dfe74785d2535dfc1720e 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} 11 | disableValidation: 0 12 | -------------------------------------------------------------------------------- /Editor/StyleSheets/Extensions/defaultcommondark_inter.uss.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e0784663087ad6745a15e28c050aa87b 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0} 11 | disableValidation: 0 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![image](https://github.com/haywirephoenix/UnityBlackTheme/assets/26271795/2e296832-a946-4b53-a7d4-a2cdc27aa661) 2 | 3 | 4 | 5 | Drop it in your Assets folder and Unity Editor will instantly turn black. 6 | 7 | Please add a pull request or issue if you find more selectors that can be added to the list. 8 | 9 | Note: To turn the menus and top bar black, you can also install [UnityEditorDarkMode](https://github.com/0x7c13/UnityEditor-DarkMode) 10 | -------------------------------------------------------------------------------- /Editor/StyleSheets/Extensions/dark.uss: -------------------------------------------------------------------------------- 1 | :root { 2 | --unity-colors-play_mode-background: #000000 !important; 3 | --unity-colors-gameview-background: #000000 !important; 4 | --unity-colors-default-background: #000000 !important; 5 | } 6 | * { 7 | --unity-colors-play_mode-background: #000000; 8 | } 9 | .dockHeader, 10 | .AppToolbar, 11 | .SceneTopBarBg, 12 | .ScrollViewAlt, 13 | .TabWindowBackground, 14 | .WhiteBackground, 15 | #WhiteBackground, 16 | .scrollview, 17 | .ProjectBrowserIconAreaBg, 18 | .PreBackground, 19 | .dragtab-label, 20 | .Toolbar, 21 | .toolbarbutton, 22 | .ToolbarPopup, 23 | .ToolbarPopupLeft, 24 | .FoldoutHeader, 25 | .IN-Title, 26 | .IN-BigTitle, 27 | .IN-Footer, 28 | .PreToolbar, 29 | .ProjectBrowserTopBarBg, 30 | .TextField, 31 | .ObjectField, 32 | .MiniPopup, 33 | .ProjectBrowserBottomBarBg 34 | .EntryBackEven, 35 | .overlay-toolbar__top, 36 | .unity-overlay-drop-zone, 37 | .overlay-toolbar-area.unity-overlay-container-horizontal, 38 | .unity-overlay-container, 39 | .overlay-container__spacer, 40 | .GameViewBackground, 41 | .unity-game-view__background, 42 | .unity-game-view, 43 | #GameView, 44 | .GameView, 45 | .game-view-background, 46 | .unity-gameview-display, 47 | .unity-camera-preview, 48 | .RenderTexture 49 | { 50 | 51 | background-color: #000 !important; 52 | } 53 | -------------------------------------------------------------------------------- /Editor/StyleSheets/Extensions/overlaycommon.uss: -------------------------------------------------------------------------------- 1 | #unity-overlay-canvas { 2 | --unity-toolbar-horizontal-height: 26px; 3 | --unity-toolbar-vertical-width: 43px; 4 | --unity-drop-area-width: 30px; 5 | --unity-drop-area-height: 20px; 6 | --unity-toolbar-drop-area-width: 40px; 7 | --unity-toolbar-no-element-drop-area-width: 5px; 8 | --toolbar-button-height: 20px; 9 | --unity-overlay-button-corner-radius: 2px; 10 | --unity-destination-target-line-width: 2px; 11 | --unity-overlay-destination-marker-corner-radius: 3px; 12 | position: relative; 13 | top: 0; 14 | left: 0; 15 | right: 0; 16 | bottom: 0; 17 | } 18 | 19 | #overlay-container--left { 20 | align-items: flex-start; 21 | width: 50%; 22 | } 23 | 24 | #overlay-container-top { 25 | align-items: flex-start; 26 | } 27 | 28 | #overlay-container-bottom { 29 | align-items: flex-start; 30 | } 31 | 32 | #overlay-container--right { 33 | align-items: flex-end; 34 | width: 50%; 35 | } 36 | 37 | #overlay-container--right .overlay-container__spacer { 38 | align-items: flex-end; 39 | } 40 | 41 | #overlay-container--right .unity-overlay { 42 | align-items: flex-end; 43 | } 44 | 45 | #overlay-scene-containers { 46 | flex-direction: row; 47 | flex-grow: 1; 48 | } 49 | 50 | .unity-overlay-container { 51 | align-items: flex-start; 52 | } 53 | 54 | .unity-overlay-container-group-horizontal > .unity-overlay-container { 55 | flex-direction: row; 56 | } 57 | 58 | .overlay-container__spacer { 59 | flex-grow: 1; 60 | } 61 | 62 | .unity-overlay-container-group-horizontal .overlay-container__spacer { 63 | height: 100%; 64 | } 65 | 66 | .unity-overlay-container-group-vertical .overlay-container__spacer { 67 | width: 100%; 68 | } 69 | 70 | .unity-overlay-container-group-vertical > .unity-overlay-container { 71 | flex-direction: column; 72 | } 73 | 74 | .unity-overlay-container-group-vertical { 75 | width: auto; 76 | flex-grow: 1; 77 | flex-direction: row; 78 | } 79 | 80 | .unity-overlay-container-group-horizontal { 81 | width: 100%; 82 | height: auto; 83 | flex-direction: column; 84 | flex-grow: 1; 85 | } 86 | 87 | .unity-overlay-container-group-horizontal.overlay-container-empty { 88 | width: 100%; 89 | } 90 | 91 | .unity-overlay-drop-zone__toolbar-hidden { 92 | position: absolute; 93 | } 94 | 95 | .overlay-menu-btn { 96 | align-items: center; 97 | justify-content: center; 98 | margin: 0; 99 | width: 22px; 100 | height: 22px; 101 | padding: 0; 102 | border-width: 0; 103 | background-color: rgba(0, 0, 0, 0); 104 | } 105 | 106 | .overlay-menu-icon { 107 | width: 16px; 108 | height: 16px; 109 | max-width: 16px; 110 | max-height: 16px; 111 | min-width: 16px; 112 | min-height: 16px; 113 | } 114 | 115 | #icon-vis-off { 116 | background-image: resource("Icons/Overlays/Hidden.png"); 117 | } 118 | 119 | #icon-vis-on { 120 | background-image: resource("Icons/Overlays/Visible.png"); 121 | } 122 | 123 | .overlay-menu-item { 124 | padding: 2px 2px 2px 4px; 125 | flex-direction: row; 126 | align-items: center; 127 | justify-content: flex-start; 128 | flex-wrap: nowrap; 129 | } 130 | 131 | .overlay-menu { 132 | background-color: var(--unity-overlay-menu-background-color); 133 | border-radius: 4px; 134 | position: absolute; 135 | padding: 3px; 136 | width: auto; 137 | height: auto; 138 | flex-grow: 0; 139 | flex-shrink: 0; 140 | flex-basis: auto; 141 | min-width: 220px; 142 | min-height: 0; 143 | max-width: 300px; 144 | } 145 | 146 | .unity-separator { 147 | margin-top: 3px; 148 | margin-bottom: 3px; 149 | margin-left: 4px; 150 | margin-right: 4px; 151 | height: 1px; 152 | background-color: var(--unity-colors-separator-background); 153 | } 154 | 155 | .overlay-menu #TitleBar { 156 | flex-shrink: 0; 157 | } 158 | 159 | .overlay-menu #Presets { 160 | flex-shrink: 0; 161 | } 162 | 163 | .temp-headerBtn { 164 | height: 16px; 165 | width: 16px; 166 | max-width: 16px; 167 | min-width: 16px; 168 | max-height: 16px; 169 | min-height: 16px; 170 | border-width: 0; 171 | margin: 0; 172 | padding: 0; 173 | background-color: rgba(0, 0, 0, 0); 174 | } 175 | 176 | .overlay-menu-item__display-name { 177 | flex-shrink: 1; 178 | -unity-text-align: middle-left; 179 | overflow: hidden; 180 | text-overflow: ellipsis; 181 | } 182 | 183 | .overlay-menu .unity-list-view__item { 184 | margin-right: 4px; 185 | } 186 | 187 | .overlay-menu .unity-list-view__item-enabled:hover { 188 | background-color: var(--unity-overlay-menu-item-background-hover); 189 | } 190 | 191 | .overlay-menu-item-enabled:hover .overlay-menu-item__display-name { 192 | color: var(--unity-overlay-menu-item-text-color-hover); 193 | } 194 | 195 | .overlay-menu-item__visibility-icon { 196 | width: 16px; 197 | height: 16px; 198 | margin-right: 5px; 199 | } 200 | 201 | .overlay-menu-item__visibility-icon--visible { 202 | background-image: var(--unity-overlay-menu-item-visibility-icon-visible); 203 | opacity: 0.7; 204 | } 205 | 206 | .overlay-menu-item:hover .overlay-menu-item__visibility-icon-enabled.overlay-menu-item__visibility-icon--visible { 207 | opacity: 1; 208 | } 209 | 210 | .overlay-menu-item__visibility-icon--invisible { 211 | background-image: var(--unity-overlay-menu-item-visibility-icon-invisible); 212 | opacity: 0.2; 213 | } 214 | 215 | .overlay-menu-item:hover .overlay-menu-item__visibility-icon-enabled.overlay-menu-item__visibility-icon--invisible { 216 | opacity: 0.5; 217 | } 218 | 219 | .overlay-menu-title { 220 | -unity-font-style: bold; 221 | margin-bottom: 2px; 222 | margin-top: 1px; 223 | } 224 | 225 | .overlay-menu-list { 226 | flex-grow: 0; 227 | margin-top: 2px; 228 | max-height: none; 229 | } 230 | 231 | .overlay-menu-list .unity-scroller { 232 | border-width: 0; 233 | background-color: transparent; 234 | } 235 | 236 | .overlay-menu-list #unity-dragger { 237 | border-width: 0; 238 | } 239 | 240 | .unity-overlay { 241 | flex-shrink: 0; 242 | align-items: flex-start; 243 | } 244 | 245 | .overlay-box-background { 246 | margin: 2px; 247 | padding: 3px; 248 | padding-top: 0px; 249 | border-radius: 3px; 250 | background-color: var(--unity-overlay-background-color); 251 | --unity-drag-background-tint-color: rgb(88, 88, 88); 252 | } 253 | 254 | .overlay-box-background:hover { 255 | --unity-drag-background-tint-color: rgb(170, 170, 170); 256 | } 257 | 258 | .overlay-box-highlight .overlay-box-background { 259 | background-color: var(--unity-overlay-highlight-background-color); 260 | } 261 | 262 | .overlay-toolbar-area { 263 | flex-shrink: 0; 264 | } 265 | 266 | .overlay-toolbar-area .overlay-box-background { 267 | background-color: transparent; 268 | border-color: transparent; 269 | margin: 0; 270 | border-width: 0; 271 | } 272 | 273 | .overlay-header { 274 | flex-direction: row; 275 | justify-content: center; 276 | align-items: center; 277 | height: 16px; 278 | min-width: 10px; 279 | align-self: center; 280 | width: 100%; 281 | } 282 | 283 | .overlay-header #overlay-header__title { 284 | margin-left: 3px; 285 | } 286 | 287 | #overlay-header__title { 288 | flex-grow: 1; 289 | padding: 0; 290 | } 291 | 292 | .overlay-layout--freesize .overlay-header { 293 | justify-content: flex-start; 294 | } 295 | 296 | .toolbar-contents { 297 | flex-direction: row; 298 | } 299 | 300 | .overlay-layout--toolbar-horizontal .toolbar-contents { 301 | flex-direction: row; 302 | } 303 | 304 | .overlay-layout--toolbar-vertical .toolbar-contents { 305 | flex-direction: column; 306 | } 307 | 308 | .overlay-layout--freesize.unity-overlay--collapsed .overlay-header { 309 | justify-content: center; 310 | } 311 | 312 | .overlay-layout--toolbar-vertical #overlay-header__title { 313 | display: none; 314 | } 315 | 316 | .overlay-layout--toolbar-horizontal #overlay-header__title { 317 | display: none; 318 | } 319 | 320 | .overlay-layout--freesize #overlay-header__title { 321 | display: flex; 322 | } 323 | 324 | .unity-overlay--collapsed #overlay-header__title { 325 | display: none; 326 | } 327 | 328 | .unity-overlay--collapsed #overlay-collapsed-content { 329 | display: flex; 330 | align-self: center; 331 | } 332 | 333 | .unity-overlay--expanded #overlay-collapsed-content { 334 | display: none; 335 | } 336 | 337 | .overlay-collapsed-content { 338 | width: 37px; 339 | height: 20px; 340 | justify-content: center; 341 | flex-direction: row; 342 | } 343 | 344 | .overlay-layout--toolbar-vertical #overlay-collapsed-content { 345 | margin-top: 1.5px; 346 | margin-bottom: 1.5px; 347 | } 348 | 349 | .overlay-layout--toolbar-horizontal #overlay-collapsed-content { 350 | margin-right: 1.5px; 351 | margin-left: 1.5px; 352 | } 353 | 354 | .unity-overlay-collapsed-dropdown { 355 | align-self: center; 356 | align-items: center; 357 | flex-direction: row; 358 | justify-content: space-between; 359 | flex-grow: 1; 360 | padding: 0px 2.5px 0px 2.5px; 361 | border-radius: var(--unity-overlay-button-corner-radius); 362 | margin: 0; 363 | } 364 | 365 | .unity-overlay-container-horizontal .unity-overlay { 366 | flex-direction: row; 367 | } 368 | 369 | .overlay--floating .temp-headerBtn { 370 | display: none; 371 | } 372 | 373 | .overlay-container--floating { 374 | position: absolute; 375 | left: 0; 376 | right: 0; 377 | top: 0; 378 | bottom: 0; 379 | } 380 | 381 | .unity-overlay-collapsed-dropdown__icon { 382 | width: 16px; 383 | height: 16px; 384 | padding: 0; 385 | font-size: 10px; 386 | -unity-text-align: middle-center; 387 | -unity-font: resource("Fonts/Inter/Inter-SemiBold.ttf"); 388 | } 389 | 390 | #overlay-content-container__freesize { 391 | justify-content: center; 392 | } 393 | 394 | #overlay-content-container__toolbar { 395 | align-items: center; 396 | } 397 | 398 | #unity-overlay-collapse__toggle { 399 | display: none; 400 | } 401 | 402 | .overlay-layout--toolbar-vertical #overlay-content { 403 | overflow: hidden; 404 | } 405 | 406 | .overlay-layout--toolbar-horizontal #overlay-content { 407 | overflow: hidden; 408 | } 409 | 410 | .overlay-layout--toolbar-horizontal .overlay-box-background { 411 | flex-direction: row; 412 | height: var(--unity-toolbar-horizontal-height); 413 | padding-top: 3px; 414 | padding-left: 0px; 415 | padding-right: 1.5px; 416 | } 417 | 418 | .overlay-layout--toolbar-horizontal #overlay-content-container__toolbar { 419 | flex-direction: row; 420 | } 421 | 422 | .overlay-layout--toolbar-vertical .overlay-box-background { 423 | flex-direction: column; 424 | width: var(--unity-toolbar-vertical-width); 425 | padding-bottom: 1.5px; 426 | } 427 | 428 | .overlay-layout--toolbar-horizontal .overlay-header { 429 | min-width: 16px; 430 | min-height: 20px; 431 | width: 16px; 432 | flex-direction: column; 433 | margin: 0; 434 | margin-left: -1px; 435 | margin-right: -1px; 436 | } 437 | 438 | .overlay-layout--toolbar-vertical #overlay-content-container__toolbar { 439 | flex-direction: column; 440 | } 441 | 442 | .overlay-layout--toolbar-vertical .unity-toolbar-overlay { 443 | flex-direction: column; 444 | justify-content: flex-start; 445 | align-items: stretch; 446 | width: 100%; 447 | } 448 | 449 | .overlay-layout--toolbar-horizontal .unity-editor-toolbar-element { 450 | height: var(--toolbar-button-height); 451 | } 452 | 453 | .overlay-layout--toolbar-vertical .unity-editor-toolbar-element { 454 | justify-content: center; 455 | margin: 1.5px 0 1.5px 0; 456 | height: auto; 457 | } 458 | 459 | .overlay-layout--toolbar-horizontal .unity-editor-toolbar-element .unity-editor-toolbar-element__label { 460 | } 461 | 462 | .overlay-layout--toolbar-horizontal .unity-editor-toolbar-element .unity-editor-toolbar-element__icon { 463 | margin-left: 0; 464 | margin-right: 0; 465 | } 466 | 467 | .overlay-layout--toolbar-vertical .unity-editor-toolbar-element .unity-editor-toolbar-element__label { 468 | display: none; 469 | } 470 | 471 | .overlay-layout--toolbar-vertical .unity-editor-toolbar-element .unity-editor-toolbar-element__icon { 472 | margin-left: 0; 473 | margin-right: 0; 474 | } 475 | 476 | .overlay-layout--toolbar-vertical .unity-editor-toolbar__button-strip { 477 | flex-direction: column; 478 | margin: 0px; 479 | } 480 | 481 | .overlay-layout--toolbar-vertical .overlay-header { 482 | min-height: 16px; 483 | height: 16px; 484 | flex-direction: row; 485 | margin-bottom: 0px; 486 | } 487 | 488 | #unity-overlay-collapse__dragger { 489 | margin-left: 2px; 490 | margin-right: 2px; 491 | width: 16px; 492 | height: 10px; 493 | background-image: resource("Icons/Overlays/Grip_VerticalContainer.png"); 494 | -unity-background-image-tint-color: var(--unity-drag-background-tint-color); 495 | } 496 | 497 | .overlay-layout--toolbar-horizontal #unity-overlay-collapse__dragger { 498 | margin: 0; 499 | width: 10px; 500 | height: 16px; 501 | background-image: resource("Icons/Overlays/Grip_HorizontalContainer.png"); 502 | -unity-background-image-tint-color: var(--unity-drag-background-tint-color); 503 | } 504 | 505 | .unity-overlay-drag-area-hovered #unity-overlay-collapse__dragger { 506 | -unity-background-image-tint-color: var(--unity-drag-background-tint-color); 507 | } 508 | 509 | .unity-overlay .unity-toolbar-button { 510 | background-color: var(--unity-colors-button-background); 511 | border-width: 0; 512 | min-height: var(--toolbar-button-height); 513 | left: 0; 514 | } 515 | 516 | .unity-overlay .unity-toolbar-toggle { 517 | background-color: var(--unity-colors-button-background); 518 | border-width: 0; 519 | min-height: var(--toolbar-button-height); 520 | left: 0; 521 | } 522 | 523 | .unity-editor-toolbar-element > .unity-button { 524 | background-color: var(--unity-colors-button-background); 525 | border-width: 0; 526 | min-height: var(--toolbar-button-height); 527 | left: 0; 528 | } 529 | 530 | .unity-overlay .unity-toolbar-button { 531 | background-color: var(--unity-colors-button-background); 532 | border-width: 0; 533 | min-height: var(--toolbar-button-height); 534 | left: 0; 535 | } 536 | 537 | .unity-overlay .unity-toolbar-toggle { 538 | background-color: var(--unity-colors-button-background); 539 | border-width: 0; 540 | min-height: var(--toolbar-button-height); 541 | left: 0; 542 | } 543 | 544 | .overlay-layout--toolbar-vertical .unity-overlay .unity-toolbar-button { 545 | margin-left: 0; 546 | margin-right: 0; 547 | } 548 | 549 | .overlay-layout--toolbar-vertical .unity-overlay .unity-toolbar-toggle { 550 | margin-left: 0; 551 | margin-right: 0; 552 | } 553 | 554 | .unity-overlay .unity-toolbar-button:hover { 555 | background-color: var(--unity-colors-button-background-hover); 556 | } 557 | 558 | .unity-overlay .unity-toolbar-toggle:hover { 559 | background-color: var(--unity-colors-button-background-hover); 560 | } 561 | 562 | .unity-overlay .unity-toolbar-button:checked { 563 | background-color: var(--unity-overlay-buttons-on-color); 564 | } 565 | 566 | .unity-overlay .unity-toolbar-toggle:checked { 567 | background-color: var(--unity-overlay-buttons-on-color); 568 | } 569 | 570 | .unity-overlay .unity-button:checked { 571 | background-color: var(--unity-overlay-buttons-on-color); 572 | } 573 | 574 | .unity-overlay .unity-toolbar-button:active { 575 | background-color: var(--unity-colors-button-background-pressed); 576 | } 577 | 578 | .unity-overlay .unity-toolbar-toggle:active { 579 | background-color: var(--unity-colors-button-background-pressed); 580 | } 581 | 582 | .unity-dropdown-toggle__dropdown { 583 | margin: 0; 584 | padding: 0; 585 | border-width: 0; 586 | } 587 | 588 | .unity-dropdown-toggle__dropdown:checked { 589 | background-color: var(--unity-overlay-buttons-on-color); 590 | } 591 | 592 | .unity-dropdown-toggle__toggle:checked { 593 | background-color: var(--unity-overlay-buttons-on-color); 594 | } 595 | 596 | .unity-dropdown-toggle__dropdown:active { 597 | background-color: var(--unity-colors-button-background-pressed); 598 | } 599 | 600 | .unity-dropdown-toggle__toggle:active { 601 | background-color: var(--unity-colors-button-background-pressed); 602 | } 603 | 604 | .unity-dropdown-toggle__dropdown:hover { 605 | background-color: var(--unity-colors-button-background-hover); 606 | } 607 | 608 | .unity-dropdown-toggle__toggle:hover { 609 | background-color: var(--unity-colors-button-background-hover); 610 | } 611 | 612 | .unity-dropdown-toggle { 613 | border-radius: var(--unity-overlay-button-corner-radius); 614 | min-height: var(--toolbar-button-height); 615 | left: 0; 616 | } 617 | 618 | .unity-dropdown-toggle__toggle { 619 | margin: 0; 620 | padding: 0; 621 | border-width: 0; 622 | flex-direction: row; 623 | flex-grow: 0; 624 | border-radius: 2px 0 0 2px; 625 | margin-right: 1px; 626 | justify-content: center; 627 | align-items: center; 628 | min-width: 22px; 629 | } 630 | 631 | .unity-dropdown-toggle__toggle-no-dropdown { 632 | margin: 0; 633 | padding: 0; 634 | min-width: 32px; 635 | display: flex; 636 | border-width: 0; 637 | flex-direction: row; 638 | flex-grow: 1; 639 | border-radius: 2px; 640 | margin-right: 1px; 641 | justify-content: center; 642 | align-items: center; 643 | } 644 | 645 | .unity-dropdown-toggle__icon { 646 | width: 16px; 647 | height: 16px; 648 | -unity-background-scale-mode: scale-to-fit; 649 | color: var(--unity-colors-toolbar_button-text); 650 | } 651 | 652 | .unity-dropdown-toggle__icon.unity-dropdown-toggle-noicon { 653 | display: none; 654 | } 655 | 656 | .unity-dropdown-toggle__text { 657 | padding-left: 3px; 658 | padding-right: 3px; 659 | display: flex; 660 | color: var(--unity-colors-toolbar_button-text); 661 | } 662 | 663 | .overlay-layout--toolbar-horizontal .unity-dropdown-toggle__text { 664 | } 665 | 666 | .overlay-layout--toolbar-vertical .unity-dropdown-toggle__text { 667 | display: none; 668 | } 669 | 670 | .unity-editor-toolbar-toggle-noicon { 671 | display: none; 672 | } 673 | 674 | .unity-dropdown-toggle__dropdown { 675 | justify-content: center; 676 | width: 14px; 677 | border-radius: 0 2px 2px 0; 678 | height: 20px; 679 | } 680 | 681 | .unity-icon-arrow { 682 | width: 16px; 683 | height: 16px; 684 | background-image: var(--unity-icons-dropdown); 685 | } 686 | 687 | .unity-overlay .unity-icon-arrow { 688 | width: 14px; 689 | height: 14px; 690 | } 691 | 692 | .unity-dropdown-toggle__dropdown .unity-icon-arrow { 693 | margin-top: 3px; 694 | margin-bottom: 3px; 695 | margin-left: 0; 696 | } 697 | 698 | #preset-dropdown { 699 | flex-direction: row; 700 | border-width: 0; 701 | margin-top: 3px; 702 | margin-left: 0; 703 | margin-right: 0; 704 | } 705 | 706 | .preset-dropdown-text { 707 | flex-grow: 1; 708 | -unity-text-align: upper-left; 709 | } 710 | 711 | .unity-overlay .unity-editor-toolbar__button-strip-element--left { 712 | left: 0; 713 | margin-left: 1.5px; 714 | margin-right: 1px; 715 | } 716 | 717 | .unity-overlay .unity-editor-toolbar__button-strip-element--middle { 718 | left: 0; 719 | margin-right: 1px; 720 | } 721 | 722 | .unity-overlay .unity-editor-toolbar__button-strip-element--right { 723 | left: 0; 724 | margin-right: 1.5px; 725 | } 726 | 727 | .overlay-layout--toolbar-vertical .unity-editor-toolbar__button-strip-element { 728 | margin-right: 0; 729 | margin-bottom: 1px; 730 | } 731 | 732 | .overlay-layout--toolbar-vertical .unity-editor-toolbar__button-strip-element--left { 733 | border-radius: 3px 3px 0 0; 734 | margin-left: 0; 735 | margin-top: 1.5px; 736 | } 737 | 738 | .overlay-layout--toolbar-vertical .unity-editor-toolbar__button-strip-element--right { 739 | border-radius: 0 0 3px 3px; 740 | margin-right: 0; 741 | margin-bottom: 1.5px; 742 | } 743 | 744 | .overlay-layout--toolbar-vertical .unity-editor-toolbar__button-strip-element--alone { 745 | margin-left: 0; 746 | margin-right: 0; 747 | margin-bottom: 1.5px; 748 | margin-top: 1.5px; 749 | } 750 | 751 | .overlay-layout--toolbar-vertical .unity-toolbar-button { 752 | left: auto; 753 | } 754 | 755 | .overlay-layout--toolbar-vertical .unity-toolbar-toggle { 756 | left: auto; 757 | } 758 | 759 | .unity-overlay .unity-dropdown-toggle { 760 | padding-left: 0; 761 | padding-right: 0; 762 | margin-left: 1.5px; 763 | margin-right: 1.5px; 764 | margin-top: 0; 765 | margin-bottom: 0; 766 | } 767 | 768 | .overlay-layout--toolbar-vertical .unity-dropdown-toggle { 769 | margin-left: 0; 770 | margin-right: 0; 771 | margin-top: 1.5px; 772 | margin-bottom: 1.5px; 773 | } 774 | 775 | .overlay-toolbar-area.unity-overlay-container-vertical { 776 | background-color: #000000 !important; 777 | } 778 | 779 | .overlay-toolbar-area.unity-overlay-container-horizontal { 780 | background-color: #000000 !important; 781 | } 782 | 783 | #overlay-toolbar__right { 784 | align-items: flex-end; 785 | } 786 | 787 | #overlay-toolbar__bottom { 788 | align-items: flex-end; 789 | } 790 | 791 | .unity-overlay-drop-zone { 792 | width: var(--unity-drop-area-width); 793 | height: 0; 794 | flex-grow: 0; 795 | flex-shrink: 0; 796 | justify-content: center; 797 | align-items: center; 798 | } 799 | 800 | .unity-overlay-container-horizontal .unity-overlay-drop-zone { 801 | flex-direction: row; 802 | } 803 | 804 | .unity-overlay-drop-zone--add-start { 805 | justify-content: flex-start; 806 | } 807 | 808 | .unity-overlay-drop-zone--add-end { 809 | justify-content: flex-end; 810 | } 811 | 812 | .unity-overlay-drop-zone--disabled { 813 | display: none; 814 | } 815 | 816 | .unity-overlay-drop-zone__target { 817 | width: 100%; 818 | height: var(--unity-drop-area-height); 819 | position: absolute; 820 | } 821 | 822 | .unity-overlay-drop-zone__target__visual-bounds { 823 | width: 100%; 824 | height: 100%; 825 | } 826 | 827 | #NoElementToolbarDropZone .unity-overlay-drop-zone__target__visual-bounds { 828 | width: 100%; 829 | height: 100%; 830 | } 831 | 832 | .unity-overlay-container-horizontal .unity-overlay-drop-zone__target { 833 | width: var(--unity-drop-area-height); 834 | height: 100%; 835 | } 836 | 837 | .unity-overlay-drop-zone--add-start > .unity-overlay-drop-zone__target { 838 | height: var(--unity-drop-area-height); 839 | } 840 | 841 | .unity-overlay-drop-zone--add-end > .unity-overlay-drop-zone__target { 842 | height: var(--unity-drop-area-height); 843 | } 844 | 845 | .unity-overlay-container-horizontal .unity-overlay-drop-zone--add-start > .unity-overlay-drop-zone__target { 846 | width: var(--unity-drop-area-height); 847 | } 848 | 849 | .unity-overlay-container-horizontal .unity-overlay-drop-zone--add-end > .unity-overlay-drop-zone__target { 850 | width: var(--unity-drop-area-height); 851 | } 852 | 853 | .overlay-toolbar-area OverlayContainerDropZone .unity-overlay-drop-zone__target#DropArea { 854 | width: 100%; 855 | height: 100%; 856 | } 857 | 858 | .unity-overlay-drop-zone__target__visual-bounds { 859 | width: 100%; 860 | height: 100%; 861 | } 862 | 863 | .unity-overlay-drop-zone--add-end .unity-overlay-drop-zone__target { 864 | align-items: flex-end; 865 | justify-content: flex-end; 866 | } 867 | 868 | .overlay-toolbar-area.unity-overlay-container-horizontal OverlayContainerDropZone .unity-overlay-drop-zone__target__visual-bounds { 869 | width: var(--unity-drop-area-height); 870 | } 871 | 872 | .overlay-toolbar-area.unity-overlay-container-vertical OverlayContainerDropZone .unity-overlay-drop-zone__target__visual-bounds { 873 | height: var(--unity-drop-area-height); 874 | } 875 | 876 | #DropZonesSpacer { 877 | width: 0; 878 | flex-grow: 1; 879 | } 880 | 881 | .overlay-toolbar-area #DropZonesSpacer { 882 | height: 0; 883 | width: 0; 884 | flex-grow: 0; 885 | } 886 | 887 | .overlay-toolbar-area OverlayContainerDropZone { 888 | flex-grow: 1; 889 | } 890 | 891 | .unity-overlay-container-horizontal .overlay-container__spacer { 892 | flex-direction: row; 893 | } 894 | 895 | .unity-overlay-container-horizontal .unity-overlay-drop-zone { 896 | height: var(--unity-drop-area-width); 897 | width: 0; 898 | } 899 | 900 | .unity-overlay-container-horizontal.overlay-toolbar-area .unity-overlay-drop-zone { 901 | height: 100%; 902 | width: 0; 903 | } 904 | 905 | .unity-overlay-container-vertical.overlay-toolbar-area .unity-overlay-drop-zone { 906 | width: 100%; 907 | height: 0; 908 | } 909 | 910 | .unity-overlay-container-horizontal #NoElementToolbarDropZone { 911 | flex-direction: column; 912 | width: 100%; 913 | height: 0; 914 | } 915 | 916 | .unity-overlay-container-horizontal > #NoElementToolbarDropZone > .unity-overlay-drop-zone__target { 917 | height: var(--unity-toolbar-no-element-drop-area-width); 918 | width: 100%; 919 | } 920 | 921 | .unity-overlay-container-vertical > #NoElementToolbarDropZone { 922 | height: 100%; 923 | width: 0; 924 | } 925 | 926 | .unity-overlay-container-vertical > #NoElementToolbarDropZone > .unity-overlay-drop-zone__target { 927 | width: var(--unity-toolbar-no-element-drop-area-width); 928 | height: 100%; 929 | } 930 | 931 | #overlay-toolbar__left .unity-overlay-drop-zone-no-element { 932 | align-self: flex-start; 933 | } 934 | 935 | #overlay-toolbar__left .unity-overlay-drop-zone-no-element .unity-overlay-drop-zone__target { 936 | align-self: flex-start; 937 | } 938 | 939 | #overlay-toolbar__right .unity-overlay-drop-zone-no-element .unity-overlay-drop-zone__target { 940 | align-self: flex-end; 941 | } 942 | 943 | #overlay-toolbar__top .unity-overlay-drop-zone-no-element { 944 | justify-content: flex-start; 945 | } 946 | 947 | #overlay-toolbar__bottom .unity-overlay-drop-zone-no-element { 948 | justify-content: flex-end; 949 | } 950 | 951 | .unity-overlay-destination-marker { 952 | position: absolute; 953 | justify-content: center; 954 | align-items: center; 955 | } 956 | 957 | .unity-overlay-destination-marker__line { 958 | width: 100%; 959 | height: 2px; 960 | } 961 | 962 | .unity-overlay-destination-marker--container-horizontal .unity-overlay-destination-marker__line { 963 | height: 100%; 964 | width: 2px; 965 | } 966 | 967 | .unity-overlay-destination-marker--mode-add-to-start { 968 | justify-content: flex-start; 969 | } 970 | 971 | .unity-overlay-destination-marker--mode-add-to-end { 972 | justify-content: flex-end; 973 | } 974 | 975 | .unity-overlay-destination-marker--container-horizontal { 976 | flex-direction: row; 977 | } 978 | 979 | .unity-overlay-destination-marker--floating.unity-overlay-destination-marker--align-start.unity-overlay-destination-marker--mode-add-to-start { 980 | border-bottom-right-radius: var(--unity-overlay-destination-marker-corner-radius); 981 | } 982 | 983 | .unity-overlay-destination-marker--floating.unity-overlay-destination-marker--align-start.unity-overlay-destination-marker--mode-insert { 984 | border-top-right-radius: var(--unity-overlay-destination-marker-corner-radius); 985 | border-bottom-right-radius: var(--unity-overlay-destination-marker-corner-radius); 986 | } 987 | 988 | .unity-overlay-destination-marker--floating.unity-overlay-destination-marker--align-start.unity-overlay-destination-marker--mode-add-to-end { 989 | border-top-right-radius: var(--unity-overlay-destination-marker-corner-radius); 990 | } 991 | 992 | .unity-overlay-destination-marker--floating.unity-overlay-destination-marker--align-end.unity-overlay-destination-marker--mode-add-to-start { 993 | border-bottom-left-radius: var(--unity-overlay-destination-marker-corner-radius); 994 | } 995 | 996 | .unity-overlay-destination-marker--floating.unity-overlay-destination-marker--align-end.unity-overlay-destination-marker--mode-insert { 997 | border-top-left-radius: var(--unity-overlay-destination-marker-corner-radius); 998 | border-bottom-left-radius: var(--unity-overlay-destination-marker-corner-radius); 999 | } 1000 | 1001 | .unity-overlay-destination-marker--floating.unity-overlay-destination-marker--align-end.unity-overlay-destination-marker--mode-add-to-end { 1002 | border-top-left-radius: var(--unity-overlay-destination-marker-corner-radius); 1003 | } 1004 | 1005 | .unity-overlay-destination-marker--no-element { 1006 | align-items: flex-start; 1007 | justify-content: flex-end; 1008 | } 1009 | 1010 | .overlay-toolbar-zone { 1011 | } 1012 | 1013 | .overlay-toolbar-zone#overlay-toolbar__bottom { 1014 | height: 30px; 1015 | flex-direction: column-reverse; 1016 | } 1017 | 1018 | .overlay-toolbar-zone#overlay-toolbar__bottom #bar { 1019 | width: 100%; 1020 | height: 2px; 1021 | } 1022 | 1023 | .overlay-toolbar-zone#overlay-toolbar__top { 1024 | height: 30px; 1025 | } 1026 | 1027 | .overlay-toolbar-zone#overlay-toolbar__top #bar { 1028 | width: 100%; 1029 | height: 2px; 1030 | } 1031 | 1032 | .overlay-toolbar-zone#overlay-toolbar__left { 1033 | width: 30px; 1034 | } 1035 | 1036 | .overlay-toolbar-zone#overlay-toolbar__left #bar { 1037 | width: 2px; 1038 | height: 100%; 1039 | } 1040 | 1041 | .overlay-toolbar-zone#overlay-toolbar__right { 1042 | width: 30px; 1043 | flex-direction: row-reverse; 1044 | } 1045 | 1046 | .overlay-toolbar-zone#overlay-toolbar__right #bar { 1047 | width: 2px; 1048 | height: 100%; 1049 | } 1050 | 1051 | #overlay-window-root { 1052 | position: absolute; 1053 | left: 0; 1054 | right: 0; 1055 | top: 0; 1056 | bottom: 0; 1057 | } 1058 | 1059 | .overlay-toolbar-zone#overlay-toolbar__top.overlay-toolbar-expanded { 1060 | height: 0; 1061 | } 1062 | 1063 | .overlay-toolbar-zone#overlay-toolbar__bottom.overlay-toolbar-expanded { 1064 | height: 0; 1065 | } 1066 | 1067 | .overlay-toolbar-zone#overlay-toolbar__left.overlay-toolbar-expanded { 1068 | width: 0; 1069 | } 1070 | 1071 | .overlay-toolbar-zone#overlay-toolbar__right.overlay-toolbar-expanded { 1072 | width: 0; 1073 | } 1074 | 1075 | .overlay-ghost-adjacent:disabled { 1076 | background-color: initial; 1077 | } 1078 | 1079 | .overlay-ghost { 1080 | flex-shrink: 0; 1081 | border-radius: 4px; 1082 | background-color: rgba(0, 170, 239, 0.25); 1083 | } 1084 | 1085 | .unity-overlay-in-ghost-area.overlay-ghost { 1086 | background-color: rgba(0, 170, 239, 0.5); 1087 | } 1088 | 1089 | .overlay-toolbar-area .overlay-ghost { 1090 | border-radius: 0px; 1091 | } 1092 | 1093 | .overlay-ghost-target { 1094 | display: none; 1095 | } 1096 | 1097 | .unity-toolbar-overlay { 1098 | flex-direction: row; 1099 | align-items: center; 1100 | flex-shrink: 1; 1101 | overflow: hidden; 1102 | } 1103 | 1104 | .overlay-layout--toolbar-horizontal .unity-toolbar-overlay { 1105 | } 1106 | 1107 | .overlay-menu__visibility-icon { 1108 | } 1109 | 1110 | .overlay-highlight-border { 1111 | display: none; 1112 | position: absolute; 1113 | left: 0; 1114 | right: 0; 1115 | top: 0; 1116 | bottom: 0; 1117 | border-color: var(--unity-overlay-highlight-color); 1118 | border-width: 2px; 1119 | border-radius: 3px; 1120 | } 1121 | 1122 | .overlay-box-highlight .overlay-highlight-border { 1123 | display: flex; 1124 | } 1125 | 1126 | #overlay-popup #overlay-content > .unity-imgui-container { 1127 | margin-left: 2px; 1128 | margin-right: 1px; 1129 | } 1130 | 1131 | #overlay-content > .unity-imgui-container { 1132 | margin-left: 1px; 1133 | } 1134 | 1135 | #overlay-popup .overlay-box-background { 1136 | padding-left: 1px; 1137 | padding-right: 2px; 1138 | padding-top: 3px; 1139 | padding-bottom: 3px; 1140 | } 1141 | 1142 | #overlay-popup.overlay-popup--outside-toolbar .overlay-box-background { 1143 | margin-top: 0px; 1144 | margin-left: 0px; 1145 | margin-right: 0px; 1146 | } 1147 | 1148 | #overlay-popup.overlay-popup--from-vertical .overlay-box-background { 1149 | margin-top: 1px; 1150 | } 1151 | 1152 | #overlay-popup.overlay-popup--from-horizontal .overlay-box-background { 1153 | margin-left: 0px; 1154 | } 1155 | 1156 | #overlay-popup.overlay-popup--from-horizontal.overlay-popup--clamped .overlay-box-background { 1157 | margin-left: 2px; 1158 | } 1159 | -------------------------------------------------------------------------------- /Editor/StyleSheets/Extensions/defaultcommondark_inter.uss: -------------------------------------------------------------------------------- 1 | :root { 2 | --unity-metrics-default-font_normal_size: 12px; 3 | --unity-metrics-default-font_semi_small_size: 11px; 4 | --unity-metrics-default-font_tiny_size: 9px; 5 | --unity-metrics-default-font_small_size: 10px; 6 | --unity-metrics-default-font_big_size: 14px; 7 | --unity-metrics-default-font_very_big_size: 19px; 8 | --unity-metrics-single_line-height: 18px; 9 | --unity-metrics-single_line_large-height: 20px; 10 | --unity-metrics-single_line_small-height: 16px; 11 | --unity-colors-error-text: rgb(211, 34, 34); 12 | --unity-colors-warning-text: rgb(244, 188, 2); 13 | --unity-colors-play_mode-background: rgb(0,0,0) !important; 14 | --unity-colors-default-text: rgb(210, 210, 210); 15 | --unity-colors-default-text-hover: rgb(189, 189, 189); 16 | --unity-colors-default-background: rgb(0,0,0) !important; 17 | --unity-colors-default-border: rgb(35, 35, 35); 18 | --unity-metrics-default-border_radius: 3px; 19 | --unity-colors-highlight-background: rgb(44, 93, 135); 20 | --unity-colors-highlight-background-hover: rgba(255, 255, 255, 0.06); 21 | --unity-colors-highlight-background-hover-lighter: rgb(95, 95, 95); 22 | --unity-colors-highlight-background-inactive: rgb(77, 77, 77); 23 | --unity-colors-highlight-text: rgb(76, 126, 255); 24 | --unity-colors-highlight-text-inactive: rgb(255, 255, 255); 25 | --unity-colors-alternated_rows-background: rgb(63, 63, 63); 26 | --unity-colors-link-text: rgb(76, 126, 255); 27 | --unity-colors-visited_link-text: rgb(255, 0, 255); 28 | --unity-colors-app_toolbar-background: rgb(0,0,0) !important; 29 | --unity-colors-app_toolbar_button-background: rgb(56, 56, 56); 30 | --unity-colors-app_toolbar_button-background-hover: rgb(66, 66, 66); 31 | --unity-colors-app_toolbar_button-background-checked: rgb(106, 106, 106); 32 | --unity-colors-app_toolbar_button-background-pressed: rgb(106, 106, 106); 33 | --unity-colors-app_toolbar_button-border: rgb(0,0,0); 34 | --unity-colors-app_toolbar_button-border_accent: rgb(34, 34, 34); 35 | --unity-colors-box-background: rgba(40, 40, 40, 0.3); 36 | --unity-colors-box-border: transparent; 37 | --unity-colors-button-background: rgb(88, 88, 88); 38 | --unity-colors-button-background-pressed: rgb(70, 96, 124); 39 | --unity-colors-button-background-hover_pressed: rgb(79, 101, 127); 40 | --unity-colors-button-background-focus: rgb(110, 110, 110); 41 | --unity-colors-button-background-hover: rgb(103, 103, 103); 42 | --unity-colors-button-border: rgb(48, 48, 48); 43 | --unity-colors-button-border-pressed: rgb(13, 13, 13); 44 | --unity-colors-button-border_accent-focus: rgb(123, 174, 250); 45 | --unity-colors-button-border_accent: rgb(36, 36, 36); 46 | --unity-colors-button-text: rgb(238, 238, 238); 47 | --unity-colors-dropdown-background: rgb(81, 81, 81); 48 | --unity-colors-dropdown-background-hover: rgb(88, 88, 88); 49 | --unity-colors-dropdown-border: rgb(48, 48, 48); 50 | --unity-colors-dropdown-border_accent: rgb(36, 36, 36); 51 | --unity-colors-dropdown-text: rgb(228, 228, 228); 52 | --unity-colors-headerbar-background: rgb(60, 60, 60); 53 | --unity-colors-headerbar_column-background: rgb(60, 60, 60); 54 | --unity-colors-headerbar_column-background-pressed: rgb(80, 80, 80); 55 | --unity-colors-headerbar_column-background-hover: rgb(70, 70, 70); 56 | --unity-colors-helpbox-background: rgba(96, 96, 96, 0.2); 57 | --unity-colors-helpbox-border: rgb(35, 35, 35); 58 | --unity-colors-helpbox-text: rgb(189, 189, 189); 59 | --unity-colors-input_field-background: rgb(42, 42, 42); 60 | --unity-colors-input_field-border: rgb(33, 33, 33); 61 | --unity-colors-input_field-border-focus: rgb(58, 121, 187); 62 | --unity-colors-input_field-border-hover: rgb(101, 101, 101); 63 | --unity-colors-input_field-border_accent: rgb(13, 13, 13); 64 | --unity-colors-label-text: rgb(196, 196, 196); 65 | --unity-colors-label-text-focus: rgb(129, 180, 255); 66 | --unity-colors-object_field-background: rgb(40, 40, 40); 67 | --unity-colors-object_field-border: rgb(32, 32, 32); 68 | --unity-colors-object_field-border-focus: rgb(58, 121, 187); 69 | --unity-colors-object_field-border-hover: rgb(101, 101, 101); 70 | --unity-colors-object_field_button-background: rgb(55, 55, 55); 71 | --unity-colors-object_field_button-background-hover: rgb(76, 76, 76); 72 | --unity-colors-popup-background: rgb(49, 49, 49); 73 | --unity-colors-preview-background: rgb(49, 49, 49); 74 | --unity-colors-preview-border: rgb(35, 35, 35); 75 | --unity-colors-preview-text: rgb(189, 189, 189); 76 | --unity-colors-preview_overlay-text: rgb(222, 222, 222); 77 | --unity-colors-scrollbar_groove-background: rgba(0, 0, 0, 0.05); 78 | --unity-colors-scrollbar_groove-border: rgba(0, 0, 0, 0.1); 79 | --unity-colors-scrollbar_thumb-background: rgb(95, 95, 95); 80 | --unity-colors-scrollbar_thumb-background-hover: rgb(104, 104, 104); 81 | --unity-colors-scrollbar_thumb-border: rgb(50, 50, 50); 82 | --unity-colors-scrollbar_thumb-border-hover: rgb(104, 104, 104); 83 | --unity-colors-scrollbar_button-background: rgba(0, 0, 0, 0.05); 84 | --unity-colors-scrollbar_button-background-hover: rgb(73, 73, 73); 85 | --unity-colors-progress-background: rgb(48, 48, 48); 86 | --unity-colors-slider_groove-background: rgb(94, 94, 94); 87 | --unity-colors-slider_groove-background-disabled: rgb(87, 87, 87); 88 | --unity-colors-slider_thumb-background: rgb(153, 153, 153); 89 | --unity-colors-slider_thumb-background-disabled: rgb(102, 102, 102); 90 | --unity-colors-slider_thumb-background-hover: rgb(234, 234, 234); 91 | --unity-colors-slider_thumb-border: rgb(153, 153, 153); 92 | --unity-colors-slider_thumb-border-disabled: rgb(102, 102, 102); 93 | --unity-colors-slider_thumb_halo-background: rgba(16, 111, 205, 0.5); 94 | --unity-colors-tab-background: rgb(53, 53, 53); 95 | --unity-colors-tab-background-checked: rgb(60, 60, 60); 96 | --unity-colors-tab-background-hover: rgb(48, 48, 48); 97 | --unity-colors-tab-text: rgb(189, 189, 189); 98 | --unity-colors-toolbar-background: rgb(0, 0, 0) !important; 99 | --unity-colors-toolbar-border: rgb(35, 35, 35); 100 | --unity-metrics-toolbar-height: 21px; 101 | --unity-colors-toolbar_button-background: rgb(60, 60, 60); 102 | --unity-colors-toolbar_button-background-hover: rgb(70, 70, 70); 103 | --unity-colors-toolbar_button-background-checked: rgb(80, 80, 80); 104 | --unity-colors-toolbar_button-background-focus: rgb(70, 70, 70); 105 | --unity-colors-toolbar_button-border: rgb(35, 35, 35); 106 | --unity-colors-toolbar_button-text: rgb(196, 196, 196); 107 | --unity-colors-toolbar_button-text-hover: rgb(189, 189, 189); 108 | --unity-colors-toolbar_button-text-checked: rgb(196, 196, 196); 109 | --unity-metrics-toolbar_button-height: 20px; 110 | --unity-colors-window-background: rgb(56, 56, 56); 111 | --unity-colors-window-border: rgb(36, 36, 36); 112 | --unity-colors-window-text: rgb(189, 189, 189); 113 | --unity-colors-inspector_titlebar-background: rgb(62, 62, 62); 114 | --unity-colors-inspector_titlebar-background-hover: rgb(71, 71, 71); 115 | --unity-colors-inspector_titlebar-border: rgb(26, 26, 26); 116 | --unity-colors-inspector_titlebar-border_accent: rgb(48, 48, 48); 117 | --unity-metrics-inspector_titlebar-height: 22px; 118 | --unity-colors-tooltip-background: rgb(55, 55, 55); 119 | --unity-colors-tooltip-border: rgb(0,0,0); 120 | --unity-colors-separator-background: rgb(123, 123, 123); 121 | font-size: 12px; 122 | -unity-font-definition: resource("UIPackageResources/Fonts/Inter/Inter-Regular SDF.asset"); 123 | color: rgb(210, 210, 210); 124 | --unity-theme-background-color-1: rgb(88, 88, 88); 125 | --unity-theme-background-color-2: rgb(103, 103, 103); 126 | --unity-theme-background-color-3: rgb(53, 53, 53); 127 | --unity-theme-background-color-4: rgb(110, 110, 110); 128 | --unity-theme-background-color-5: rgb(60, 60, 60); 129 | --unity-theme-background-color-6: rgb(70, 70, 70); 130 | --unity-theme-background-color-7: rgb(80, 80, 80); 131 | --unity-theme-background-color-8: rgb(81, 81, 81); 132 | --unity-theme-background-color-9: rgb(48, 48, 48); 133 | --unity-theme-background-color-10: rgb(53, 53, 53); 134 | --unity-theme-background-color-11: rgb(94, 94, 94); 135 | --unity-theme-background-color-12: rgb(153, 153, 153); 136 | --unity-theme-background-color-13: rgb(234, 234, 234); 137 | --unity-theme-background-color-14: rgb(87, 87, 87); 138 | --unity-theme-background-color-15: rgb(102, 102, 102); 139 | --unity-theme-background-color-16: rgba(16, 111, 205, 0.5); 140 | --unity-theme-background-color-17: rgb(56, 56, 56); 141 | --unity-theme-background-color-50: rgb(44, 93, 135); 142 | --unity-theme-background-color-51: rgba(255, 255, 255, 0.06); 143 | --unity-theme-background-color-52: rgb(77, 77, 77); 144 | --unity-theme-background-color-53: rgb(42, 42, 42); 145 | --unity-theme-background-color-54: rgb(40, 40, 40); 146 | --unity-theme-background-color-55: rgb(55, 55, 55); 147 | --unity-theme-background-color-56: rgb(76, 76, 76); 148 | --unity-theme-background-color-57: rgba(0, 0, 0, 0.05); 149 | --unity-theme-background-color-58: rgb(95, 95, 95); 150 | --unity-theme-background-color-59: rgb(73, 73, 73); 151 | --unity-theme-background-color-60: rgb(104, 104, 104); 152 | --unity-theme-background-color-80: rgb(63, 63, 63); 153 | --unity-theme-background-color-81: rgba(40, 40, 40, 0.3); 154 | --unity-theme-background-color-82: rgb(0,0,0); 155 | --unity-theme-background-color-83: rgb(106, 106, 106); 156 | --unity-theme-background-color-84: rgb(66, 66, 66); 157 | --unity-theme-background-color-85: rgb(49, 49, 49); 158 | --unity-theme-background-color-86: rgba(96, 96, 96, 0.2); 159 | --unity-theme-background-color-87: rgb(96, 96, 96); 160 | --unity-theme-background-color-88: rgb(62, 62, 62); 161 | --unity-theme-background-color-89: rgb(71, 71, 71); 162 | --unity-theme-background-color-90: rgb(48, 48, 48); 163 | --unity-theme-background-color-91: rgb(70, 96, 124); 164 | --unity-theme-background-color-92: rgb(79, 101, 127); 165 | --unity-theme-background-color-93: rgb(123, 123, 123); 166 | --unity-theme-border-color-1: rgb(13, 13, 13); 167 | --unity-theme-border-color-2: rgb(16, 16, 16); 168 | --unity-theme-border-color-3: rgb(21, 21, 21); 169 | --unity-theme-border-color-4: rgb(26, 26, 26); 170 | --unity-theme-border-color-5: rgb(32, 32, 32); 171 | --unity-theme-border-color-6: rgb(33, 33, 33); 172 | --unity-theme-border-color-7: rgb(35, 35, 35); 173 | --unity-theme-border-color-8: rgb(36, 36, 36); 174 | --unity-theme-border-color-9: rgb(40, 40, 40); 175 | --unity-theme-border-color-10: rgb(48, 48, 48); 176 | --unity-theme-border-color-11: rgb(50, 50, 50); 177 | --unity-theme-border-color-12: rgb(51, 51, 51); 178 | --unity-theme-border-color-13: rgb(58, 121, 187); 179 | --unity-theme-border-color-14: rgb(99, 99, 99); 180 | --unity-theme-border-color-15: rgb(101, 101, 101); 181 | --unity-theme-border-color-16: rgb(102, 102, 102); 182 | --unity-theme-border-color-17: rgb(104, 104, 104); 183 | --unity-theme-border-color-18: rgb(13, 13, 13); 184 | --unity-theme-border-color-19: rgba(0, 0, 0, 0.1); 185 | --unity-theme-border-color-20: rgb(34, 34, 34); 186 | --unity-theme-border-color-21: rgb(0,0,0); 187 | --unity-theme-border-color-22: rgb(153, 153, 153); 188 | --unity-theme-border-color-23: rgb(204, 204, 204); 189 | --unity-theme-border-color-24: rgb(123, 174, 250); 190 | --unity-theme-text-color-0: rgb(255, 255, 255); 191 | --unity-theme-text-color-1: rgb(210, 210, 210); 192 | --unity-theme-text-color-2: rgba(91, 17, 17, 1); 193 | --unity-theme-text-color-3: rgb(189, 189, 189); 194 | --unity-theme-text-color-4: rgb(228, 228, 228); 195 | --unity-theme-text-color-5: rgb(255, 255, 255); 196 | --unity-theme-text-color-6: rgb(76, 126, 255); 197 | --unity-theme-text-color-7: rgb(238, 238, 238); 198 | --unity-theme-text-color-8: rgb(211, 34, 34); 199 | --unity-theme-text-color-9: rgb(244, 188, 2); 200 | --unity-theme-text-color-10: rgb(129, 180, 255); 201 | --unity-theme-text-color-11: rgb(76, 126, 255); 202 | --unity-theme-text-color-12: rgb(255, 0, 255); 203 | --unity-theme-text-color-13: rgb(222, 222, 222); 204 | --unity-theme-text-color-14: rgb(166, 166, 166); 205 | --unity-icons-arrow_right: resource("Builtin Skins/DarkSkin/Images/ArrowNavigationRight.png"); 206 | --unity-icons-arrow_left: resource("Builtin Skins/DarkSkin/Images/ArrowNavigationLeft.png"); 207 | --unity-icons-clear: resource("UIPackageResources/Images/d_clear.png"); 208 | --unity-icons-color_picker: resource("UIPackageResources/Images/d_color_picker.png"); 209 | --unity-icons-console_entry_error: resource("Icons/d_console.erroricon.png"); 210 | --unity-icons-console_entry_error_small: resource("Icons/d_console.erroricon.sml.png"); 211 | --unity-icons-console_entry_info: resource("Icons/d_console.infoicon.png"); 212 | --unity-icons-console_entry_info_small: resource("Icons/d_console.infoicon.sml.png"); 213 | --unity-icons-console_entry_warn: resource("Icons/d_console.warnicon.png"); 214 | --unity-icons-console_entry_warn_small: resource("Icons/d_console.warnicon.sml.png"); 215 | --unity-icons-dropdown: resource("UIPackageResources/Images/d_dropdown.png"); 216 | --unity-icons-dropdown_toggle: resource("UIPackageResources/Images/d_dropdown_toggle.png"); 217 | --unity-icons-foldout: resource("UIPackageResources/Images/d_IN_foldout.png"); 218 | --unity-icons-foldout-checked_focus: resource("UIPackageResources/Images/d_IN_foldout_focus_on.png"); 219 | --unity-icons-foldout-checked_pressed: resource("UIPackageResources/Images/d_IN_foldout_act_on.png"); 220 | --unity-icons-foldout-focus: resource("UIPackageResources/Images/d_IN_foldout_focus.png"); 221 | --unity-icons-foldout-pressed: resource("UIPackageResources/Images/d_IN_foldout_act.png"); 222 | --unity-icons-foldout-checked: resource("UIPackageResources/Images/d_IN_foldout_on.png"); 223 | --unity-icons-link: resource("Icons/d_UnLinked.png"); 224 | --unity-icons-link-checked: resource("Icons/d_Linked.png"); 225 | --unity-icons-lock: resource("Builtin Skins/DarkSkin/Images/IN LockButton.png"); 226 | --unity-icons-lock-checked: resource("Builtin Skins/DarkSkin/Images/IN LockButton on.png"); 227 | --unity-icons-lock-checked_pressed: resource("Builtin Skins/DarkSkin/Images/IN LockButton on act.png"); 228 | --unity-icons-lock-pressed: resource("Builtin Skins/DarkSkin/Images/IN LockButton act.png"); 229 | --unity-icons-minus: resource("UIPackageResources/Images/d_ol_minus.png"); 230 | --unity-icons-minus-hover: resource("UIPackageResources/Images/d_ol_minus_act.png"); 231 | --unity-icons-pane_options: resource("Builtin Skins/DarkSkin/Images/pane options.png"); 232 | --unity-icons-picker: resource("UIPackageResources/Images/d_pick.png"); 233 | --unity-icons-plus: resource("UIPackageResources/Images/d_ol_plus.png"); 234 | --unity-icons-plus-hover: resource("UIPackageResources/Images/d_ol_plus_act.png"); 235 | --unity-icons-profiler_timeline_digdown_arrow: resource("Profiler/d_ProfilerTimelineDigDownArrow.png"); 236 | --unity-icons-profiler_timeline_rollup_arrow: resource("Profiler/d_ProfilerTimelineRollUpArrow.png"); 237 | --unity-icons-pulldown: resource("UIPackageResources/Images/d_dropdown.png"); 238 | --unity-icons-scroll_down: resource("UIPackageResources/Images/d_scrolldown.png"); 239 | --unity-icons-scroll_left: resource("UIPackageResources/Images/d_scrollleft.png"); 240 | --unity-icons-scroll_right: resource("UIPackageResources/Images/d_scrollright.png"); 241 | --unity-icons-scroll_up: resource("UIPackageResources/Images/d_scrollup.png"); 242 | --unity-icons-search: resource("UIPackageResources/Images/d_search_icon.png"); 243 | --unity-icons-search_menu: resource("UIPackageResources/Images/d_search_menu.png"); 244 | --unity-icons-shuriken_toggle-checked: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleNormalOn.png"); 245 | --unity-icons-shuriken_toggle-checked_focus: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleFocusedOn.png"); 246 | --unity-icons-shuriken_toggle-checked_hover: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleHoverOn.png"); 247 | --unity-icons-shuriken_toggle_bg: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleNormal.png"); 248 | --unity-icons-shuriken_toggle_bg-focus: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleFocused.png"); 249 | --unity-icons-shuriken_toggle_bg-focus_mixed: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleFocusedMixed.png"); 250 | --unity-icons-shuriken_toggle_bg-hover: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleHover.png"); 251 | --unity-icons-shuriken_toggle_bg-hover_mixed: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleHoverMixed.png"); 252 | --unity-icons-shuriken_toggle_bg-mixed: resource("Builtin Skins/DarkSkin/Images/ShurikenToggleNormalMixed.png"); 253 | --unity-icons-toggle-checked: resource("UIPackageResources/Images/d_toggle_on.png"); 254 | --unity-icons-toggle-checked_focus: resource("UIPackageResources/Images/d_toggle_on_focus.png"); 255 | --unity-icons-toggle-checked_hover: resource("UIPackageResources/Images/d_toggle_on_hover.png"); 256 | --unity-icons-toggle-hover_mixed: resource("UIPackageResources/Images/d_toggle_on_hover.png"); 257 | --unity-icons-toggle-focus_mixed: resource("UIPackageResources/Images/d_toggle_on_focus.png"); 258 | --unity-icons-toggle-mixed: resource("UIPackageResources/Images/d_toggle_on.png"); 259 | --unity-icons-toggle_bg: resource("UIPackageResources/Images/d_toggle_bg.png"); 260 | --unity-icons-toggle_bg-focus: resource("UIPackageResources/Images/d_toggle_bg_focus.png"); 261 | --unity-icons-toggle_bg-focus_mixed: resource("UIPackageResources/Images/d_toggle_mixed_bg_focus.png"); 262 | --unity-icons-toggle_bg-hover: resource("UIPackageResources/Images/d_toggle_bg_hover.png"); 263 | --unity-icons-toggle_bg-hover_mixed: resource("UIPackageResources/Images/d_toggle_mixed_bg_hover.png"); 264 | --unity-icons-toggle_bg-mixed: resource("UIPackageResources/Images/d_toggle_mixed_bg.png"); 265 | --unity-icons-window_button_close: resource("Icons/d_winbtn_win_close.png"); 266 | --unity-icons-window_button_max: resource("Icons/d_winbtn_win_max.png"); 267 | --unity-icons-window_button_restore: resource("Icons/d_winbtn_win_restore.png"); 268 | } 269 | 270 | .unity-theme-env-variables { 271 | --theme-default-border-radius: 3px; 272 | --enable-style-hovering: true; 273 | --single-line-height: 18px; 274 | --theme-default-control-margin: 3px 3px 2px 3px; 275 | --theme-default-top-margin: 1px; 276 | --theme-default-bottom-margin: 1px; 277 | --theme-default-left-margin: 3px; 278 | --theme-default-right-margin: 3px; 279 | --theme-input-text-cursor: text; 280 | --window-toolbar-height: 21px; 281 | --unity-font-size: 12px; 282 | --unity-font-size-semi-small: 11px; 283 | --unity-font-size-tiny: 9px; 284 | --unity-font-size-small: 10px; 285 | --unity-font-size-big: 14px; 286 | --unity-font-size-very-big: 19px; 287 | --unity-font-standard-padding-top: 2px; 288 | --unity-font-standard-padding-top-with-border: 1px; 289 | --unity-font-standard-padding-bottom: 0; 290 | --unity-font-standard-padding-bottom-with-border: 0; 291 | --unity-font-popup-padding-top: 0; 292 | --unity-font-popup-padding-bottom: 1px; 293 | --unity-font-button-padding-top: 1px; 294 | --unity-font-button-padding-bottom: 1px; 295 | --unity-toolbar-padding-top: 1; 296 | --unity-toolbar-padding-bottom: 0; 297 | --current-font: resource("UIPackageResources/Fonts/Inter/Inter-Regular SDF.asset"); 298 | --theme-image-toggle-mixed: resource("UIPackageResources/Images/d_toggle_mixed_bg.png"); 299 | --theme-image-toggle-mixed-hover: resource("UIPackageResources/Images/d_toggle_mixed_bg_hover.png"); 300 | --theme-image-toggle-mixed-focus: resource("UIPackageResources/Images/d_toggle_mixed_bg_focus.png"); 301 | --unity-text-color: rgb(210, 210, 210); 302 | --unity-active-text-color: rgb(129, 180, 255); 303 | --theme-window-text-color: rgb(189, 189, 189); 304 | --theme-window-border-color: rgb(36, 36, 36); 305 | --theme-window-background-color: rgba(57, 57, 57, 0.95); 306 | --theme-label-text-color: rgb(196, 196, 196); 307 | --theme-input-text-color: rgb(210, 210, 210); 308 | --theme-input-text-color-selected: rgb(76, 126, 255); 309 | --theme-input-text-color-hover: rgb(189, 189, 189); 310 | --theme-input-background-color: rgb(42, 42, 42); 311 | --theme-input-border-width: 1px; 312 | --theme-input-border-color: rgb(33, 33, 33); 313 | --theme-input-accent-border-color: rgb(13, 13, 13); 314 | --theme-input-border-focus-width: 1px; 315 | --theme-input-border-focus-color: rgb(58, 121, 187); 316 | --theme-input-border-hover-width: 1px; 317 | --theme-input-border-hover-color: rgb(101, 101, 101); 318 | --theme-input-border-checked-width: 1px; 319 | --theme-input-border-checked-color: rgb(101, 101, 101); 320 | --theme-object-field-background-color: rgb(40, 40, 40); 321 | --theme-object-field-border-width: 1px; 322 | --theme-object-field-border-color: rgb(32, 32, 32); 323 | --theme-object-field-border-hover-width: 1px; 324 | --theme-object-field-border-hover-color: rgb(101, 101, 101); 325 | --theme-object-field-border-focus-width: 1px; 326 | --theme-object-field-border-focus-color: rgb(58, 121, 187); 327 | --theme-object-field-border-checked-width: 1px; 328 | --theme-object-field-border-checked-color: rgb(101, 101, 101); 329 | --theme-object-field-button-background-color: rgb(55, 55, 55); 330 | --theme-object-field-button-background-color-hover: rgb(76, 76, 76); 331 | --theme-button-text-color: rgb(238, 238, 238); 332 | --theme-button-background-color: rgb(88, 88, 88); 333 | --theme-button-background-color-hover: rgb(103, 103, 103); 334 | --theme-button-background-color-checked: rgb(70, 96, 124); 335 | --theme-button-border-width: 1px; 336 | --theme-button-border-color: rgb(48, 48, 48); 337 | --theme-button-accent-border-color: rgb(36, 36, 36); 338 | --theme-toolbar-background-color: rgb(60, 60, 60); 339 | --theme-toolbar-button-text-color: rgb(196, 196, 196); 340 | --theme-toolbar-button-text-color-hover: rgb(189, 189, 189); 341 | --theme-toolbar-button-text-color-checked: rgb(196, 196, 196); 342 | --theme-toolbar-button-border-width: 1px; 343 | --theme-toolbar-button-border-color: rgb(21, 21, 21); 344 | --theme-toolbar-button-border-2-width: 1px; 345 | --theme-toolbar-button-border-2-color: rgb(35, 35, 35); 346 | --theme-toolbar-button-background-color: rgb(60, 60, 60); 347 | --theme-toolbar-button-background-color-hover: rgb(70, 70, 70); 348 | --theme-toolbar-button-background-color-checked: rgb(80, 80, 80); 349 | --theme-toolbar-button-background-color-focus: rgb(70, 70, 70); 350 | --theme-app-toolbar-button-border-width: 1px; 351 | --theme-app-toolbar-button-border-color: rgb(0,0,0); 352 | --theme-dropdown-border-width: 1px; 353 | --theme-dropdown-border-color: rgb(48, 48, 48); 354 | --theme-dropdown-accent-border-color: rgb(36, 36, 36); 355 | --theme-dropdown-text-color: rgb(228, 228, 228); 356 | --theme-dropdown-background-color: rgb(81, 81, 81); 357 | --theme-dropdown-background-color-hover: rgb(88, 88, 88); 358 | --theme-scrollbar-thumb-background-color: rgb(95, 95, 95); 359 | --theme-scrollbar-thumb-border-width: 1px; 360 | --theme-scrollbar-thumb-border-color: rgb(50, 50, 50); 361 | --theme-scrollbar-thumb-background-color-hover: rgb(104, 104, 104); 362 | --theme-scrollbar-border-color: rgba(0, 0, 0, 0.1); 363 | --theme-scrollbar-background-color: rgba(0, 0, 0, 0.05); 364 | --theme-scrollbar-button-background-color: rgba(0, 0, 0, 0.05); 365 | --theme-scrollbar-button-background-color-hover: rgb(73, 73, 73); 366 | --theme-slider-background-color: rgb(94, 94, 94); 367 | --theme-slider-background-color-disabled: rgb(87, 87, 87); 368 | --theme-slider-thumb-background-color: rgb(153, 153, 153); 369 | --theme-slider-thumb-background-color-hover: rgb(234, 234, 234); 370 | --theme-slider-thumb-background-color-disabled: rgb(102, 102, 102); 371 | --theme-slider-thumb-border-width: 1px; 372 | --theme-slider-thumb-border-color: rgb(153, 153, 153); 373 | --theme-slider-thumb-border-color-disabled: rgb(102, 102, 102); 374 | --theme-slider-thumb-extent-background-color-focus: rgba(16, 111, 205, 0.5); 375 | --theme-box-background-color: rgba(40, 40, 40, 0.3); 376 | --theme-box-border-color: transparent; 377 | --theme-help-box-background-color: rgb(63, 63, 63); 378 | --theme-help-box-border-color: rgb(26, 26, 26); 379 | --theme-help-box-icon-info: resource("UIPackageResources/Images/d_console.infoicon.png"); 380 | --theme-help-box-icon-warning: resource("UIPackageResources/Images/d_console.warnicon.png"); 381 | --theme-help-box-icon-error: resource("UIPackageResources/Images/d_console.erroricon.png"); 382 | --theme-list-view-drag-hover-bar-color: rgb(51, 86, 218); 383 | --theme-list-view-drag-hover-item-background-color: rgb(62, 95, 150); 384 | --theme-image-pick: resource("UIPackageResources/Images/d_pick_uielements.png"); 385 | --theme-image-toggle-bg: resource("UIPackageResources/Images/d_toggle_bg.png"); 386 | --theme-image-toggle-bg-hover: resource("UIPackageResources/Images/d_toggle_bg_hover.png"); 387 | --theme-image-toggle-bg-focus: resource("UIPackageResources/Images/d_toggle_bg_focus.png"); 388 | --theme-image-toggle-on: resource("UIPackageResources/Images/d_toggle_on.png"); 389 | --theme-image-toggle-on-hover: resource("UIPackageResources/Images/d_toggle_on_hover.png"); 390 | --theme-image-toggle-on-focus: resource("UIPackageResources/Images/d_toggle_on_focus.png"); 391 | --theme-image-foldout: resource("UIPackageResources/Images/d_IN_foldout.png"); 392 | --theme-image-foldout-act: resource("UIPackageResources/Images/d_IN_foldout_act.png"); 393 | --theme-image-foldout-focus: resource("UIPackageResources/Images/d_IN_foldout_focus.png"); 394 | --theme-image-foldout-on: resource("UIPackageResources/Images/d_IN_foldout_on.png"); 395 | --theme-image-foldout-on-act: resource("UIPackageResources/Images/d_IN_foldout_act_on.png"); 396 | --theme-image-foldout-on-focus: resource("UIPackageResources/Images/d_IN_foldout_focus_on.png"); 397 | --theme-image-pulldown: resource("UIPackageResources/Images/d_dropdown.png"); 398 | --theme-image-dropdown: resource("UIPackageResources/Images/d_dropdown.png"); 399 | --theme-image-search: resource("UIPackageResources/Images/d_search_icon.png"); 400 | --theme-image-popup-search: resource("UIPackageResources/Images/d_search_menu.png"); 401 | --theme-image-clear: resource("UIPackageResources/Images/d_clear_uielements.png"); 402 | --theme-image-checkmark: resource("UIPackageResources/Images/d_checkmark.png"); 403 | --theme-image-toolbar-breadcrumbs-item: resource("UIPackageResources/Images/d_breadcrump_mid.png"); 404 | --theme-image-toolbar-breadcrumbs-item-active: resource("UIPackageResources/Images/d_breadcrump_mid_act.png"); 405 | --theme-image-toolbar-breadcrumbs-first-item: resource("UIPackageResources/Images/d_breadcrump_left.png"); 406 | --theme-image-toolbar-breadcrumbs-first-item-active: resource("UIPackageResources/Images/d_breadcrump_left_act.png"); 407 | --theme-image-scroll-up: resource("UIPackageResources/Images/d_scrollup_uielements.png"); 408 | --theme-image-scroll-down: resource("UIPackageResources/Images/d_scrolldown_uielements.png"); 409 | --theme-image-scroll-left: resource("UIPackageResources/Images/d_scrollleft_uielements.png"); 410 | --theme-image-scroll-right: resource("UIPackageResources/Images/d_scrollright_uielements.png"); 411 | --theme-radio-button-checkmark-background-color: rgb(196, 196, 196); 412 | --theme-view-background-color: rgb(56, 56, 56); 413 | --theme-line-background-color-hover: rgb(48, 48, 48); 414 | --theme-line-background-color-drop-hover: rgb(67, 67, 67); 415 | --theme-background-color-alternate: rgb(63, 63, 63); 416 | --theme-line-selection-background-color: rgb(77, 77, 77); 417 | --theme-line-selection-background-color-focus: rgb(44, 93, 135); 418 | --theme-line-selection-background-color-drop-focus: rgb(44, 102, 140); 419 | --theme-line-selection-text-color: rgb(255, 255, 255); 420 | --progress-bar-back-background-color: rgb(48, 48, 48); 421 | --progress-bar-back-border-color: rgb(37, 37, 37); 422 | --progress-bar-progress-color: rgb(44, 93, 135); 423 | --progress-bar-text-color: rgb(255, 255, 255); 424 | --theme-base-field-label-mixed-values-color: rgba(210, 210, 210, 0.5); 425 | --theme-tab-background: rgb(53, 53, 53); 426 | --theme-header-bar-background-color: rgb(64, 64, 64); 427 | --theme-header-bar-background-color-hover: rgb(69, 69, 69); 428 | --theme-header-bar-border-color: rgb(40, 40, 40); 429 | } 430 | 431 | .unity-disabled { 432 | opacity: 0.5; 433 | } 434 | 435 | .unity-hidden { 436 | display: none; 437 | } 438 | 439 | .unity-base-field { 440 | flex-direction: row; 441 | margin-top: 1px; 442 | margin-bottom: 1px; 443 | overflow: hidden; 444 | flex-shrink: 0; 445 | margin-left: 3px; 446 | margin-right: 3px; 447 | } 448 | 449 | .unity-base-field__label { 450 | min-width: 120px; 451 | padding-left: 2px; 452 | padding-top: 2px; 453 | padding-bottom: 0; 454 | margin-top: 0; 455 | margin-bottom: 0; 456 | margin-right: 2px; 457 | color: rgb(196, 196, 196); 458 | } 459 | 460 | .unity-base-field__input { 461 | flex: 1 0 0; 462 | overflow: hidden; 463 | margin-top: 0; 464 | margin-right: 0; 465 | margin-bottom: 0; 466 | } 467 | 468 | .unity-base-field__label--with-dragger { 469 | cursor: slide-arrow; 470 | } 471 | 472 | .unity-property-field > .unity-imgui-container { 473 | margin-top: 1px; 474 | margin-bottom: 1px; 475 | margin-left: 3px; 476 | margin-right: 3px; 477 | } 478 | 479 | .unity-base-field__label--mixed-value > .unity-base-text-field__input { 480 | color: rgba(210, 210, 210, 0.5); 481 | } 482 | 483 | .unity-base-field__label--mixed-value > .unity-base-field__input { 484 | color: rgba(210, 210, 210, 0.5); 485 | } 486 | 487 | .unity-button { 488 | -unity-text-align: middle-center; 489 | flex: 0 0 auto; 490 | overflow: hidden; 491 | white-space: nowrap; 492 | color: rgb(238, 238, 238); 493 | background-color: rgb(88, 88, 88); 494 | border-left-color: rgb(48, 48, 48); 495 | border-top-color: rgb(48, 48, 48); 496 | border-right-color: rgb(48, 48, 48); 497 | border-bottom-color: rgb(36, 36, 36); 498 | border-width: 1px; 499 | padding-left: 6px; 500 | padding-right: 6px; 501 | padding-top: 1px; 502 | padding-bottom: 1px; 503 | margin-top: 1px; 504 | margin-right: 3px; 505 | margin-bottom: 1px; 506 | margin-left: 3px; 507 | border-radius: 3px; 508 | font-size: 12px; 509 | } 510 | 511 | .unity-button:hover:enabled { 512 | background-color: rgb(103, 103, 103); 513 | } 514 | 515 | .unity-button:active:enabled { 516 | background-color: rgb(70, 96, 124); 517 | border-color: rgb(36, 36, 36); 518 | border-top-color: rgb(13, 13, 13); 519 | } 520 | 521 | .unity-button:checked { 522 | background-color: rgb(70, 96, 124); 523 | border-color: rgb(36, 36, 36); 524 | border-top-color: rgb(13, 13, 13); 525 | } 526 | 527 | .unity-button:focus:enabled { 528 | border-left-color: rgb(123, 174, 250); 529 | border-top-color: rgb(123, 174, 250); 530 | border-right-color: rgb(123, 174, 250); 531 | border-bottom-color: rgb(123, 174, 250); 532 | } 533 | 534 | .unity-label { 535 | flex: 0 0 auto; 536 | margin-top: 0px; 537 | padding-left: 1px; 538 | padding-right: 2px; 539 | white-space: nowrap; 540 | } 541 | 542 | .unity-toggle { 543 | margin-top: 1px; 544 | margin-bottom: 3px; 545 | } 546 | 547 | .unity-toggle__label { 548 | padding-top: 0px; 549 | padding-bottom: 0px; 550 | } 551 | 552 | .unity-toggle__input { 553 | flex-direction: row; 554 | flex-basis: auto; 555 | } 556 | 557 | .unity-toggle__checkmark { 558 | padding-top: 0; 559 | width: 14px; 560 | height: 14px; 561 | flex: 0 0 auto; 562 | align-self: center; 563 | background-image: resource("UIPackageResources/Images/d_toggle_bg.png"); 564 | } 565 | 566 | .unity-toggle__checkmark.unity-toggle__mixed-values { 567 | background-image: resource("UIPackageResources/Images/d_toggle_mixed_bg.png"); 568 | } 569 | 570 | .unity-toggle > .unity-toggle__input:hover:enabled > .unity-toggle__checkmark.unity-toggle__mixed-values { 571 | background-image: resource("UIPackageResources/Images/d_toggle_mixed_bg_hover.png"); 572 | } 573 | 574 | .unity-toggle > .unity-toggle__input:focus:enabled > .unity-toggle__checkmark.unity-toggle__mixed-values { 575 | background-image: resource("UIPackageResources/Images/d_toggle_mixed_bg_focus.png"); 576 | } 577 | 578 | .unity-toggle > .unity-toggle__input:checked > .unity-toggle__checkmark { 579 | background-image: resource("UIPackageResources/Images/d_toggle_on.png"); 580 | } 581 | 582 | .unity-toggle > .unity-toggle__input:active:enabled > .unity-toggle__checkmark { 583 | background-image: resource("UIPackageResources/Images/d_toggle_on.png"); 584 | } 585 | 586 | .unity-toggle > .unity-toggle__input:hover:enabled > .unity-toggle__checkmark { 587 | background-image: resource("UIPackageResources/Images/d_toggle_bg_hover.png"); 588 | } 589 | 590 | .unity-toggle > .unity-toggle__input:hover:enabled:checked > .unity-toggle__checkmark { 591 | background-image: resource("UIPackageResources/Images/d_toggle_on_hover.png"); 592 | } 593 | 594 | .unity-toggle > .unity-toggle__input:hover:enabled:active > .unity-toggle__checkmark { 595 | background-image: resource("UIPackageResources/Images/d_toggle_on_hover.png"); 596 | } 597 | 598 | .unity-toggle > .unity-toggle__input:focus:enabled > .unity-toggle__checkmark { 599 | background-image: resource("UIPackageResources/Images/d_toggle_bg_focus.png"); 600 | } 601 | 602 | .unity-toggle > .unity-toggle__input:focus:enabled:checked > .unity-toggle__checkmark { 603 | background-image: resource("UIPackageResources/Images/d_toggle_on_focus.png"); 604 | } 605 | 606 | .unity-toggle__text { 607 | margin-top: 0; 608 | margin-left: 1px; 609 | align-self: center; 610 | } 611 | 612 | .unity-radio-button { 613 | margin-top: 1px; 614 | margin-bottom: 3px; 615 | } 616 | 617 | .unity-radio-button__label { 618 | padding-top: 0px; 619 | padding-bottom: 0px; 620 | } 621 | 622 | .unity-radio-button__input { 623 | flex-direction: row; 624 | flex-basis: auto; 625 | } 626 | 627 | .unity-radio-button__input:focus:enabled > .unity-radio-button__text { 628 | color: rgb(129, 180, 255); 629 | } 630 | 631 | .unity-radio-button__checkmark-background { 632 | padding-top: 2px; 633 | margin-right: 2px; 634 | width: 12px; 635 | height: 12px; 636 | border-radius: 6px; 637 | background-color: rgb(42, 42, 42); 638 | border-width: 1px; 639 | border-color: rgb(33, 33, 33); 640 | flex: 0 0 auto; 641 | align-self: center; 642 | } 643 | 644 | .unity-radio-button__checkmark { 645 | width: 6px; 646 | height: 6px; 647 | border-radius: 3px; 648 | background-color: rgb(196, 196, 196); 649 | flex: 0 0 auto; 650 | align-self: center; 651 | } 652 | 653 | .unity-radio-button > .unity-radio-button__input:hover:enabled > .unity-radio-button__checkmark-background { 654 | border-color: rgb(101, 101, 101); 655 | } 656 | 657 | .unity-radio-button > .unity-radio-button__input:focus:enabled > .unity-radio-button__checkmark-background { 658 | border-color: rgb(58, 121, 187); 659 | } 660 | 661 | .unity-radio-button__text { 662 | margin-top: 0; 663 | margin-left: 1px; 664 | align-self: center; 665 | } 666 | 667 | .unity-base-field__input > .unity-radio-button { 668 | margin-left: 0px; 669 | } 670 | 671 | .unity-group-box { 672 | margin-left: 3px; 673 | margin-top: 6px; 674 | margin-bottom: 1px; 675 | margin-right: 3px; 676 | padding-top: 5px; 677 | padding-bottom: 5px; 678 | padding-left: 3px; 679 | flex-shrink: 0; 680 | } 681 | 682 | .unity-group-box__label { 683 | margin-top: -5px; 684 | margin-bottom: 5px; 685 | } 686 | 687 | .unity-radio-button-group { 688 | flex-shrink: 0; 689 | } 690 | 691 | .unity-base-slider__input { 692 | flex: 1 0 auto; 693 | flex-wrap: nowrap; 694 | overflow: visible; 695 | } 696 | 697 | .unity-base-slider--vertical .unity-base-slider__input { 698 | flex-direction: column; 699 | width: 100%; 700 | } 701 | 702 | .unity-base-slider--horizontal .unity-base-slider__input { 703 | flex-direction: row; 704 | height: 100%; 705 | } 706 | 707 | .unity-base-slider--vertical { 708 | width: 20px; 709 | flex-direction: column; 710 | margin-left: 1px; 711 | margin-right: 1px; 712 | padding-left: 4px; 713 | overflow: visible; 714 | } 715 | 716 | .unity-base-slider--horizontal { 717 | overflow: visible; 718 | } 719 | 720 | .unity-base-slider--vertical .unity-base-slider__tracker { 721 | background-color: rgb(94, 94, 94); 722 | top: 0px; 723 | bottom: 0px; 724 | left: 4px; 725 | margin: 2px 1px 2px 0px; 726 | width: 2px; 727 | position: absolute; 728 | } 729 | 730 | .unity-base-slider--horizontal .unity-base-slider__tracker { 731 | background-color: rgb(94, 94, 94); 732 | top: 6px; 733 | margin: 2px 1px 2px 0px; 734 | height: 2px; 735 | } 736 | 737 | .unity-base-slider--vertical .unity-base-slider__dragger { 738 | width: 10px; 739 | height: 10px; 740 | padding: 0px 0px 0px 0px; 741 | border-radius: 5px; 742 | border-width: 1px; 743 | border-color: rgb(153, 153, 153); 744 | background-color: rgb(153, 153, 153); 745 | } 746 | 747 | .unity-base-slider--horizontal .unity-base-slider__dragger { 748 | width: 10px; 749 | height: 10px; 750 | padding: 0px 0px 0px 0px; 751 | border-radius: 5px; 752 | border-width: 1px; 753 | border-color: rgb(153, 153, 153); 754 | background-color: rgb(153, 153, 153); 755 | margin: -2px 0px 0px 0px; 756 | } 757 | 758 | .unity-base-slider__dragger:hover:enabled { 759 | background-color: rgb(234, 234, 234); 760 | } 761 | 762 | .unity-base-slider__input:focus:enabled .unity-base-slider__dragger { 763 | background-color: rgb(234, 234, 234); 764 | } 765 | 766 | .unity-base-slider__tracker:disabled { 767 | opacity: 1; 768 | background-color: rgb(87, 87, 87); 769 | } 770 | 771 | .unity-base-slider__dragger:disabled { 772 | opacity: 1; 773 | border-color: rgb(102, 102, 102); 774 | background-color: rgb(102, 102, 102); 775 | } 776 | 777 | .unity-base-slider__dragger-border { 778 | background-color: rgba(16, 111, 205, 0.5); 779 | width: 0; 780 | height: 0; 781 | padding: 0; 782 | border-radius: 8px; 783 | border-width: 0; 784 | margin: 0; 785 | position: absolute; 786 | } 787 | 788 | .unity-base-slider--horizontal .unity-base-slider__dragger-border { 789 | margin: 0 0 0 -4px; 790 | } 791 | 792 | .unity-base-slider--vertical .unity-base-slider__dragger-border { 793 | margin: -4px 0 0 -4px; 794 | } 795 | 796 | .unity-base-slider__input:focus:enabled .unity-base-slider__dragger-border { 797 | width: 18px; 798 | height: 18px; 799 | } 800 | 801 | .unity-base-slider__drag-container { 802 | flex-grow: 1; 803 | } 804 | 805 | .unity-base-slider--horizontal .unity-base-slider__drag-container { 806 | min-width: 20px; 807 | } 808 | 809 | .unity-base-slider--vertical .unity-base-slider__drag-container { 810 | min-height: 20px; 811 | } 812 | 813 | .unity-base-slider--horizontal .unity-base-slider__text-field { 814 | width: 50px; 815 | height: 20px; 816 | margin: 0 0 0 4px; 817 | } 818 | 819 | .unity-base-slider--vertical .unity-base-slider__text-field { 820 | min-width: 20px; 821 | height: 20px; 822 | margin: 4px 0 0 0; 823 | } 824 | 825 | .unity-min-max-slider__input { 826 | overflow: visible; 827 | min-height: 16px; 828 | } 829 | 830 | .unity-min-max-slider__tracker { 831 | top: 6px; 832 | margin: 2px 1px 2px 0px; 833 | height: 2px; 834 | background-color: rgb(94, 94, 94); 835 | } 836 | 837 | .unity-min-max-slider__dragger { 838 | -unity-slice-left: 7; 839 | -unity-slice-top: 0; 840 | -unity-slice-right: 7; 841 | -unity-slice-bottom: 0; 842 | margin-top: 4px; 843 | margin-left: -2px; 844 | margin-right: -2px; 845 | width: 12px; 846 | height: 10px; 847 | position: absolute; 848 | background-image: resource("UIPackageResources/Images/d_minmax_slider_thumb.png"); 849 | } 850 | 851 | .unity-min-max-slider__min-thumb { 852 | cursor: resize-horizontal; 853 | position: absolute; 854 | } 855 | 856 | .unity-min-max-slider__max-thumb { 857 | cursor: resize-horizontal; 858 | position: absolute; 859 | } 860 | 861 | .unity-scroller--horizontal { 862 | height: 13px; 863 | background-color: rgba(0, 0, 0, 0.05); 864 | border-top-color: rgba(0, 0, 0, 0.1); 865 | border-top-width: 1px; 866 | } 867 | 868 | .unity-scroller--vertical { 869 | width: 13px; 870 | background-color: rgba(0, 0, 0, 0.05); 871 | border-left-color: rgba(0, 0, 0, 0.1); 872 | border-left-width: 1px; 873 | } 874 | 875 | .unity-scroller--horizontal > .unity-scroller__low-button { 876 | left: 0; 877 | background-image: resource("UIPackageResources/Images/d_scrollleft_uielements.png"); 878 | width: 16px; 879 | height: 12px; 880 | position: absolute; 881 | } 882 | 883 | .unity-scroller--horizontal > .unity-scroller__high-button { 884 | right: 0; 885 | background-image: resource("UIPackageResources/Images/d_scrollright_uielements.png"); 886 | width: 16px; 887 | height: 12px; 888 | position: absolute; 889 | } 890 | 891 | .unity-scroller--vertical > .unity-scroller__low-button { 892 | top: 0; 893 | background-image: resource("UIPackageResources/Images/d_scrollup_uielements.png"); 894 | width: 12px; 895 | height: 16px; 896 | position: absolute; 897 | } 898 | 899 | .unity-scroller--vertical > .unity-scroller__high-button { 900 | bottom: 0; 901 | background-image: resource("UIPackageResources/Images/d_scrolldown_uielements.png"); 902 | width: 12px; 903 | height: 16px; 904 | position: absolute; 905 | } 906 | 907 | .unity-scroller--horizontal > .unity-scroller__low-button:hover:enabled { 908 | background-color: rgb(73, 73, 73); 909 | } 910 | 911 | .unity-scroller--horizontal > .unity-scroller__high-button:hover:enabled { 912 | background-color: rgb(73, 73, 73); 913 | } 914 | 915 | .unity-scroller--vertical > .unity-scroller__low-button:hover:enabled { 916 | background-color: rgb(73, 73, 73); 917 | } 918 | 919 | .unity-scroller--vertical > .unity-scroller__high-button:hover:enabled { 920 | background-color: rgb(73, 73, 73); 921 | } 922 | 923 | .unity-scroller--horizontal .unity-base-slider__tracker { 924 | right: 0; 925 | left: 0; 926 | top: 0; 927 | bottom: 0; 928 | height: 13px; 929 | position: absolute; 930 | background-color: transparent; 931 | } 932 | 933 | .unity-scroller--vertical .unity-base-slider__tracker { 934 | right: 0; 935 | left: 0; 936 | top: 0; 937 | bottom: 0; 938 | width: 13px; 939 | position: absolute; 940 | background-color: transparent; 941 | } 942 | 943 | .unity-scroller--vertical .unity-base-slider__dragger { 944 | border-width: 1px; 945 | border-color: rgb(50, 50, 50); 946 | background-color: rgb(95, 95, 95); 947 | border-radius: 6px; 948 | width: 12px; 949 | min-height: 20px; 950 | padding-top: 8px; 951 | padding-bottom: 8px; 952 | margin: 0; 953 | } 954 | 955 | .unity-scroller--horizontal .unity-base-slider__dragger { 956 | border-width: 1px; 957 | border-color: rgb(50, 50, 50); 958 | background-color: rgb(95, 95, 95); 959 | border-radius: 6px; 960 | height: 12px; 961 | min-width: 20px; 962 | padding-left: 8px; 963 | padding-right: 8px; 964 | margin: 0; 965 | } 966 | 967 | .unity-scroller--vertical .unity-base-slider__dragger:hover:enabled { 968 | background-color: rgb(104, 104, 104); 969 | } 970 | 971 | .unity-scroller--horizontal .unity-base-slider__dragger:hover:enabled { 972 | background-color: rgb(104, 104, 104); 973 | } 974 | 975 | .unity-scroller--horizontal > .unity-scroller__slider { 976 | flex: 1 0 0; 977 | height: 12px; 978 | margin: 0 16px 0 16px; 979 | overflow: hidden; 980 | } 981 | 982 | .unity-scroller--vertical > .unity-scroller__slider { 983 | flex: 1 0 0; 984 | width: 12px; 985 | margin: 16px 0 16px 0; 986 | overflow: hidden; 987 | } 988 | 989 | .unity-scroller--vertical > .unity-base-slider--vertical { 990 | padding: 0; 991 | } 992 | 993 | .unity-scroller--horizontal .unity-base-slider__input:focus:enabled .unity-base-slider__dragger { 994 | background-color: rgb(95, 95, 95); 995 | } 996 | 997 | .unity-scroller--vertical .unity-base-slider__input:focus:enabled .unity-base-slider__dragger { 998 | background-color: rgb(95, 95, 95); 999 | } 1000 | 1001 | .unity-scroller--vertical .unity-base-slider__input:focus:enabled .unity-base-slider__dragger:hover:enabled { 1002 | background-color: rgb(104, 104, 104); 1003 | } 1004 | 1005 | .unity-scroller--horizontal .unity-base-slider__input:focus:enabled .unity-base-slider__dragger:hover:enabled { 1006 | background-color: rgb(104, 104, 104); 1007 | } 1008 | 1009 | .unity-scroller--horizontal .unity-base-slider__input:focus:enabled .unity-base-slider__dragger-border { 1010 | width: 0; 1011 | height: 0; 1012 | } 1013 | 1014 | .unity-scroller--vertical .unity-base-slider__input:focus:enabled .unity-base-slider__dragger-border { 1015 | width: 0; 1016 | height: 0; 1017 | } 1018 | 1019 | .unity-scroll-view { 1020 | flex-shrink: 1; 1021 | } 1022 | 1023 | .unity-scroll-view__content-container { 1024 | flex-shrink: 0; 1025 | } 1026 | 1027 | .unity-scroll-view--vertical > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport { 1028 | flex-direction: column; 1029 | } 1030 | 1031 | .unity-scroll-view--vertical > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport > .unity-scroll-view__content-container { 1032 | flex-direction: column; 1033 | } 1034 | 1035 | .unity-scroll-view--horizontal > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport { 1036 | flex-direction: row; 1037 | flex-grow: 1; 1038 | } 1039 | 1040 | .unity-scroll-view--horizontal > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport > .unity-scroll-view__content-container { 1041 | flex-direction: row; 1042 | flex-grow: 1; 1043 | } 1044 | 1045 | .unity-scroll-view--vertical-horizontal > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport { 1046 | flex-direction: column; 1047 | align-self: flex-start; 1048 | flex-grow: 1; 1049 | } 1050 | 1051 | .unity-scroll-view--vertical-horizontal > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport > .unity-scroll-view__content-container { 1052 | flex-direction: column; 1053 | align-self: flex-start; 1054 | flex-grow: 1; 1055 | } 1056 | 1057 | .unity-scroll-view__content-viewport { 1058 | flex: auto; 1059 | overflow: hidden; 1060 | } 1061 | 1062 | .unity-scroll-view--horizontal.unity-scroll-view--scroll > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport > .unity-scroll-view__content-container { 1063 | overflow: scroll; 1064 | } 1065 | 1066 | .unity-scroll-view--vertical.unity-scroll-view--scroll > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport > .unity-scroll-view__content-container { 1067 | overflow: scroll; 1068 | } 1069 | 1070 | .unity-scroll-view--vertical-horizontal.unity-scroll-view--scroll > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport > .unity-scroll-view__content-container { 1071 | overflow: scroll; 1072 | } 1073 | 1074 | .unity-scroll-view--vertical-horizontal.unity-scroll-view--scroll > .unity-scroll-view__content-and-vertical-scroll-container > .unity-scroll-view__content-viewport { 1075 | flex-direction: row; 1076 | overflow: scroll; 1077 | } 1078 | 1079 | .unity-scroll-view__content-and-vertical-scroll-container { 1080 | flex-direction: row; 1081 | flex-grow: 1; 1082 | } 1083 | 1084 | .unity-scroll-view__horizontal-scroller { 1085 | flex-shrink: 0; 1086 | } 1087 | 1088 | .unity-scroll-view__vertical-scroller { 1089 | flex-shrink: 0; 1090 | } 1091 | 1092 | .unity-box { 1093 | background-color: rgba(40, 40, 40, 0.3); 1094 | border-color: transparent; 1095 | border-width: 1px; 1096 | } 1097 | 1098 | .unity-popup-window { 1099 | -unity-text-align: upper-center; 1100 | color: rgb(189, 189, 189); 1101 | margin: 0; 1102 | padding: 0; 1103 | padding-top: 3px; 1104 | background-color: rgba(57, 57, 57, 0.95); 1105 | border-width: 1px; 1106 | border-radius: 8px; 1107 | border-bottom-left-radius: 0px; 1108 | border-bottom-right-radius: 0px; 1109 | border-color: rgb(36, 36, 36); 1110 | } 1111 | 1112 | .unity-popup-window__content-container { 1113 | -unity-text-align: upper-left; 1114 | padding: 24px 4px 4px 4px; 1115 | margin: 0; 1116 | } 1117 | 1118 | .unity-enum-field__input { 1119 | -unity-text-align: middle-left; 1120 | border-radius: 3px; 1121 | flex-direction: row; 1122 | padding-left: 3px; 1123 | padding-right: 3px; 1124 | padding-top: 0; 1125 | padding-bottom: 1px; 1126 | border-width: 1px; 1127 | border-left-color: rgb(48, 48, 48); 1128 | border-top-color: rgb(48, 48, 48); 1129 | border-right-color: rgb(48, 48, 48); 1130 | border-bottom-color: rgb(36, 36, 36); 1131 | background-color: rgb(81, 81, 81); 1132 | } 1133 | 1134 | .unity-base-popup-field__input { 1135 | -unity-text-align: middle-left; 1136 | border-radius: 3px; 1137 | flex-direction: row; 1138 | padding-left: 3px; 1139 | padding-right: 3px; 1140 | padding-top: 0; 1141 | padding-bottom: 1px; 1142 | border-width: 1px; 1143 | border-left-color: rgb(48, 48, 48); 1144 | border-top-color: rgb(48, 48, 48); 1145 | border-right-color: rgb(48, 48, 48); 1146 | border-bottom-color: rgb(36, 36, 36); 1147 | background-color: rgb(81, 81, 81); 1148 | min-width: 55px; 1149 | } 1150 | 1151 | .unity-enum-field__arrow { 1152 | background-image: resource("UIPackageResources/Images/d_dropdown.png"); 1153 | width: 12px; 1154 | height: 12px; 1155 | align-self: center; 1156 | } 1157 | 1158 | .unity-base-popup-field__arrow { 1159 | background-image: resource("UIPackageResources/Images/d_dropdown.png"); 1160 | width: 12px; 1161 | height: 12px; 1162 | align-self: center; 1163 | } 1164 | 1165 | .unity-enum-field__text { 1166 | margin-top: 1px; 1167 | overflow: hidden; 1168 | -unity-text-align: middle-left; 1169 | white-space: nowrap; 1170 | flex-grow: 1; 1171 | color: rgb(228, 228, 228); 1172 | } 1173 | 1174 | .unity-base-popup-field__text { 1175 | margin-top: 1px; 1176 | overflow: hidden; 1177 | -unity-text-align: middle-left; 1178 | white-space: nowrap; 1179 | flex-grow: 1; 1180 | color: rgb(228, 228, 228); 1181 | } 1182 | 1183 | .unity-enum-field:hover:enabled > .unity-enum-field__input { 1184 | background-color: rgb(88, 88, 88); 1185 | } 1186 | 1187 | .unity-base-popup-field:hover:enabled > .unity-base-popup-field__input { 1188 | background-color: rgb(88, 88, 88); 1189 | } 1190 | 1191 | .unity-enum-field:focus:enabled > .unity-enum-field__input { 1192 | border-color: rgb(58, 121, 187); 1193 | } 1194 | 1195 | .unity-base-popup-field:focus:enabled > .unity-base-popup-field__input { 1196 | border-color: rgb(58, 121, 187); 1197 | } 1198 | 1199 | .unity-base-dropdown { 1200 | position: absolute; 1201 | flex-shrink: 0; 1202 | } 1203 | 1204 | .unity-base-dropdown__popup > .unity-base-dropdown > .unity-base-dropdown__container-outer { 1205 | border-width: 0; 1206 | border-radius: 0; 1207 | } 1208 | 1209 | .unity-base-dropdown__popup > .unity-base-dropdown > .unity-base-dropdown__container-outer > .unity-base-dropdown__container-inner { 1210 | border-width: 0; 1211 | border-radius: 0; 1212 | } 1213 | 1214 | .unity-base-dropdown__container-outer { 1215 | position: absolute; 1216 | border-width: 1px; 1217 | border-color: rgb(36, 36, 36); 1218 | background-color: rgb(36, 36, 36); 1219 | border-radius: 3px; 1220 | } 1221 | 1222 | .unity-base-dropdown__container-inner { 1223 | position: relative; 1224 | background-color: rgb(63, 63, 63); 1225 | flex-direction: column; 1226 | overflow: visible; 1227 | padding: 4px 0; 1228 | border-width: 1px; 1229 | border-color: rgb(101, 101, 101); 1230 | border-radius: 3px; 1231 | } 1232 | 1233 | .unity-base-dropdown__item { 1234 | flex-direction: row; 1235 | -unity-text-align: middle-left; 1236 | min-width: 20px; 1237 | min-height: 20px; 1238 | padding: 0 20px 0 0; 1239 | } 1240 | 1241 | .unity-base-dropdown__item:hover:enabled { 1242 | background-color: rgb(44, 93, 135); 1243 | } 1244 | 1245 | .unity-base-dropdown__checkmark { 1246 | margin: 5px; 1247 | width: 8px; 1248 | height: 8px; 1249 | min-width: 8px; 1250 | min-height: 8px; 1251 | background-image: resource("UIPackageResources/Images/d_checkmark.png"); 1252 | } 1253 | 1254 | .unity-base-dropdown__item:checked > .unity-base-dropdown__checkmark { 1255 | visibility: visible; 1256 | } 1257 | 1258 | .unity-base-dropdown__item > .unity-base-dropdown__checkmark { 1259 | visibility: hidden; 1260 | } 1261 | 1262 | .unity-base-dropdown__label { 1263 | color: rgb(238, 238, 238); 1264 | } 1265 | 1266 | .unity-base-dropdown__item:hover:enabled > .unity-base-dropdown__label { 1267 | color: rgb(255, 255, 255); 1268 | } 1269 | 1270 | .unity-base-dropdown__separator { 1271 | height: 1px; 1272 | background-color: rgb(101, 101, 101); 1273 | margin: 4px 0; 1274 | } 1275 | 1276 | .unity-progress-bar { 1277 | flex-shrink: 0; 1278 | padding-bottom: 1px; 1279 | margin-left: 3px; 1280 | margin-right: 3px; 1281 | margin-top: 1px; 1282 | margin-bottom: 1px; 1283 | } 1284 | 1285 | .unity-progress-bar__progress { 1286 | position: absolute; 1287 | top: 0; 1288 | bottom: 0; 1289 | left: 0; 1290 | background-color: rgb(44, 93, 135); 1291 | } 1292 | 1293 | .unity-progress-bar__background { 1294 | border-width: 1px; 1295 | border-color: rgb(37, 37, 37); 1296 | background-color: rgb(48, 48, 48); 1297 | height: 19px; 1298 | } 1299 | 1300 | .unity-progress-bar__title-container { 1301 | flex-direction: row; 1302 | justify-content: center; 1303 | flex-grow: 1; 1304 | } 1305 | 1306 | .unity-progress-bar__title { 1307 | -unity-text-align: middle-center; 1308 | font-size: 12px; 1309 | flex-grow: 1; 1310 | margin-top: 1px; 1311 | margin-bottom: 1px; 1312 | color: rgb(255, 255, 255); 1313 | } 1314 | 1315 | .unity-foldout { 1316 | margin-top: 0; 1317 | } 1318 | 1319 | .unity-foldout__toggle > .unity-toggle__input { 1320 | margin-top: 0; 1321 | } 1322 | 1323 | .unity-foldout__toggle > .unity-toggle__input > .unity-toggle__checkmark { 1324 | align-self: center; 1325 | margin-left: 0px; 1326 | margin-right: 5px; 1327 | margin-top: 1px; 1328 | -unity-slice-left: 13; 1329 | -unity-slice-top: 13; 1330 | background-image: resource("UIPackageResources/Images/d_IN_foldout.png"); 1331 | width: 13px; 1332 | height: 13px; 1333 | } 1334 | 1335 | .unity-foldout__toggle .unity-text-element { 1336 | margin-top: 0; 1337 | margin-left: -2px; 1338 | padding-top: 1px; 1339 | padding-left: 0px; 1340 | } 1341 | 1342 | .unity-foldout__content { 1343 | margin-left: 15px; 1344 | } 1345 | 1346 | .unity-foldout .unity-base-field__label { 1347 | min-width: 135px; 1348 | } 1349 | 1350 | .unity-property-field > .unity-foldout__unity-imgui-container--depth-1 { 1351 | margin-left: -12px; 1352 | } 1353 | 1354 | .unity-property-field > .unity-foldout__unity-imgui-container--depth-2 { 1355 | margin-left: -27px; 1356 | } 1357 | 1358 | .unity-property-field > .unity-foldout__unity-imgui-container--depth-3 { 1359 | margin-left: -42px; 1360 | } 1361 | 1362 | .unity-property-field > .unity-foldout__unity-imgui-container--depth-4 { 1363 | margin-left: -57px; 1364 | } 1365 | 1366 | .unity-property-field > .unity-foldout__unity-imgui-container--depth-max { 1367 | margin-left: -72px; 1368 | } 1369 | 1370 | .unity-property-field.unity-property-field__inspector-property > .unity-foldout__unity-imgui-container--depth-1 { 1371 | margin-left: 3px; 1372 | } 1373 | 1374 | .unity-property-field.unity-property-field__inspector-property > .unity-foldout__unity-imgui-container--depth-2 { 1375 | margin-left: 3px; 1376 | } 1377 | 1378 | .unity-property-field.unity-property-field__inspector-property > .unity-foldout__unity-imgui-container--depth-3 { 1379 | margin-left: 3px; 1380 | } 1381 | 1382 | .unity-property-field.unity-property-field__inspector-property > .unity-foldout__unity-imgui-container--depth-4 { 1383 | margin-left: 3px; 1384 | } 1385 | 1386 | .unity-property-field.unity-property-field__inspector-property > .unity-foldout__unity-imgui-container--depth-max { 1387 | margin-left: 3px; 1388 | } 1389 | 1390 | .unity-property-field.unity-property-field__inspector-property > .unity-foldout--depth-0 > foldout .unity-foldout__toggle--inspector { 1391 | margin-left: -12px; 1392 | } 1393 | 1394 | .unity-property-field.unity-property-field__inspector-property > .unity-foldout--depth-0 > .unity-foldout__toggle--inspector > .unity-toggle__input > .unity-toggle__checkmark { 1395 | margin-right: 4px; 1396 | } 1397 | 1398 | .unity-foldout__toggle--inspector { 1399 | margin-left: -12px; 1400 | } 1401 | 1402 | .unity-foldout--depth-1 > .unity-base-field > .unity-base-field__label { 1403 | margin-right: -13px; 1404 | padding-right: 15px; 1405 | } 1406 | 1407 | .unity-foldout--depth-1 > .unity-property-field > .unity-base-field > .unity-base-field__label { 1408 | margin-right: -13px; 1409 | padding-right: 15px; 1410 | } 1411 | 1412 | .unity-foldout--depth-2 > .unity-base-field > .unity-base-field__label { 1413 | margin-right: -28px; 1414 | padding-right: 30px; 1415 | } 1416 | 1417 | .unity-foldout--depth-2 > .unity-property-field > .unity-base-field > .unity-base-field__label { 1418 | margin-right: -28px; 1419 | padding-right: 30px; 1420 | } 1421 | 1422 | .unity-foldout--depth-3 > .unity-base-field > .unity-base-field__label { 1423 | margin-right: -43px; 1424 | padding-right: 45px; 1425 | } 1426 | 1427 | .unity-foldout--depth-3 > .unity-property-field > .unity-base-field > .unity-base-field__label { 1428 | margin-right: -43px; 1429 | padding-right: 45px; 1430 | } 1431 | 1432 | .unity-foldout--depth-4 > .unity-base-field > .unity-base-field__label { 1433 | margin-right: -58px; 1434 | padding-right: 60px; 1435 | } 1436 | 1437 | .unity-foldout--depth-4 > .unity-property-field > .unity-base-field > .unity-base-field__label { 1438 | margin-right: -58px; 1439 | padding-right: 60px; 1440 | } 1441 | 1442 | .unity-foldout--depth-max > .unity-base-field > .unity-base-field__label { 1443 | margin-right: -73px; 1444 | padding-right: 75px; 1445 | } 1446 | 1447 | .unity-foldout--depth-max > .unity-property-field > .unity-base-field > .unity-base-field__label { 1448 | margin-right: -73px; 1449 | padding-right: 75px; 1450 | } 1451 | 1452 | .unity-foldout--depth-1 > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1453 | margin-right: 2px; 1454 | padding-right: 2px; 1455 | } 1456 | 1457 | .unity-foldout--depth-1 > .unity-property-field > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1458 | margin-right: 2px; 1459 | padding-right: 2px; 1460 | } 1461 | 1462 | .unity-foldout--depth-2 > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1463 | margin-right: 2px; 1464 | padding-right: 2px; 1465 | } 1466 | 1467 | .unity-foldout--depth-2 > .unity-property-field > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1468 | margin-right: 2px; 1469 | padding-right: 2px; 1470 | } 1471 | 1472 | .unity-foldout--depth-3 > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1473 | margin-right: 2px; 1474 | padding-right: 2px; 1475 | } 1476 | 1477 | .unity-foldout--depth-3 > .unity-property-field > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1478 | margin-right: 2px; 1479 | padding-right: 2px; 1480 | } 1481 | 1482 | .unity-foldout--depth-4 > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1483 | margin-right: 2px; 1484 | padding-right: 2px; 1485 | } 1486 | 1487 | .unity-foldout--depth-4 > .unity-property-field > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1488 | margin-right: 2px; 1489 | padding-right: 2px; 1490 | } 1491 | 1492 | .unity-foldout--depth-max > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1493 | margin-right: 2px; 1494 | padding-right: 2px; 1495 | } 1496 | 1497 | .unity-foldout--depth-max > .unity-property-field > .unity-base-field.unity-base-field__aligned > .unity-base-field__label { 1498 | margin-right: 2px; 1499 | padding-right: 2px; 1500 | } 1501 | 1502 | .unity-foldout__toggle > .unity-toggle__input:checked > .unity-toggle__checkmark { 1503 | background-image: resource("UIPackageResources/Images/d_IN_foldout_on.png"); 1504 | } 1505 | 1506 | .unity-foldout__toggle > .unity-toggle__input:active:enabled > .unity-toggle__checkmark { 1507 | background-image: resource("UIPackageResources/Images/d_IN_foldout_on.png"); 1508 | } 1509 | 1510 | .unity-foldout__toggle > .unity-toggle__input:focus:enabled > .unity-toggle__checkmark { 1511 | background-image: resource("UIPackageResources/Images/d_IN_foldout_focus.png"); 1512 | } 1513 | 1514 | .unity-foldout__toggle > .unity-toggle__input:focus:enabled > .unity-toggle__text { 1515 | color: rgb(129, 180, 255); 1516 | } 1517 | 1518 | .unity-foldout__toggle > .unity-toggle__input:focus:enabled:checked > .unity-toggle__checkmark { 1519 | background-image: resource("UIPackageResources/Images/d_IN_foldout_focus_on.png"); 1520 | } 1521 | 1522 | .unity-foldout__toggle > .unity-toggle__input:hover:enabled > .unity-toggle__checkmark { 1523 | background-image: resource("UIPackageResources/Images/d_IN_foldout.png"); 1524 | } 1525 | 1526 | .unity-foldout__toggle > .unity-toggle__input:hover:enabled:checked > .unity-toggle__checkmark { 1527 | background-image: resource("UIPackageResources/Images/d_IN_foldout_on.png"); 1528 | } 1529 | 1530 | .unity-foldout__toggle > .unity-toggle__input:hover:enabled:active > .unity-toggle__checkmark { 1531 | background-image: resource("UIPackageResources/Images/d_IN_foldout_on.png"); 1532 | } 1533 | 1534 | .unity-base-text-field { 1535 | white-space: nowrap; 1536 | --unity-selection-color: rgba(61, 128, 223, 0.65); 1537 | --unity-cursor-color: rgb(180, 180, 180); 1538 | } 1539 | 1540 | .unity-base-text-field__input { 1541 | padding-left: 2px; 1542 | padding-right: 2px; 1543 | padding-top: 1px; 1544 | padding-bottom: 0; 1545 | cursor: text; 1546 | -unity-overflow-clip-box: content-box; 1547 | flex: 1 1 auto; 1548 | background-color: rgb(42, 42, 42); 1549 | border-width: 1px; 1550 | border-left-color: rgb(33, 33, 33); 1551 | border-top-color: rgb(13, 13, 13); 1552 | border-right-color: rgb(33, 33, 33); 1553 | border-bottom-color: rgb(33, 33, 33); 1554 | border-radius: 3px; 1555 | color: rgb(210, 210, 210); 1556 | --unity-sync-text-editor-engine: true; 1557 | } 1558 | 1559 | .unity-base-field:focus:enabled > .unity-base-field__label { 1560 | color: rgb(129, 180, 255); 1561 | } 1562 | 1563 | .unity-base-text-field:hover:enabled > .unity-base-text-field__input { 1564 | border-width: 1px; 1565 | border-color: rgb(101, 101, 101); 1566 | padding-bottom: 0; 1567 | padding-left: 2px; 1568 | padding-right: 2px; 1569 | } 1570 | 1571 | .unity-base-text-field__input:hover:enabled { 1572 | border-width: 1px; 1573 | border-color: rgb(101, 101, 101); 1574 | padding-bottom: 0; 1575 | padding-left: 2px; 1576 | padding-right: 2px; 1577 | } 1578 | 1579 | .unity-base-text-field:focus:enabled > .unity-base-text-field__input { 1580 | border-width: 1px; 1581 | border-color: rgb(58, 121, 187); 1582 | padding-bottom: 0; 1583 | padding-left: 2px; 1584 | padding-right: 2px; 1585 | } 1586 | 1587 | .unity-base-text-field__input:focus:enabled { 1588 | border-width: 1px; 1589 | border-color: rgb(58, 121, 187); 1590 | padding-bottom: 0; 1591 | padding-left: 2px; 1592 | padding-right: 2px; 1593 | } 1594 | 1595 | .unity-base-field__object:focus:enabled > .unity-base-field__label { 1596 | color: rgb(129, 180, 255); 1597 | } 1598 | 1599 | .unity-scroll-view--inner-input-field-component { 1600 | flex-grow: 1; 1601 | } 1602 | 1603 | .unity-scroll-view__content-viewport--inner-input-field-component.unity-scroll-view__content-viewport--vertical { 1604 | flex-grow: 1; 1605 | } 1606 | 1607 | .unity-scroll-view__content-viewport--inner-input-field-component.unity-scroll-view__content-viewport--vertical-horizontal { 1608 | flex-grow: 1; 1609 | height: 100%; 1610 | } 1611 | 1612 | .unity-scroll-view__content-container--vertical.unity-scroll-view__content-container--inner-input-field-component { 1613 | min-height: 100%; 1614 | } 1615 | 1616 | .unity-scroll-view__content-container--vertical-horizontal.unity-scroll-view__content-container--inner-input-field-component { 1617 | min-height: 100%; 1618 | } 1619 | 1620 | .unity-text-element--inner-input-field-component--vertical { 1621 | min-height: 100%; 1622 | } 1623 | 1624 | .unity-text-element--inner-input-field-component--vertical-horizontal { 1625 | min-height: 100%; 1626 | } 1627 | 1628 | .unity-text-element--inner-input-field-component--scroll-view { 1629 | flex-shrink: 0; 1630 | padding-right: 2px; 1631 | min-width: 100%; 1632 | } 1633 | 1634 | .unity-text-element--inner-input-field-component { 1635 | flex-shrink: 0; 1636 | padding-right: 2px; 1637 | flex-grow: 1; 1638 | } 1639 | 1640 | .unity-base-text-field__input--single-line { 1641 | overflow: scroll; 1642 | flex-direction: row; 1643 | -unity-text-align: middle-left; 1644 | flex-shrink: 1; 1645 | } 1646 | 1647 | .unity-base-text-field__input--multiline { 1648 | -unity-text-align: upper-left; 1649 | overflow: scroll; 1650 | flex-direction: row; 1651 | align-self: flex-start; 1652 | flex-shrink: 1; 1653 | } 1654 | 1655 | .unity-base-text-field__input--multiline--scroll-view { 1656 | -unity-text-align: upper-left; 1657 | } 1658 | 1659 | .unity-base-text-field__multiline-container { 1660 | flex-direction: column; 1661 | flex-grow: 1; 1662 | flex-shrink: 0; 1663 | overflow: scroll; 1664 | align-self: flex-start; 1665 | } 1666 | 1667 | .unity-two-pane-split-view { 1668 | flex-grow: 1; 1669 | overflow: hidden; 1670 | } 1671 | 1672 | .unity-two-pane-split-view--vertical { 1673 | flex-direction: column; 1674 | } 1675 | 1676 | .unity-two-pane-split-view--horizontal { 1677 | flex-direction: row; 1678 | } 1679 | 1680 | .unity-two-pane-split-view__content-container { 1681 | position: absolute; 1682 | top: 0; 1683 | left: 0; 1684 | right: 0; 1685 | bottom: 0; 1686 | } 1687 | 1688 | .unity-two-pane-split-view__handle-container { 1689 | position: absolute; 1690 | top: 0; 1691 | left: 0; 1692 | right: 0; 1693 | bottom: 0; 1694 | } 1695 | 1696 | .unity-two-pane-split-view__dragline { 1697 | background-color: rgba(0, 0, 0, 0); 1698 | position: absolute; 1699 | } 1700 | 1701 | .unity-two-pane-split-view__dragline--horizontal { 1702 | width: 10px; 1703 | left: -5px; 1704 | top: 0px; 1705 | bottom: 0px; 1706 | cursor: resize-horizontal; 1707 | } 1708 | 1709 | .unity-two-pane-split-view__dragline--vertical { 1710 | height: 10px; 1711 | top: -5px; 1712 | left: 0px; 1713 | right: 0px; 1714 | cursor: resize-vertical; 1715 | } 1716 | 1717 | .unity-two-pane-split-view__dragline-anchor { 1718 | position: absolute; 1719 | background-color: rgb(89, 89, 89); 1720 | } 1721 | 1722 | .unity-two-pane-split-view__dragline-anchor:hover:enabled { 1723 | background-color: rgb(255, 255, 255); 1724 | } 1725 | 1726 | .unity-two-pane-split-view__dragline-anchor--horizontal { 1727 | width: 1px; 1728 | top: 0px; 1729 | bottom: 0px; 1730 | } 1731 | 1732 | .unity-two-pane-split-view__dragline-anchor--vertical { 1733 | height: 1px; 1734 | left: 0px; 1735 | right: 0px; 1736 | } 1737 | 1738 | .unity-collection-view__item--alternative-background { 1739 | background-color: rgb(63, 63, 63); 1740 | } 1741 | 1742 | .unity-collection-view__item:hover:enabled { 1743 | background-color: rgb(48, 48, 48); 1744 | } 1745 | 1746 | .unity-collection-view__reorderable-item:hover:enabled { 1747 | background-color: rgb(48, 48, 48); 1748 | } 1749 | 1750 | .unity-collection-view__item--selected { 1751 | background-color: rgb(77, 77, 77); 1752 | } 1753 | 1754 | .unity-collection-view__item--selected:hover:enabled { 1755 | background-color: rgb(44, 93, 135); 1756 | color: rgb(255, 255, 255); 1757 | } 1758 | 1759 | .unity-collection-view:focus:enabled .unity-collection-view__item--selected { 1760 | background-color: rgb(44, 93, 135); 1761 | color: rgb(255, 255, 255); 1762 | } 1763 | 1764 | .unity-collection-view { 1765 | min-height: 20px; 1766 | max-height: 4000px; 1767 | } 1768 | 1769 | .unity-collection-view .unity-foldout__toggle:focus:enabled:checked > .unity-toggle__input > .unity-toggle__checkmark { 1770 | background-image: resource("UIPackageResources/Images/d_IN_foldout_on.png"); 1771 | } 1772 | 1773 | .unity-collection-view .unity-foldout__toggle:focus:enabled > .unity-toggle__input > .unity-toggle__checkmark { 1774 | background-image: resource("UIPackageResources/Images/d_IN_foldout.png"); 1775 | } 1776 | 1777 | .unity-property-field > .unity-collection-view { 1778 | max-height: 520px; 1779 | } 1780 | 1781 | .unity-collection-view__scroll-view { 1782 | flex-grow: 1; 1783 | } 1784 | 1785 | .unity-collection-view__background-fill { 1786 | height: 0; 1787 | min-height: 0; 1788 | max-height: 0; 1789 | } 1790 | 1791 | .unity-collection-view--with-border { 1792 | border-width: 1px; 1793 | border-color: rgb(32, 32, 32); 1794 | border-radius: 3px; 1795 | padding: 2px 0; 1796 | } 1797 | 1798 | .unity-collection-view__item.unity-collection-view__item--drag-hover { 1799 | background-color: rgb(67, 67, 67); 1800 | } 1801 | 1802 | .unity-collection-view:focus:enabled .unity-collection-view__item--selected.unity-collection-view__item--drag-hover { 1803 | background-color: rgb(44, 102, 140); 1804 | } 1805 | 1806 | .unity-collection-view__drag-hover-bar { 1807 | position: absolute; 1808 | height: 2px; 1809 | background-color: rgb(51, 86, 218); 1810 | } 1811 | 1812 | .unity-collection-view__drag-hover-marker { 1813 | position: absolute; 1814 | height: 6px; 1815 | width: 6px; 1816 | top: -2px; 1817 | border-color: rgb(51, 86, 218); 1818 | border-radius: 3px; 1819 | border-width: 2px; 1820 | background-color: white; 1821 | } 1822 | 1823 | .unity-tree-view { 1824 | background-color: rgb(56, 56, 56); 1825 | flex: 1 0 0; 1826 | } 1827 | 1828 | .unity-tree-view__list-view { 1829 | flex: 1 0 0; 1830 | } 1831 | 1832 | .unity-tree-view__item-toggle { 1833 | margin-left: 1px; 1834 | margin-right: 2px; 1835 | margin-top: 2px; 1836 | } 1837 | 1838 | .unity-tree-view__item-toggle.unity-base-field__inspector-field { 1839 | margin-left: 1px; 1840 | margin-right: 2px; 1841 | margin-top: 2px; 1842 | } 1843 | 1844 | .unity-tree-view__item-toggle > .unity-toggle__input > .unity-toggle__checkmark { 1845 | margin-top: 1px; 1846 | margin-left: 1px; 1847 | margin-right: 1px; 1848 | width: 13px; 1849 | height: 13px; 1850 | } 1851 | 1852 | .unity-tree-view__item { 1853 | flex-shrink: 0; 1854 | } 1855 | 1856 | .unity-tree-view__item-indent { 1857 | flex-shrink: 0; 1858 | } 1859 | 1860 | .unity-tree-view__item-content { 1861 | flex: 1 0 auto; 1862 | } 1863 | 1864 | .unity-list-view--with-header > .unity-foldout { 1865 | flex-grow: 1; 1866 | } 1867 | 1868 | .unity-list-view--with-header > .unity-foldout > .unity-foldout__content { 1869 | flex-grow: 1; 1870 | } 1871 | 1872 | .unity-list-view__scroll-view--with-footer { 1873 | background-color: rgb(70, 70, 70); 1874 | border-color: var(--unity-theme-border-color-4); 1875 | } 1876 | 1877 | .unity-list-view__item > .unity-foldout__toggle { 1878 | margin-left: 0; 1879 | } 1880 | 1881 | .unity-list-view__item > .unity-foldout > .unity-foldout__toggle { 1882 | margin-left: 0; 1883 | } 1884 | 1885 | .unity-list-view__item > .unity-foldout__content { 1886 | padding-left: 15px; 1887 | } 1888 | 1889 | .unity-list-view__item > .unity-foldout > .unity-foldout__content { 1890 | padding-left: 15px; 1891 | } 1892 | 1893 | .unity-list-view__size-field { 1894 | margin: 0; 1895 | padding: 1px 3px 1px 16px; 1896 | } 1897 | 1898 | .unity-list-view__size-field--with-footer { 1899 | background-color: rgb(70, 70, 70); 1900 | } 1901 | 1902 | .unity-list-view__size-field--with-header { 1903 | position: absolute; 1904 | right: 0; 1905 | max-width: 50px; 1906 | background-color: transparent; 1907 | padding: 1px 0 0 0; 1908 | } 1909 | 1910 | .unity-list-view > .unity-foldout > .unity-foldout__content { 1911 | margin-left: 0; 1912 | } 1913 | 1914 | .unity-list-view__empty-label { 1915 | height: 22px; 1916 | padding-left: 6px; 1917 | -unity-text-align: middle-left; 1918 | } 1919 | 1920 | .unity-list-view__over-max-multi-edit-limit-label { 1921 | height: 42px; 1922 | padding-left: 6px; 1923 | font-size: 12px; 1924 | -unity-text-align: middle-center; 1925 | flex-wrap: wrap; 1926 | overflow: hidden; 1927 | padding: 14px 3px; 1928 | white-space: normal; 1929 | } 1930 | 1931 | .unity-list-view__reorderable-item { 1932 | flex-shrink: 0; 1933 | flex-direction: row; 1934 | } 1935 | 1936 | .unity-list-view__reorderable-handle { 1937 | min-width: 14px; 1938 | min-height: 16px; 1939 | justify-content: flex-start; 1940 | padding-top: 6px; 1941 | } 1942 | 1943 | .unity-list-view__reorderable-handle-bar { 1944 | background-color: rgb(95, 95, 95); 1945 | height: 1px; 1946 | min-height: 1px; 1947 | width: 10px; 1948 | margin: 1px 2px 1px 3px; 1949 | } 1950 | 1951 | .unity-list-view__reorderable-item__container { 1952 | flex-grow: 1; 1953 | padding: 1px 5px 1px 13px; 1954 | } 1955 | 1956 | .unity-list-view__footer { 1957 | background-color: rgb(70, 70, 70); 1958 | border-color: var(--unity-theme-border-color-4); 1959 | flex-direction: row-reverse; 1960 | flex-shrink: 0; 1961 | height: 22px; 1962 | align-self: flex-end; 1963 | padding-left: 4px; 1964 | padding-right: 4px; 1965 | margin-right: 14px; 1966 | justify-content: center; 1967 | border-bottom-width: 1px; 1968 | border-right-width: 1px; 1969 | border-left-width: 1px; 1970 | border-bottom-left-radius: 3px; 1971 | border-bottom-right-radius: 3px; 1972 | } 1973 | 1974 | .unity-list-view__footer > .unity-button { 1975 | background-color: initial; 1976 | border-width: 0; 1977 | width: 22px; 1978 | -unity-font-style: bold; 1979 | font-size: 18px; 1980 | margin: 0; 1981 | } 1982 | 1983 | .unity-list-view__foldout-header > .unity-foldout__toggle:hover:enabled { 1984 | background-color: rgb(69, 69, 69); 1985 | } 1986 | 1987 | .unity-list-view__foldout-header > .unity-foldout__toggle { 1988 | margin-bottom: 0; 1989 | margin-left: 0; 1990 | margin-right: 0; 1991 | min-height: 18px; 1992 | } 1993 | 1994 | .unity-help-box { 1995 | align-items: center; 1996 | flex-direction: row; 1997 | border-radius: 3px; 1998 | border-width: 1px; 1999 | border-color: rgb(26, 26, 26); 2000 | background-color: rgb(63, 63, 63); 2001 | margin-left: 3px; 2002 | margin-right: 3px; 2003 | margin-top: 1px; 2004 | margin-bottom: 1px; 2005 | padding: 2px; 2006 | } 2007 | 2008 | .unity-help-box__label { 2009 | font-size: 10px; 2010 | white-space: normal; 2011 | flex-shrink: 1; 2012 | padding-left: 0; 2013 | padding-right: 1px; 2014 | } 2015 | 2016 | .unity-help-box__icon { 2017 | min-width: 34px; 2018 | max-width: 34px; 2019 | min-height: 32px; 2020 | max-height: 32px; 2021 | -unity-background-scale-mode: scale-to-fit; 2022 | } 2023 | 2024 | .unity-help-box__icon--info { 2025 | background-image: resource("UIPackageResources/Images/d_console.infoicon.png"); 2026 | } 2027 | 2028 | .unity-help-box__icon--warning { 2029 | background-image: resource("UIPackageResources/Images/d_console.warnicon.png"); 2030 | } 2031 | 2032 | .unity-help-box__icon--error { 2033 | background-image: resource("UIPackageResources/Images/d_console.erroricon.png"); 2034 | } 2035 | 2036 | .unity-ui-document__root { 2037 | position: absolute; 2038 | top: 0; 2039 | bottom: 0; 2040 | right: 0; 2041 | left: 0; 2042 | } 2043 | 2044 | .unity-min-max-gradient-field__visual-input { 2045 | flex-direction: row; 2046 | justify-content: flex-end; 2047 | margin-left: -3px; 2048 | margin-right: 3px; 2049 | } 2050 | 2051 | .unity-min-max-gradient-field__dropdown-field { 2052 | height: 17px; 2053 | margin-left: 0px; 2054 | } 2055 | 2056 | .unity-min-max-gradient-field__dropdown-input { 2057 | min-width: auto; 2058 | border-width: 0; 2059 | background-color: transparent; 2060 | } 2061 | 2062 | .unity-base-popup-field:hover:enabled > .unity-base-popup-field__input.unity-min-max-gradient-field__dropdown-input { 2063 | background-color: transparent; 2064 | } 2065 | 2066 | .unity-min-max-gradient-field__gradient-container { 2067 | flex-grow: 1; 2068 | } 2069 | 2070 | .unity-min-max-gradient-field__color-field { 2071 | flex-grow: 1; 2072 | } 2073 | 2074 | .unity-button-strip-field__button { 2075 | flex-grow: 1; 2076 | margin-right: 0; 2077 | margin-left: 0; 2078 | } 2079 | 2080 | .unity-button-strip-field__button-icon { 2081 | width: 16px; 2082 | height: 16px; 2083 | align-self: center; 2084 | } 2085 | 2086 | .unity-button-strip-field__button:checked { 2087 | background-color: rgb(110, 110, 110); 2088 | } 2089 | 2090 | .unity-button-strip-field__button--left { 2091 | border-top-right-radius: 0; 2092 | border-bottom-right-radius: 0; 2093 | border-right-width: 0; 2094 | } 2095 | 2096 | .unity-button-strip-field__button--middle { 2097 | border-radius: 0; 2098 | border-right-width: 0; 2099 | } 2100 | 2101 | .unity-button-strip-field__button--right { 2102 | border-top-left-radius: 0; 2103 | border-bottom-left-radius: 0; 2104 | } 2105 | 2106 | .unity-multi-column-view__header-container { 2107 | background-color: rgb(60, 60, 60); 2108 | border-bottom-color: rgb(35, 35, 35); 2109 | border-bottom-width: 1px; 2110 | overflow: hidden; 2111 | } 2112 | 2113 | .unity-multi-column-view__row-container { 2114 | flex-direction: row; 2115 | } 2116 | 2117 | .unity-multi-column-view__cell { 2118 | flex-shrink: 0; 2119 | overflow: hidden; 2120 | } 2121 | 2122 | .unity-multi-column-view__cell__label { 2123 | padding-left: 6px; 2124 | flex-grow: 1; 2125 | -unity-text-align: middle-left; 2126 | overflow: hidden; 2127 | text-overflow: ellipsis; 2128 | } 2129 | 2130 | .unity-multi-column-header { 2131 | flex-direction: row; 2132 | min-height: 20px; 2133 | } 2134 | 2135 | .unity-multi-column-header__column-container { 2136 | flex-direction: row; 2137 | flex-grow: 0; 2138 | flex-shrink: 0; 2139 | } 2140 | 2141 | .unity-multi-column-header__resize-handle-container { 2142 | position: absolute; 2143 | top: 0; 2144 | right: 0; 2145 | bottom: 0; 2146 | left: 0; 2147 | } 2148 | 2149 | .unity-multi-column-header__column__resize-preview { 2150 | position: absolute; 2151 | width: 0; 2152 | top: 0; 2153 | bottom: 0; 2154 | } 2155 | 2156 | .unity-multi-column-header__column__resize-preview__visual { 2157 | width: 2px; 2158 | margin-left: -1px; 2159 | flex-grow: 1; 2160 | background-color: rgb(44, 93, 135); 2161 | } 2162 | 2163 | .unity-multi-column-header__column__move-preview { 2164 | position: absolute; 2165 | top: 0; 2166 | bottom: 0; 2167 | border-color: rgb(44, 93, 135); 2168 | border-width: 2px; 2169 | } 2170 | 2171 | .unity-multi-column-header__column__move-location-preview { 2172 | position: absolute; 2173 | top: 0; 2174 | bottom: 0; 2175 | } 2176 | 2177 | .unity-multi-column-header__column__move-location-preview__visual { 2178 | width: 2px; 2179 | margin-left: -1px; 2180 | flex-grow: 1; 2181 | background-color: rgb(44, 93, 135); 2182 | } 2183 | 2184 | .unity-multi-column-header__column-resize-handle { 2185 | position: absolute; 2186 | width: 0; 2187 | top: 0; 2188 | bottom: 0; 2189 | } 2190 | 2191 | .unity-multi-column-header__column-resize-handle__drag-area { 2192 | width: 10px; 2193 | margin-left: -5px; 2194 | flex-grow: 1; 2195 | cursor: resize-horizontal; 2196 | } 2197 | 2198 | .unity-multi-column-header__column { 2199 | flex-grow: 0; 2200 | flex-shrink: 0; 2201 | overflow: hidden; 2202 | background-color: rgb(60, 60, 60); 2203 | border-right-color: rgb(35, 35, 35); 2204 | border-right-width: 1px; 2205 | } 2206 | 2207 | .unity-multi-column-header__column:hover:enabled { 2208 | background-color: rgb(70, 70, 70); 2209 | } 2210 | 2211 | .unity-multi-column-header__column:active:enabled { 2212 | background-color: rgb(80, 80, 80); 2213 | } 2214 | 2215 | .unity-multi-column-header__column--moving { 2216 | background-color: rgb(70, 96, 124); 2217 | } 2218 | 2219 | .unity-multi-column-header__column--moving:hover:enabled { 2220 | background-color: rgb(70, 96, 124); 2221 | } 2222 | 2223 | .unity-multi-column-header__column__sort-indicator { 2224 | flex-direction: row; 2225 | align-items: center; 2226 | justify-content: center; 2227 | display: none; 2228 | } 2229 | 2230 | .unity-multi-column-header__column--sortable .unity-multi-column-header__column__sort-indicator { 2231 | display: flex; 2232 | } 2233 | 2234 | .unity-multi-column-header__column__sort-indicator__index-label { 2235 | font-size: 9px; 2236 | opacity: 0.7; 2237 | } 2238 | 2239 | .unity-multi-column-header__column__sort-indicator__arrow { 2240 | width: 12px; 2241 | height: 12px; 2242 | } 2243 | 2244 | .unity-multi-column-header__column--sorted-ascending .unity-multi-column-header__column__sort-indicator__arrow { 2245 | background-image: resource("UIPackageResources/Images/d_scrollup_uielements.png"); 2246 | } 2247 | 2248 | .unity-multi-column-header__column--sorted-descending .unity-multi-column-header__column__sort-indicator__arrow { 2249 | background-image: resource("UIPackageResources/Images/d_scrolldown_uielements.png"); 2250 | } 2251 | 2252 | .unity-multi-column-header__column__content-container { 2253 | flex-grow: 1; 2254 | flex-shrink: 1; 2255 | } 2256 | 2257 | .unity-multi-column-header__column__default-content { 2258 | padding-top: 2px; 2259 | padding-bottom: 2px; 2260 | flex-direction: row; 2261 | flex-grow: 1; 2262 | justify-content: center; 2263 | } 2264 | 2265 | .unity-multi-column-header__column__default-content.unity-multi-column-header__column__content--has-title { 2266 | padding-left: 6px; 2267 | justify-content: flex-start; 2268 | } 2269 | 2270 | .unity-multi-column-header__column__icon { 2271 | width: 16px; 2272 | height: 16px; 2273 | flex-shrink: 0; 2274 | align-self: center; 2275 | position: absolute; 2276 | visibility: hidden; 2277 | } 2278 | 2279 | .unity-multi-column-header__column__default-content.unity-multi-column-header__column__content--has-icon > .unity-multi-column-header__column__icon { 2280 | display: flex; 2281 | position: relative; 2282 | visibility: visible; 2283 | } 2284 | 2285 | .unity-multi-column-header__column__title { 2286 | -unity-text-align: middle-left; 2287 | padding-left: 2px; 2288 | flex-grow: 1; 2289 | display: none; 2290 | overflow: hidden; 2291 | text-overflow: ellipsis; 2292 | } 2293 | 2294 | .unity-multi-column-header__column__default-content.unity-multi-column-header__column__content--has-title > .unity-multi-column-header__column__title { 2295 | display: flex; 2296 | } 2297 | 2298 | .unity-composite-field .unity-base-field__input { 2299 | margin-right: 1px; 2300 | } 2301 | 2302 | .unity-composite-field > .unity-composite-field__input { 2303 | flex-direction: row; 2304 | flex-wrap: nowrap; 2305 | flex: 1 0 auto; 2306 | margin-right: 0; 2307 | } 2308 | 2309 | .unity-composite-field--multi-line > .unity-base-field__input { 2310 | flex-direction: column; 2311 | } 2312 | 2313 | .unity-composite-field--multi-line { 2314 | margin-top: 0; 2315 | margin-bottom: 0; 2316 | } 2317 | 2318 | .unity-composite-field__field { 2319 | min-width: 0; 2320 | flex-direction: row; 2321 | flex: 1 0 0; 2322 | flex-wrap: nowrap; 2323 | margin-top: 0; 2324 | margin-bottom: 0; 2325 | margin-left: 0; 2326 | margin-right: 0; 2327 | } 2328 | 2329 | .unity-composite-field__field-group { 2330 | flex: 1 0 auto; 2331 | flex-direction: row; 2332 | flex-wrap: nowrap; 2333 | margin-top: 1px; 2334 | margin-bottom: 1px; 2335 | } 2336 | 2337 | .unity-composite-field__field-group > .unity-composite-field__field { 2338 | flex: 1 0 0; 2339 | flex-direction: row; 2340 | flex-wrap: nowrap; 2341 | } 2342 | 2343 | .unity-composite-field__field > .unity-base-field__label { 2344 | min-width: 15px; 2345 | margin-left: 3px; 2346 | margin-right: 0; 2347 | flex: 0 0 15px; 2348 | } 2349 | 2350 | .unity-base-field__input > .unity-base-field__label--mixed-value { 2351 | color: rgba(210, 210, 210, 0.5); 2352 | } 2353 | 2354 | .unity-object-field__object > .unity-base-field__label--mixed-value { 2355 | color: rgba(210, 210, 210, 0.5); 2356 | margin-left: 0; 2357 | } 2358 | 2359 | .unity-composite-field__field > .unity-base-field__label--mixed-value { 2360 | color: rgba(210, 210, 210, 0.5); 2361 | } 2362 | 2363 | .unity-composite-field__field--first > .unity-base-field__label { 2364 | margin-left: 0; 2365 | margin-right: 0; 2366 | padding-left: 1px; 2367 | } 2368 | 2369 | .unity-base-field--no-label .unity-composite-field__field-spacer { 2370 | position: absolute; 2371 | } 2372 | 2373 | .unity-composite-field__field-spacer { 2374 | flex: 1 0 auto; 2375 | flex-direction: row; 2376 | overflow: hidden; 2377 | flex-wrap: nowrap; 2378 | } 2379 | 2380 | .unity-min-max-gradient-field__multiple-values-label { 2381 | flex-grow: 1; 2382 | -unity-text-align: middle-center; 2383 | } 2384 | 2385 | .unity-list-view__header { 2386 | border-width: 1px; 2387 | border-color: rgb(32, 32, 32); 2388 | background-color: rgb(53, 53, 53); 2389 | border-top-left-radius: 3px; 2390 | border-top-right-radius: 3px; 2391 | padding-left: 7px; 2392 | padding-top: 2px; 2393 | padding-bottom: 2px; 2394 | margin-bottom: -1px; 2395 | } 2396 | 2397 | .unity-event__left-column { 2398 | width: 30%; 2399 | } 2400 | 2401 | .unity-event__right-column { 2402 | width: 70%; 2403 | padding-left: 7px; 2404 | } 2405 | 2406 | .unity-event__list-view-scroll-view { 2407 | border-top-left-radius: 0; 2408 | border-top-right-radius: 0; 2409 | padding-top: 5px; 2410 | } 2411 | 2412 | .unity-event__list-view-scroll-view .unity-list-view__reorderable-item__container { 2413 | padding-left: 0; 2414 | } 2415 | 2416 | .unity-event__list-view-scroll-view .unity-list-view__reorderable-handle { 2417 | justify-content: flex-start; 2418 | padding-top: 6px; 2419 | padding-left: 2px; 2420 | padding-right: 2px; 2421 | } 2422 | 2423 | .unity-event__right-column > .unity-base-field { 2424 | margin-left: 0; 2425 | margin-right: 0; 2426 | } 2427 | 2428 | #unity-event__parameter-property > .unity-base-field { 2429 | margin-left: 0; 2430 | margin-right: 0; 2431 | } 2432 | 2433 | .unity-event__container { 2434 | margin-left: 3px; 2435 | margin-right: 3px; 2436 | } 2437 | 2438 | .unity-event__list-view-item { 2439 | flex-direction: row; 2440 | } 2441 | 2442 | .unity-binding--prefab-override { 2443 | -unity-font-style: bold; 2444 | } 2445 | 2446 | .unity-binding--prefab-override > .unity-base-field__label { 2447 | -unity-font-style: bold; 2448 | } 2449 | 2450 | .unity-binding--prefab-override > .unity-base-field__input { 2451 | -unity-font-style: bold; 2452 | } 2453 | 2454 | .unity-binding__prefab-override-bar { 2455 | position: absolute; 2456 | top: 0; 2457 | bottom: 0; 2458 | width: 2px; 2459 | background-color: rgb(5, 147, 224); 2460 | } 2461 | 2462 | .unity-binding__prefab-override-bar-not-applicable { 2463 | position: absolute; 2464 | top: 0; 2465 | bottom: 0; 2466 | width: 2px; 2467 | background-color: rgb(5, 147, 224); 2468 | opacity: 0.35; 2469 | } 2470 | 2471 | .unity-binding--live-property { 2472 | -unity-font-style: bold; 2473 | } 2474 | 2475 | .unity-binding--live-property > .unity-base-field__label { 2476 | -unity-font-style: bold; 2477 | } 2478 | 2479 | .unity-binding--live-property > .unity-base-field__input { 2480 | -unity-font-style: bold; 2481 | } 2482 | 2483 | .unity-binding__live-property-bar { 2484 | position: absolute; 2485 | top: 0; 2486 | bottom: 0; 2487 | width: 2px; 2488 | background-color: rgb(255, 165, 60); 2489 | } 2490 | 2491 | .unity-binding__preset-ignore-bar { 2492 | position: absolute; 2493 | top: 0; 2494 | bottom: 0; 2495 | width: 2px; 2496 | background-color: rgb(240, 81, 60); 2497 | } 2498 | 2499 | .unity-color-field__input { 2500 | min-height: 16px; 2501 | } 2502 | 2503 | .unity-property-control { 2504 | flex: 1 0 0; 2505 | flex-direction: row; 2506 | } 2507 | 2508 | .unity-property-control__dragger { 2509 | cursor: slide-arrow; 2510 | } 2511 | 2512 | .unity-property-control__label { 2513 | flex: 0 0 auto; 2514 | height: 16px; 2515 | } 2516 | 2517 | .unity-property-control__control { 2518 | flex: 1 0 0; 2519 | height: 16px; 2520 | } 2521 | 2522 | .unity-object-field__input { 2523 | flex-direction: row; 2524 | background-color: rgb(40, 40, 40); 2525 | border-radius: 3px; 2526 | border-color: rgb(32, 32, 32); 2527 | border-top-width: 1px; 2528 | border-right-width: 1px; 2529 | border-bottom-width: 1px; 2530 | border-left-width: 1px; 2531 | } 2532 | 2533 | .unity-object-field:hover:enabled > .unity-object-field__input { 2534 | border-width: 1px; 2535 | border-color: rgb(101, 101, 101); 2536 | } 2537 | 2538 | .unity-object-field:checked > .unity-object-field__input { 2539 | border-width: 1px; 2540 | border-color: rgb(101, 101, 101); 2541 | } 2542 | 2543 | .unity-object-field:focus:enabled > .unity-object-field__input { 2544 | border-width: 1px; 2545 | border-color: rgb(58, 121, 187); 2546 | } 2547 | 2548 | .unity-object-field__object:focus:enabled > .unity-object-field-display__label { 2549 | color: rgb(210, 210, 210); 2550 | } 2551 | 2552 | .unity-object-field__object { 2553 | flex-direction: row; 2554 | flex: 1 0 0; 2555 | -unity-slice-left: 4; 2556 | -unity-slice-top: 4; 2557 | -unity-slice-right: 4; 2558 | -unity-slice-bottom: 4; 2559 | } 2560 | 2561 | .unity-object-field-display__icon { 2562 | margin-left: 0; 2563 | margin-top: 2px; 2564 | margin-bottom: 2px; 2565 | margin-right: 0; 2566 | padding-top: 0; 2567 | padding-bottom: 0; 2568 | padding-left: 2px; 2569 | padding-right: 0; 2570 | max-width: 14px; 2571 | max-height: 12px; 2572 | align-self: center; 2573 | } 2574 | 2575 | .unity-object-field-display__label { 2576 | flex: 1 0 0; 2577 | margin-left: 2px; 2578 | padding-left: 0; 2579 | padding-right: 2px; 2580 | padding-top: 1px; 2581 | padding-bottom: 0; 2582 | overflow: hidden; 2583 | color: rgb(210, 210, 210); 2584 | } 2585 | 2586 | .unity-object-field-display--accept-drop { 2587 | background-color: rgb(44, 93, 135); 2588 | } 2589 | 2590 | .unity-object-field__selector { 2591 | width: 18px; 2592 | height: 16px; 2593 | align-self: center; 2594 | flex-shrink: 0; 2595 | background-color: rgb(55, 55, 55); 2596 | background-image: resource("UIPackageResources/Images/d_pick_uielements.png"); 2597 | -unity-slice-left: 1; 2598 | -unity-slice-top: 1; 2599 | -unity-slice-right: 1; 2600 | -unity-slice-bottom: 1; 2601 | } 2602 | 2603 | .unity-object-field__selector:hover:enabled { 2604 | background-color: rgb(76, 76, 76); 2605 | } 2606 | 2607 | .unity-curve-field__input { 2608 | background-color: rgb(86, 86, 86); 2609 | --unity-curve-color: rgb(0, 255, 0); 2610 | margin-top: 1px; 2611 | min-height: 15px; 2612 | border-color: rgb(33, 33, 33); 2613 | border-width: 1px; 2614 | } 2615 | 2616 | .unity-curve-field__content { 2617 | position: absolute; 2618 | left: 1px; 2619 | right: 1px; 2620 | bottom: 1px; 2621 | top: 1px; 2622 | } 2623 | 2624 | .unity-curve-field:focus:enabled > .unity-curve-field__input { 2625 | border-color: rgb(58, 121, 187); 2626 | } 2627 | 2628 | .unity-gradient-field__input { 2629 | min-height: 16px; 2630 | border-color: rgb(33, 33, 33); 2631 | border-width: 1px; 2632 | } 2633 | 2634 | .unity-gradient-field__background { 2635 | position: absolute; 2636 | left: 1px; 2637 | right: 1px; 2638 | bottom: 1px; 2639 | top: 1px; 2640 | background-position-x: left; 2641 | background-position-y: top; 2642 | background-size: 30px 30px; 2643 | background-repeat: repeat; 2644 | background-image: resource("Previews/Textures/textureChecker.png"); 2645 | } 2646 | 2647 | .unity-gradient-field__content { 2648 | flex-grow: 1; 2649 | } 2650 | 2651 | .unity-gradient-field:focus:enabled > .unity-gradient-field__input { 2652 | border-color: rgb(58, 121, 187); 2653 | } 2654 | 2655 | .unity-inspector-element { 2656 | flex-grow: 1; 2657 | } 2658 | 2659 | .unity-inspector-element--uie { 2660 | padding-top: 2px; 2661 | padding-left: 15px; 2662 | padding-right: 6px; 2663 | } 2664 | 2665 | .unity-inspector-element > .unity-base-field > .unity-base-field__label { 2666 | padding-left: 16px; 2667 | } 2668 | 2669 | .unity-inspector-element .unity-property-field__label { 2670 | padding-left: 1px; 2671 | overflow: hidden; 2672 | } 2673 | 2674 | .unity-inspector-element > .unity-property-field > .unity-base-field > .unity-base-field__label { 2675 | padding-left: 1px; 2676 | overflow: hidden; 2677 | } 2678 | 2679 | .unity-base-field__inspector-field { 2680 | margin-right: -2px; 2681 | } 2682 | 2683 | .unity-base-field__inspector-field > .unity-composite-field__input > .unity-composite-field__field { 2684 | margin-right: -1px; 2685 | } 2686 | 2687 | .unity-list-view__size-field.unity-base-field__inspector-field { 2688 | margin-right: 0; 2689 | padding-right: 3px; 2690 | } 2691 | 2692 | .unity-list-view__size-field--with-header.unity-base-field__inspector-field { 2693 | margin-right: 0; 2694 | padding-right: 0; 2695 | } 2696 | 2697 | .unity-inspector-element--uie > #unity-prefab-override-bars-container { 2698 | margin-left: -15px; 2699 | } 2700 | 2701 | .unity-inspector-element--uie > #unity-live-property-bars-container { 2702 | margin-left: -15px; 2703 | } 2704 | 2705 | .unity-decorator-drawers-container { 2706 | margin-left: 3px; 2707 | } 2708 | 2709 | .unity-decorator-drawers-container > .unity-header-drawer__label { 2710 | -unity-font-style: bold; 2711 | -unity-text-align: lower-left; 2712 | margin-top: 13px; 2713 | } 2714 | 2715 | .unity-property-field__inspector-property > .unity-imgui-container { 2716 | margin-right: -3px; 2717 | } 2718 | 2719 | .game-object-inspector { 2720 | margin-bottom: -7px; 2721 | } 2722 | 2723 | .unity-bounds-field > .unity-base-field__input { 2724 | margin-right: 0; 2725 | } 2726 | 2727 | .unity-bounds-field .unity-composite-field { 2728 | margin-right: 0; 2729 | margin-top: 1px; 2730 | margin-bottom: 1px; 2731 | } 2732 | 2733 | .unity-bounds-int-field .unity-composite-field { 2734 | margin-right: 0; 2735 | margin-top: 1px; 2736 | margin-bottom: 1px; 2737 | } 2738 | 2739 | .unity-bounds-field { 2740 | flex-direction: column; 2741 | margin-top: 0; 2742 | margin-bottom: 0; 2743 | } 2744 | 2745 | .unity-bounds-int-field { 2746 | flex-direction: column; 2747 | margin-top: 0; 2748 | margin-bottom: 0; 2749 | } 2750 | 2751 | .unity-bounds-field__input { 2752 | flex: 1 0 auto; 2753 | } 2754 | 2755 | .unity-bounds-int-field__input { 2756 | flex: 1 0 auto; 2757 | } 2758 | 2759 | .unity-bounds-field__label { 2760 | margin-top: 0; 2761 | margin-bottom: 0; 2762 | } 2763 | 2764 | .unity-bounds-int-field__label { 2765 | margin-top: 0; 2766 | margin-bottom: 0; 2767 | } 2768 | 2769 | .unity-bounds-field__center-field { 2770 | margin-top: 0; 2771 | margin-bottom: 0; 2772 | } 2773 | 2774 | .unity-bounds-field__extents-field { 2775 | margin-top: 0; 2776 | margin-bottom: 0; 2777 | } 2778 | 2779 | .unity-bounds-int-field__position-field { 2780 | margin-top: 0; 2781 | margin-bottom: 0; 2782 | } 2783 | 2784 | .unity-bounds-int-field__size-field { 2785 | margin-top: 0; 2786 | margin-bottom: 0; 2787 | } 2788 | 2789 | .unity-bounds-field__center-field > .unity-base-field__label { 2790 | padding-left: 98px; 2791 | } 2792 | 2793 | .unity-bounds-field__extents-field > .unity-base-field__label { 2794 | padding-left: 98px; 2795 | } 2796 | 2797 | .unity-bounds-int-field__position-field > .unity-base-field__label { 2798 | padding-left: 98px; 2799 | } 2800 | 2801 | .unity-bounds-int-field__size-field > .unity-base-field__label { 2802 | padding-left: 98px; 2803 | } 2804 | 2805 | .unity-bounds-field__center-field.unity-base-field__aligned > .unity-base-field__label { 2806 | -unity-text-align: upper-right; 2807 | padding-left: 0; 2808 | padding-right: 5px; 2809 | } 2810 | 2811 | .unity-bounds-field__extents-field.unity-base-field__aligned > .unity-base-field__label { 2812 | -unity-text-align: upper-right; 2813 | padding-left: 0; 2814 | padding-right: 5px; 2815 | } 2816 | 2817 | .unity-bounds-int-field__position-field.unity-base-field__aligned > .unity-base-field__label { 2818 | -unity-text-align: upper-right; 2819 | padding-left: 0; 2820 | padding-right: 5px; 2821 | } 2822 | 2823 | .unity-bounds-int-field__size-field.unity-base-field__aligned > .unity-base-field__label { 2824 | -unity-text-align: upper-right; 2825 | padding-left: 0; 2826 | padding-right: 5px; 2827 | } 2828 | 2829 | .unity-bounds-field.unity-base-field--no-label > .unity-base-field__input > .unity-vector3-field > .unity-base-field__label { 2830 | padding-left: 2px; 2831 | min-width: 54px; 2832 | } 2833 | 2834 | .unity-bounds-int-field.unity-base-field--no-label > .unity-base-field__input > .unity-vector3-int-field > .unity-base-field__label { 2835 | padding-left: 2px; 2836 | min-width: 54px; 2837 | } 2838 | 2839 | .unity-bounds-field.unity-base-field--no-label > .unity-base-field__input > .unity-vector3-field.unity-base-field__aligned > .unity-base-field__label { 2840 | -unity-text-align: upper-left; 2841 | } 2842 | 2843 | .unity-bounds-int-field.unity-base-field--no-label > .unity-base-field__input > .unity-vector3-int-field.unity-base-field__aligned > .unity-base-field__label { 2844 | -unity-text-align: upper-left; 2845 | } 2846 | 2847 | .unity-search-field-base { 2848 | width: 295px; 2849 | min-width: 32px; 2850 | background-image: none; 2851 | padding-top: 0; 2852 | padding-left: 0; 2853 | padding-right: 0; 2854 | padding-bottom: 0; 2855 | min-height: 16px; 2856 | margin-top: 2px; 2857 | margin-left: 4px; 2858 | margin-right: 2px; 2859 | margin-bottom: 2px; 2860 | align-items: center; 2861 | flex: none; 2862 | flex-direction: row; 2863 | background-color: rgb(42, 42, 42); 2864 | border-width: 1px; 2865 | border-left-color: rgb(33, 33, 33); 2866 | border-top-color: rgb(13, 13, 13); 2867 | border-right-color: rgb(33, 33, 33); 2868 | border-bottom-color: rgb(33, 33, 33); 2869 | border-radius: 3px; 2870 | } 2871 | 2872 | .unity-search-field-base:hover:enabled { 2873 | border-width: 1px; 2874 | border-color: rgb(101, 101, 101); 2875 | padding-top: 0; 2876 | padding-left: 0; 2877 | padding-right: 0; 2878 | padding-bottom: 0; 2879 | } 2880 | 2881 | .unity-search-field-base:focus:enabled { 2882 | border-width: 1px; 2883 | border-color: rgb(58, 121, 187); 2884 | padding-top: 0; 2885 | padding-left: 0; 2886 | padding-right: 0; 2887 | padding-bottom: 0; 2888 | } 2889 | 2890 | .unity-search-field-base__search-button { 2891 | width: 8px; 2892 | height: 8px; 2893 | background-image: resource("UIPackageResources/Images/d_search_icon.png"); 2894 | background-color: transparent; 2895 | margin-left: 2px; 2896 | margin-right: 0; 2897 | margin-bottom: 0; 2898 | margin-top: 0; 2899 | padding: 0; 2900 | border-width: 0; 2901 | border-radius: 0; 2902 | } 2903 | 2904 | .unity-search-field-base--popup > .unity-search-field-base__search-button { 2905 | width: 11px; 2906 | height: 8px; 2907 | background-image: resource("UIPackageResources/Images/d_search_menu.png"); 2908 | } 2909 | 2910 | .unity-search-field-base__search-button:hover:enabled { 2911 | background-color: transparent; 2912 | } 2913 | 2914 | .unity-search-field-base__text-field { 2915 | flex-grow: 1; 2916 | flex-shrink: 1; 2917 | margin-left: 2px; 2918 | margin-top: 0; 2919 | margin-bottom: 0; 2920 | } 2921 | 2922 | .unity-search-field-base__text-field:focus:enabled { 2923 | background-image: none; 2924 | } 2925 | 2926 | .unity-search-field-base__text-field__input { 2927 | min-height: 11px; 2928 | margin-top: 0; 2929 | margin-left: 0; 2930 | margin-bottom: 0; 2931 | margin-right: 0; 2932 | font-size: 11px; 2933 | height: 14px; 2934 | border-width: 0; 2935 | padding-left: 0; 2936 | padding-right: 14px; 2937 | padding-top: 0; 2938 | padding-bottom: 0; 2939 | flex-grow: 1; 2940 | } 2941 | 2942 | .unity-search-field-base__text-field:hover:enabled > .unity-search-field-base__text-field__input { 2943 | border-width: 0; 2944 | padding-left: 0; 2945 | padding-right: 14px; 2946 | padding-top: 0; 2947 | padding-bottom: 0; 2948 | } 2949 | 2950 | .unity-search-field-base__text-field > .unity-search-field-base__text-field__input:hover:enabled { 2951 | border-width: 0; 2952 | padding-left: 0; 2953 | padding-right: 14px; 2954 | padding-top: 0; 2955 | padding-bottom: 0; 2956 | } 2957 | 2958 | .unity-search-field-base__text-field:focus:enabled > .unity-search-field-base__text-field__input { 2959 | border-width: 0; 2960 | padding-left: 0; 2961 | padding-right: 14px; 2962 | padding-top: 0; 2963 | padding-bottom: 0; 2964 | } 2965 | 2966 | .unity-search-field-base__text-field > .unity-search-field-base__text-field__input:focus:enabled { 2967 | border-width: 0; 2968 | padding-left: 0; 2969 | padding-right: 14px; 2970 | padding-top: 0; 2971 | padding-bottom: 0; 2972 | } 2973 | 2974 | .unity-search-field-base__cancel-button { 2975 | width: 14px; 2976 | height: 13px; 2977 | background-image: resource("UIPackageResources/Images/d_clear_uielements.png"); 2978 | background-color: transparent; 2979 | margin: 0; 2980 | padding: 0; 2981 | border-width: 0; 2982 | border-radius: 0; 2983 | } 2984 | 2985 | .unity-search-field-base__cancel-button:hover:enabled { 2986 | background-color: transparent; 2987 | } 2988 | 2989 | .unity-search-field-base__cancel-button--off { 2990 | background-image: none; 2991 | } 2992 | 2993 | .unity-ui-navigation-hidden { 2994 | display: none; 2995 | } 2996 | 2997 | .unity-ui-navigation-indent > * > * > .unity-label { 2998 | margin-left: 15px; 2999 | } 3000 | 3001 | .unity-binding--animation-animated { 3002 | -unity-background-image-tint-color: rgb(137, 216, 255); 3003 | } 3004 | 3005 | .unity-binding--animation-animated > .unity-toggle__checkmark { 3006 | -unity-background-image-tint-color: rgb(137, 216, 255); 3007 | } 3008 | 3009 | .unity-binding--animation-recorded { 3010 | -unity-background-image-tint-color: rgb(255, 127, 127); 3011 | } 3012 | 3013 | .unity-binding--animation-recorded > .unity-toggle__checkmark { 3014 | -unity-background-image-tint-color: rgb(255, 127, 127); 3015 | } 3016 | 3017 | .unity-binding--animation-candidate { 3018 | -unity-background-image-tint-color: rgb(255, 170, 109); 3019 | } 3020 | 3021 | .unity-binding--animation-candidate > .unity-toggle__checkmark { 3022 | -unity-background-image-tint-color: rgb(255, 170, 109); 3023 | } 3024 | 3025 | .unity-min-max-slider__input:active > .unity-min-max-slider__dragger:hover { 3026 | background-image: resource("UIPackageResources/Images/d_minmax_slider_thumb_act.png"); 3027 | } 3028 | 3029 | .unity-min-max-slider__input:focus > .unity-min-max-slider__dragger { 3030 | background-image: resource("UIPackageResources/Images/d_minmax_slider_thumb.png"); 3031 | } 3032 | 3033 | .unity-gradient-field__border { 3034 | border-color: rgb(29, 29, 29); 3035 | } 3036 | 3037 | .unity-gradient-field__input:focus > .unity-gradient-field__border { 3038 | border-color: rgb(9, 17, 65); 3039 | } 3040 | --------------------------------------------------------------------------------