@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add search app icon

Summary: It's an icon. For Search. Fixes T3966

Test Plan: Search

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T3966

Differential Revision: https://secure.phabricator.com/D7389

+210 -152
resources/sprite/apps_blue_2x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_blue_4x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_dark_1x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_dark_2x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_dark_4x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_lb_2x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_lb_4x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_white_1x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_white_2x/search.png

This is a binary file and will not be displayed.

resources/sprite/apps_white_4x/search.png

This is a binary file and will not be displayed.

+20
resources/sprite/manifest/apps-large.json
··· 941 941 "rule" : ".apps-repositories-white-large", 942 942 "hash" : "e249fe8d4137e4b357c88ee237535632" 943 943 }, 944 + "apps-search-blue-large" : { 945 + "name" : "apps-search-blue-large", 946 + "rule" : ".apps-search-blue-large, .phabricator-crumb-view:hover .apps-search-dark-large", 947 + "hash" : "92d4f29ba421c9511c24587ddef9610c" 948 + }, 949 + "apps-search-dark-large" : { 950 + "name" : "apps-search-dark-large", 951 + "rule" : ".apps-search-dark-large", 952 + "hash" : "c734624259fdbc5bd2f9a5660cea1ea9" 953 + }, 954 + "apps-search-light-large" : { 955 + "name" : "apps-search-light-large", 956 + "rule" : ".apps-search-light-large", 957 + "hash" : "69e3b578e40caa14ec814b624bd596fe" 958 + }, 959 + "apps-search-white-large" : { 960 + "name" : "apps-search-white-large", 961 + "rule" : ".apps-search-white-large", 962 + "hash" : "0e1f6f3142848d8a4b679aac36caa7b8" 963 + }, 944 964 "apps-settings-blue-large" : { 945 965 "name" : "apps-settings-blue-large", 946 966 "rule" : ".apps-settings-blue-large, .phabricator-crumb-view:hover .apps-settings-dark-large",
+10
resources/sprite/manifest/apps.json
··· 471 471 "rule" : ".apps-repositories-white", 472 472 "hash" : "848bb97c36e927353a097f2e7312841d" 473 473 }, 474 + "apps-search-dark" : { 475 + "name" : "apps-search-dark", 476 + "rule" : ".apps-search-dark", 477 + "hash" : "c1e382d74a101b4dc40a8a498fb301e1" 478 + }, 479 + "apps-search-white" : { 480 + "name" : "apps-search-white", 481 + "rule" : ".apps-search-white", 482 + "hash" : "97fed01d5d3295baa51cab8e2e6721ab" 483 + }, 474 484 "apps-settings-dark" : { 475 485 "name" : "apps-settings-dark", 476 486 "rule" : ".apps-settings-dark",
+55 -55
src/__celerity_resource_map__.php
··· 569 569 ), 570 570 '/rsrc/image/sprite-apps-X2.png' => 571 571 array( 572 - 'hash' => 'd12f41da14b7f0b5a364a59a65fc67cd', 573 - 'uri' => '/res/d12f41da/rsrc/image/sprite-apps-X2.png', 572 + 'hash' => 'c15f920572ee2acb51881039f53ab1cd', 573 + 'uri' => '/res/c15f9205/rsrc/image/sprite-apps-X2.png', 574 574 'disk' => '/rsrc/image/sprite-apps-X2.png', 575 575 'type' => 'png', 576 576 ), 577 577 '/rsrc/image/sprite-apps-large-X2.png' => 578 578 array( 579 - 'hash' => '0ad432a9b02c2a9228389e71c3f2b590', 580 - 'uri' => '/res/0ad432a9/rsrc/image/sprite-apps-large-X2.png', 579 + 'hash' => '0d03d3aa517de750c2765f6d85af63fb', 580 + 'uri' => '/res/0d03d3aa/rsrc/image/sprite-apps-large-X2.png', 581 581 'disk' => '/rsrc/image/sprite-apps-large-X2.png', 582 582 'type' => 'png', 583 583 ), 584 584 '/rsrc/image/sprite-apps-large.png' => 585 585 array( 586 - 'hash' => 'a3addc473c11d6597a922a4c7d943357', 587 - 'uri' => '/res/a3addc47/rsrc/image/sprite-apps-large.png', 586 + 'hash' => 'e7d84eb34053b30a9f73eddddb58adab', 587 + 'uri' => '/res/e7d84eb3/rsrc/image/sprite-apps-large.png', 588 588 'disk' => '/rsrc/image/sprite-apps-large.png', 589 589 'type' => 'png', 590 590 ), ··· 597 597 ), 598 598 '/rsrc/image/sprite-apps.png' => 599 599 array( 600 - 'hash' => 'c801a581ebbb0db851cd6623d7b8f175', 601 - 'uri' => '/res/c801a581/rsrc/image/sprite-apps.png', 600 + 'hash' => 'fd67e1346117ee95b1327a2b92472525', 601 + 'uri' => '/res/fd67e134/rsrc/image/sprite-apps.png', 602 602 'disk' => '/rsrc/image/sprite-apps.png', 603 603 'type' => 'png', 604 604 ), ··· 4164 4164 ), 4165 4165 'sprite-apps-css' => 4166 4166 array( 4167 - 'uri' => '/res/0805dd1d/rsrc/css/sprite-apps.css', 4167 + 'uri' => '/res/49414f73/rsrc/css/sprite-apps.css', 4168 4168 'type' => 'css', 4169 4169 'requires' => 4170 4170 array( ··· 4173 4173 ), 4174 4174 'sprite-apps-large-css' => 4175 4175 array( 4176 - 'uri' => '/res/ebba1243/rsrc/css/sprite-apps-large.css', 4176 + 'uri' => '/res/9b28c951/rsrc/css/sprite-apps-large.css', 4177 4177 'type' => 'css', 4178 4178 'requires' => 4179 4179 array( ··· 4309 4309 ), array( 4310 4310 'packages' => 4311 4311 array( 4312 - '5f2b66f1' => 4312 + '8486b05c' => 4313 4313 array( 4314 4314 'name' => 'core.pkg.css', 4315 4315 'symbols' => ··· 4358 4358 41 => 'phabricator-tag-view-css', 4359 4359 42 => 'phui-list-view-css', 4360 4360 ), 4361 - 'uri' => '/res/pkg/5f2b66f1/core.pkg.css', 4361 + 'uri' => '/res/pkg/8486b05c/core.pkg.css', 4362 4362 'type' => 'css', 4363 4363 ), 4364 4364 '2c1dba03' => ··· 4550 4550 ), 4551 4551 'reverse' => 4552 4552 array( 4553 - 'aphront-dialog-view-css' => '5f2b66f1', 4554 - 'aphront-error-view-css' => '5f2b66f1', 4555 - 'aphront-list-filter-view-css' => '5f2b66f1', 4556 - 'aphront-pager-view-css' => '5f2b66f1', 4557 - 'aphront-panel-view-css' => '5f2b66f1', 4558 - 'aphront-table-view-css' => '5f2b66f1', 4559 - 'aphront-tokenizer-control-css' => '5f2b66f1', 4560 - 'aphront-tooltip-css' => '5f2b66f1', 4561 - 'aphront-typeahead-control-css' => '5f2b66f1', 4553 + 'aphront-dialog-view-css' => '8486b05c', 4554 + 'aphront-error-view-css' => '8486b05c', 4555 + 'aphront-list-filter-view-css' => '8486b05c', 4556 + 'aphront-pager-view-css' => '8486b05c', 4557 + 'aphront-panel-view-css' => '8486b05c', 4558 + 'aphront-table-view-css' => '8486b05c', 4559 + 'aphront-tokenizer-control-css' => '8486b05c', 4560 + 'aphront-tooltip-css' => '8486b05c', 4561 + 'aphront-typeahead-control-css' => '8486b05c', 4562 4562 'differential-changeset-view-css' => '0fe5af56', 4563 4563 'differential-core-view-css' => '0fe5af56', 4564 4564 'differential-inline-comment-editor' => '5e9e5c4e', ··· 4572 4572 'differential-table-of-contents-css' => '0fe5af56', 4573 4573 'diffusion-commit-view-css' => '270f4eb4', 4574 4574 'diffusion-icons-css' => '270f4eb4', 4575 - 'global-drag-and-drop-css' => '5f2b66f1', 4575 + 'global-drag-and-drop-css' => '8486b05c', 4576 4576 'inline-comment-summary-css' => '0fe5af56', 4577 4577 'javelin-aphlict' => '2c1dba03', 4578 4578 'javelin-behavior' => '3e3be199', ··· 4647 4647 'javelin-util' => '3e3be199', 4648 4648 'javelin-vector' => '3e3be199', 4649 4649 'javelin-workflow' => '3e3be199', 4650 - 'lightbox-attachment-css' => '5f2b66f1', 4650 + 'lightbox-attachment-css' => '8486b05c', 4651 4651 'maniphest-task-summary-css' => '49898640', 4652 - 'phabricator-action-list-view-css' => '5f2b66f1', 4653 - 'phabricator-application-launch-view-css' => '5f2b66f1', 4652 + 'phabricator-action-list-view-css' => '8486b05c', 4653 + 'phabricator-application-launch-view-css' => '8486b05c', 4654 4654 'phabricator-busy' => '2c1dba03', 4655 4655 'phabricator-content-source-view-css' => '0fe5af56', 4656 - 'phabricator-core-css' => '5f2b66f1', 4657 - 'phabricator-crumbs-view-css' => '5f2b66f1', 4656 + 'phabricator-core-css' => '8486b05c', 4657 + 'phabricator-crumbs-view-css' => '8486b05c', 4658 4658 'phabricator-drag-and-drop-file-upload' => '5e9e5c4e', 4659 4659 'phabricator-dropdown-menu' => '2c1dba03', 4660 4660 'phabricator-file-upload' => '2c1dba03', 4661 - 'phabricator-filetree-view-css' => '5f2b66f1', 4662 - 'phabricator-flag-css' => '5f2b66f1', 4661 + 'phabricator-filetree-view-css' => '8486b05c', 4662 + 'phabricator-flag-css' => '8486b05c', 4663 4663 'phabricator-hovercard' => '2c1dba03', 4664 - 'phabricator-jump-nav' => '5f2b66f1', 4664 + 'phabricator-jump-nav' => '8486b05c', 4665 4665 'phabricator-keyboard-shortcut' => '2c1dba03', 4666 4666 'phabricator-keyboard-shortcut-manager' => '2c1dba03', 4667 - 'phabricator-main-menu-view' => '5f2b66f1', 4667 + 'phabricator-main-menu-view' => '8486b05c', 4668 4668 'phabricator-menu-item' => '2c1dba03', 4669 - 'phabricator-nav-view-css' => '5f2b66f1', 4669 + 'phabricator-nav-view-css' => '8486b05c', 4670 4670 'phabricator-notification' => '2c1dba03', 4671 - 'phabricator-notification-css' => '5f2b66f1', 4672 - 'phabricator-notification-menu-css' => '5f2b66f1', 4671 + 'phabricator-notification-css' => '8486b05c', 4672 + 'phabricator-notification-menu-css' => '8486b05c', 4673 4673 'phabricator-object-selector-css' => '0fe5af56', 4674 4674 'phabricator-phtize' => '2c1dba03', 4675 4675 'phabricator-prefab' => '2c1dba03', 4676 4676 'phabricator-project-tag-css' => '49898640', 4677 - 'phabricator-remarkup-css' => '5f2b66f1', 4677 + 'phabricator-remarkup-css' => '8486b05c', 4678 4678 'phabricator-shaped-request' => '5e9e5c4e', 4679 - 'phabricator-side-menu-view-css' => '5f2b66f1', 4680 - 'phabricator-standard-page-view' => '5f2b66f1', 4681 - 'phabricator-tag-view-css' => '5f2b66f1', 4679 + 'phabricator-side-menu-view-css' => '8486b05c', 4680 + 'phabricator-standard-page-view' => '8486b05c', 4681 + 'phabricator-tag-view-css' => '8486b05c', 4682 4682 'phabricator-textareautils' => '2c1dba03', 4683 4683 'phabricator-tooltip' => '2c1dba03', 4684 - 'phabricator-transaction-view-css' => '5f2b66f1', 4685 - 'phabricator-zindex-css' => '5f2b66f1', 4686 - 'phui-button-css' => '5f2b66f1', 4687 - 'phui-form-css' => '5f2b66f1', 4688 - 'phui-form-view-css' => '5f2b66f1', 4689 - 'phui-header-view-css' => '5f2b66f1', 4690 - 'phui-icon-view-css' => '5f2b66f1', 4691 - 'phui-list-view-css' => '5f2b66f1', 4692 - 'phui-object-item-list-view-css' => '5f2b66f1', 4693 - 'phui-property-list-view-css' => '5f2b66f1', 4694 - 'phui-spacing-css' => '5f2b66f1', 4695 - 'sprite-apps-large-css' => '5f2b66f1', 4696 - 'sprite-gradient-css' => '5f2b66f1', 4697 - 'sprite-icons-css' => '5f2b66f1', 4698 - 'sprite-menu-css' => '5f2b66f1', 4699 - 'sprite-status-css' => '5f2b66f1', 4700 - 'syntax-highlighting-css' => '5f2b66f1', 4684 + 'phabricator-transaction-view-css' => '8486b05c', 4685 + 'phabricator-zindex-css' => '8486b05c', 4686 + 'phui-button-css' => '8486b05c', 4687 + 'phui-form-css' => '8486b05c', 4688 + 'phui-form-view-css' => '8486b05c', 4689 + 'phui-header-view-css' => '8486b05c', 4690 + 'phui-icon-view-css' => '8486b05c', 4691 + 'phui-list-view-css' => '8486b05c', 4692 + 'phui-object-item-list-view-css' => '8486b05c', 4693 + 'phui-property-list-view-css' => '8486b05c', 4694 + 'phui-spacing-css' => '8486b05c', 4695 + 'sprite-apps-large-css' => '8486b05c', 4696 + 'sprite-gradient-css' => '8486b05c', 4697 + 'sprite-icons-css' => '8486b05c', 4698 + 'sprite-menu-css' => '8486b05c', 4699 + 'sprite-status-css' => '8486b05c', 4700 + 'syntax-highlighting-css' => '8486b05c', 4701 4701 ), 4702 4702 ));
+4
src/applications/search/application/PhabricatorApplicationSearch.php
··· 18 18 return pht('Find stuff in big piles.'); 19 19 } 20 20 21 + public function getIconName() { 22 + return 'search'; 23 + } 24 + 21 25 public function shouldAppearInLaunchView() { 22 26 return false; 23 27 }
+99 -83
webroot/rsrc/css/sprite-apps-large.css
··· 435 435 } 436 436 437 437 .apps-maniphest-light-large { 438 - background-position: 0px -203px; 438 + background-position: -406px -174px; 439 439 } 440 440 441 441 .apps-maniphest-dark-large { 442 - background-position: -29px -203px; 442 + background-position: 0px -203px; 443 443 } 444 444 445 445 .apps-maniphest-blue-large, .phabricator-crumb-view:hover .apps-maniphest-dark-large { 446 - background-position: -58px -203px; 446 + background-position: -29px -203px; 447 447 } 448 448 449 449 .apps-maniphest-white-large { 450 - background-position: -87px -203px; 450 + background-position: -58px -203px; 451 451 } 452 452 453 453 .apps-metamta-light-large { 454 - background-position: -116px -203px; 454 + background-position: -87px -203px; 455 455 } 456 456 457 457 .apps-metamta-dark-large { 458 - background-position: -145px -203px; 458 + background-position: -116px -203px; 459 459 } 460 460 461 461 .apps-metamta-blue-large, .phabricator-crumb-view:hover .apps-metamta-dark-large { 462 - background-position: -174px -203px; 462 + background-position: -145px -203px; 463 463 } 464 464 465 465 .apps-metamta-white-large { 466 - background-position: -203px -203px; 466 + background-position: -174px -203px; 467 467 } 468 468 469 469 .apps-new-light-large { 470 - background-position: -232px -203px; 470 + background-position: -203px -203px; 471 471 } 472 472 473 473 .apps-new-dark-large { 474 - background-position: -261px -203px; 474 + background-position: -232px -203px; 475 475 } 476 476 477 477 .apps-new-blue-large, .phabricator-crumb-view:hover .apps-new-dark-large { 478 - background-position: -290px -203px; 478 + background-position: -261px -203px; 479 479 } 480 480 481 481 .apps-new-white-large { 482 - background-position: -319px -203px; 482 + background-position: -290px -203px; 483 483 } 484 484 485 485 .apps-owners-light-large { 486 - background-position: -348px -203px; 486 + background-position: -319px -203px; 487 487 } 488 488 489 489 .apps-owners-dark-large { 490 - background-position: -377px -203px; 490 + background-position: -348px -203px; 491 491 } 492 492 493 493 .apps-owners-blue-large, .phabricator-crumb-view:hover .apps-owners-dark-large { 494 - background-position: 0px -232px; 494 + background-position: -377px -203px; 495 495 } 496 496 497 497 .apps-owners-white-large { 498 - background-position: -29px -232px; 498 + background-position: -406px -203px; 499 499 } 500 500 501 501 .apps-paste-light-large { 502 - background-position: -58px -232px; 502 + background-position: 0px -232px; 503 503 } 504 504 505 505 .apps-paste-dark-large { 506 - background-position: -87px -232px; 506 + background-position: -29px -232px; 507 507 } 508 508 509 509 .apps-paste-blue-large, .phabricator-crumb-view:hover .apps-paste-dark-large { 510 - background-position: -116px -232px; 510 + background-position: -58px -232px; 511 511 } 512 512 513 513 .apps-paste-white-large { 514 - background-position: -145px -232px; 514 + background-position: -87px -232px; 515 515 } 516 516 517 517 .apps-people-light-large { 518 - background-position: -174px -232px; 518 + background-position: -116px -232px; 519 519 } 520 520 521 521 .apps-people-dark-large { 522 - background-position: -203px -232px; 522 + background-position: -145px -232px; 523 523 } 524 524 525 525 .apps-people-blue-large, .phabricator-crumb-view:hover .apps-people-dark-large { 526 - background-position: -232px -232px; 526 + background-position: -174px -232px; 527 527 } 528 528 529 529 .apps-people-white-large { 530 - background-position: -261px -232px; 530 + background-position: -203px -232px; 531 531 } 532 532 533 533 .apps-phage-light-large { 534 - background-position: -290px -232px; 534 + background-position: -232px -232px; 535 535 } 536 536 537 537 .apps-phage-dark-large { 538 - background-position: -319px -232px; 538 + background-position: -261px -232px; 539 539 } 540 540 541 541 .apps-phage-blue-large, .phabricator-crumb-view:hover .apps-phage-dark-large { 542 - background-position: -348px -232px; 542 + background-position: -290px -232px; 543 543 } 544 544 545 545 .apps-phage-white-large { 546 - background-position: -377px -232px; 546 + background-position: -319px -232px; 547 547 } 548 548 549 549 .apps-phame-light-large { 550 - background-position: 0px -261px; 550 + background-position: -348px -232px; 551 551 } 552 552 553 553 .apps-phame-dark-large { 554 - background-position: -29px -261px; 554 + background-position: -377px -232px; 555 555 } 556 556 557 557 .apps-phame-blue-large, .phabricator-crumb-view:hover .apps-phame-dark-large { 558 - background-position: -58px -261px; 558 + background-position: -406px -232px; 559 559 } 560 560 561 561 .apps-phame-white-large { 562 - background-position: -87px -261px; 562 + background-position: 0px -261px; 563 563 } 564 564 565 565 .apps-phid-light-large { 566 - background-position: -116px -261px; 566 + background-position: -29px -261px; 567 567 } 568 568 569 569 .apps-phid-dark-large { 570 - background-position: -145px -261px; 570 + background-position: -58px -261px; 571 571 } 572 572 573 573 .apps-phid-blue-large, .phabricator-crumb-view:hover .apps-phid-dark-large { 574 - background-position: -174px -261px; 574 + background-position: -87px -261px; 575 575 } 576 576 577 577 .apps-phid-white-large { 578 - background-position: -203px -261px; 578 + background-position: -116px -261px; 579 579 } 580 580 581 581 .apps-phlux-light-large { 582 - background-position: -232px -261px; 582 + background-position: -145px -261px; 583 583 } 584 584 585 585 .apps-phlux-dark-large { 586 - background-position: -261px -261px; 586 + background-position: -174px -261px; 587 587 } 588 588 589 589 .apps-phlux-blue-large, .phabricator-crumb-view:hover .apps-phlux-dark-large { 590 - background-position: -290px -261px; 590 + background-position: -203px -261px; 591 591 } 592 592 593 593 .apps-phlux-white-large { 594 - background-position: -319px -261px; 594 + background-position: -232px -261px; 595 595 } 596 596 597 597 .apps-pholio-light-large { 598 - background-position: -348px -261px; 598 + background-position: -261px -261px; 599 599 } 600 600 601 601 .apps-pholio-dark-large { 602 - background-position: -377px -261px; 602 + background-position: -290px -261px; 603 603 } 604 604 605 605 .apps-pholio-blue-large, .phabricator-crumb-view:hover .apps-pholio-dark-large { 606 - background-position: 0px -290px; 606 + background-position: -319px -261px; 607 607 } 608 608 609 609 .apps-pholio-white-large { 610 - background-position: -29px -290px; 610 + background-position: -348px -261px; 611 611 } 612 612 613 613 .apps-phortune-light-large { 614 - background-position: -58px -290px; 614 + background-position: -377px -261px; 615 615 } 616 616 617 617 .apps-phortune-dark-large { 618 - background-position: -87px -290px; 618 + background-position: -406px -261px; 619 619 } 620 620 621 621 .apps-phortune-blue-large, .phabricator-crumb-view:hover .apps-phortune-dark-large { 622 - background-position: -116px -290px; 622 + background-position: 0px -290px; 623 623 } 624 624 625 625 .apps-phortune-white-large { 626 - background-position: -145px -290px; 626 + background-position: -29px -290px; 627 627 } 628 628 629 629 .apps-phpast-light-large { 630 - background-position: -174px -290px; 630 + background-position: -58px -290px; 631 631 } 632 632 633 633 .apps-phpast-dark-large { 634 - background-position: -203px -290px; 634 + background-position: -87px -290px; 635 635 } 636 636 637 637 .apps-phpast-blue-large, .phabricator-crumb-view:hover .apps-phpast-dark-large { 638 - background-position: -232px -290px; 638 + background-position: -116px -290px; 639 639 } 640 640 641 641 .apps-phpast-white-large { 642 - background-position: -261px -290px; 642 + background-position: -145px -290px; 643 643 } 644 644 645 645 .apps-phrequent-light-large { 646 - background-position: -290px -290px; 646 + background-position: -174px -290px; 647 647 } 648 648 649 649 .apps-phrequent-dark-large { 650 - background-position: -319px -290px; 650 + background-position: -203px -290px; 651 651 } 652 652 653 653 .apps-phrequent-blue-large, .phabricator-crumb-view:hover .apps-phrequent-dark-large { 654 - background-position: -348px -290px; 654 + background-position: -232px -290px; 655 655 } 656 656 657 657 .apps-phrequent-white-large { 658 - background-position: -377px -290px; 658 + background-position: -261px -290px; 659 659 } 660 660 661 661 .apps-phriction-light-large { 662 - background-position: 0px -319px; 662 + background-position: -290px -290px; 663 663 } 664 664 665 665 .apps-phriction-dark-large { 666 + background-position: -319px -290px; 667 + } 668 + 669 + .apps-phriction-blue-large, .phabricator-crumb-view:hover .apps-phriction-dark-large { 670 + background-position: -348px -290px; 671 + } 672 + 673 + .apps-phriction-white-large { 674 + background-position: -377px -290px; 675 + } 676 + 677 + .apps-policy-light-large { 678 + background-position: 0px -319px; 679 + } 680 + 681 + .apps-policy-dark-large { 666 682 background-position: -29px -319px; 667 683 } 668 684 669 - .apps-phriction-blue-large, .phabricator-crumb-view:hover .apps-phriction-dark-large { 685 + .apps-policy-blue-large, .phabricator-crumb-view:hover .apps-policy-dark-large { 670 686 background-position: -58px -319px; 671 687 } 672 688 673 - .apps-phriction-white-large { 689 + .apps-policy-white-large { 674 690 background-position: -87px -319px; 675 691 } 676 692 677 - .apps-policy-light-large { 693 + .apps-ponder-light-large { 678 694 background-position: -116px -319px; 679 695 } 680 696 681 - .apps-policy-dark-large { 697 + .apps-ponder-dark-large { 682 698 background-position: -145px -319px; 683 699 } 684 700 685 - .apps-policy-blue-large, .phabricator-crumb-view:hover .apps-policy-dark-large { 701 + .apps-ponder-blue-large, .phabricator-crumb-view:hover .apps-ponder-dark-large { 686 702 background-position: -174px -319px; 687 703 } 688 704 689 - .apps-policy-white-large { 705 + .apps-ponder-white-large { 690 706 background-position: -203px -319px; 691 707 } 692 708 693 - .apps-ponder-light-large { 709 + .apps-power-light-large { 694 710 background-position: -232px -319px; 695 711 } 696 712 697 - .apps-ponder-dark-large { 713 + .apps-power-dark-large { 698 714 background-position: -261px -319px; 699 715 } 700 716 701 - .apps-ponder-blue-large, .phabricator-crumb-view:hover .apps-ponder-dark-large { 717 + .apps-power-blue-large, .phabricator-crumb-view:hover .apps-power-dark-large { 702 718 background-position: -290px -319px; 703 719 } 704 720 705 - .apps-ponder-white-large { 721 + .apps-power-white-large { 706 722 background-position: -319px -319px; 707 723 } 708 724 709 - .apps-power-light-large { 725 + .apps-projects-light-large { 710 726 background-position: -348px -319px; 711 727 } 712 728 713 - .apps-power-dark-large { 729 + .apps-projects-dark-large { 714 730 background-position: -377px -319px; 715 731 } 716 732 717 - .apps-power-blue-large, .phabricator-crumb-view:hover .apps-power-dark-large { 733 + .apps-projects-blue-large, .phabricator-crumb-view:hover .apps-projects-dark-large { 718 734 background-position: 0px -348px; 719 735 } 720 736 721 - .apps-power-white-large { 737 + .apps-projects-white-large { 722 738 background-position: -29px -348px; 723 739 } 724 740 725 - .apps-projects-light-large { 741 + .apps-releeph-light-large { 726 742 background-position: -58px -348px; 727 743 } 728 744 729 - .apps-projects-dark-large { 745 + .apps-releeph-dark-large { 730 746 background-position: -87px -348px; 731 747 } 732 748 733 - .apps-projects-blue-large, .phabricator-crumb-view:hover .apps-projects-dark-large { 749 + .apps-releeph-blue-large, .phabricator-crumb-view:hover .apps-releeph-dark-large { 734 750 background-position: -116px -348px; 735 751 } 736 752 737 - .apps-projects-white-large { 753 + .apps-releeph-white-large { 738 754 background-position: -145px -348px; 739 755 } 740 756 741 - .apps-releeph-light-large { 757 + .apps-repositories-light-large { 742 758 background-position: -174px -348px; 743 759 } 744 760 745 - .apps-releeph-dark-large { 761 + .apps-repositories-dark-large { 746 762 background-position: -203px -348px; 747 763 } 748 764 749 - .apps-releeph-blue-large, .phabricator-crumb-view:hover .apps-releeph-dark-large { 765 + .apps-repositories-blue-large, .phabricator-crumb-view:hover .apps-repositories-dark-large { 750 766 background-position: -232px -348px; 751 767 } 752 768 753 - .apps-releeph-white-large { 769 + .apps-repositories-white-large { 754 770 background-position: -261px -348px; 755 771 } 756 772 757 - .apps-repositories-light-large { 773 + .apps-search-light-large { 758 774 background-position: -290px -348px; 759 775 } 760 776 761 - .apps-repositories-dark-large { 777 + .apps-search-dark-large { 762 778 background-position: -319px -348px; 763 779 } 764 780 765 - .apps-repositories-blue-large, .phabricator-crumb-view:hover .apps-repositories-dark-large { 781 + .apps-search-blue-large, .phabricator-crumb-view:hover .apps-search-dark-large { 766 782 background-position: -348px -348px; 767 783 } 768 784 769 - .apps-repositories-white-large { 785 + .apps-search-white-large { 770 786 background-position: -377px -348px; 771 787 } 772 788
+22 -14
webroot/rsrc/css/sprite-apps.css
··· 394 394 background-position: -45px -135px; 395 395 } 396 396 397 - .apps-settings-dark { 397 + .apps-search-dark { 398 398 background-position: -60px -135px; 399 399 } 400 400 401 - .apps-settings-white { 401 + .apps-search-white { 402 402 background-position: -75px -135px; 403 403 } 404 404 405 - .apps-setup-dark { 405 + .apps-settings-dark { 406 406 background-position: -90px -135px; 407 407 } 408 408 409 - .apps-setup-white { 409 + .apps-settings-white { 410 410 background-position: -105px -135px; 411 411 } 412 412 413 - .apps-slowvote-dark { 413 + .apps-setup-dark { 414 414 background-position: -120px -135px; 415 415 } 416 416 417 - .apps-slowvote-white { 417 + .apps-setup-white { 418 418 background-position: -135px -135px; 419 419 } 420 420 421 - .apps-token-dark { 421 + .apps-slowvote-dark { 422 422 background-position: 0px -150px; 423 423 } 424 424 425 - .apps-token-white { 425 + .apps-slowvote-white { 426 426 background-position: -15px -150px; 427 427 } 428 428 429 - .apps-uiexamples-dark { 429 + .apps-token-dark { 430 430 background-position: -30px -150px; 431 431 } 432 432 433 - .apps-uiexamples-white { 433 + .apps-token-white { 434 434 background-position: -45px -150px; 435 435 } 436 436 437 - .apps-workphlow-dark { 437 + .apps-uiexamples-dark { 438 438 background-position: -60px -150px; 439 439 } 440 440 441 - .apps-workphlow-white { 441 + .apps-uiexamples-white { 442 442 background-position: -75px -150px; 443 443 } 444 444 445 - .apps-xhprof-dark { 445 + .apps-workphlow-dark { 446 446 background-position: -90px -150px; 447 447 } 448 448 449 - .apps-xhprof-white { 449 + .apps-workphlow-white { 450 450 background-position: -105px -150px; 451 451 } 452 + 453 + .apps-xhprof-dark { 454 + background-position: -120px -150px; 455 + } 456 + 457 + .apps-xhprof-white { 458 + background-position: -135px -150px; 459 + }
webroot/rsrc/image/sprite-apps-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-apps-large-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-apps-large.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-apps.png

This is a binary file and will not be displayed.