mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
UIColor Blues and common color integration
Summary: This adds standard 'blues' and start integration of standard colors for text, backgrounds, and borders. Test Plan: sb Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6857
This commit is contained in:
parent
921bc32928
commit
dd995984eb
20 changed files with 215 additions and 168 deletions
|
@ -800,7 +800,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-bars' =>
|
'aphront-bars' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/6dcfcb5d/rsrc/css/aphront/aphront-bars.css',
|
'uri' => '/res/bb67005c/rsrc/css/aphront/aphront-bars.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -809,7 +809,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-calendar-view-css' =>
|
'aphront-calendar-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/1afd63bf/rsrc/css/aphront/calendar-view.css',
|
'uri' => '/res/187e37e5/rsrc/css/aphront/calendar-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -818,7 +818,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-contextbar-view-css' =>
|
'aphront-contextbar-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/6adba4eb/rsrc/css/aphront/context-bar.css',
|
'uri' => '/res/1ddb40ec/rsrc/css/aphront/context-bar.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -827,7 +827,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-dark-console-css' =>
|
'aphront-dark-console-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/b91a1159/rsrc/css/aphront/dark-console.css',
|
'uri' => '/res/71a7dcec/rsrc/css/aphront/dark-console.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -836,7 +836,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-dialog-view-css' =>
|
'aphront-dialog-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/f125f477/rsrc/css/aphront/dialog-view.css',
|
'uri' => '/res/8df73e09/rsrc/css/aphront/dialog-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -854,7 +854,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-list-filter-view-css' =>
|
'aphront-list-filter-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/681b3b47/rsrc/css/aphront/list-filter-view.css',
|
'uri' => '/res/1e7a3dff/rsrc/css/aphront/list-filter-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -890,7 +890,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-panel-view-css' =>
|
'aphront-panel-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/b6c0608d/rsrc/css/aphront/panel-view.css',
|
'uri' => '/res/c164e13a/rsrc/css/aphront/panel-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -917,7 +917,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-tokenizer-control-css' =>
|
'aphront-tokenizer-control-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/793c5f36/rsrc/css/aphront/tokenizer.css',
|
'uri' => '/res/36192cf2/rsrc/css/aphront/tokenizer.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -963,7 +963,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'config-options-css' =>
|
'config-options-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/f8d20284/rsrc/css/application/config/config-options.css',
|
'uri' => '/res/39061c0e/rsrc/css/application/config/config-options.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1017,7 +1017,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'differential-changeset-view-css' =>
|
'differential-changeset-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/bfc589ab/rsrc/css/application/differential/changeset-view.css',
|
'uri' => '/res/7423a99e/rsrc/css/application/differential/changeset-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1050,7 +1050,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'differential-local-commits-view-css' =>
|
'differential-local-commits-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/d107f0d6/rsrc/css/application/differential/local-commits-view.css',
|
'uri' => '/res/43774c46/rsrc/css/application/differential/local-commits-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1086,7 +1086,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'differential-revision-comment-list-css' =>
|
'differential-revision-comment-list-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/4016449d/rsrc/css/application/differential/revision-comment-list.css',
|
'uri' => '/res/034e1948/rsrc/css/application/differential/revision-comment-list.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1095,7 +1095,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'differential-revision-history-css' =>
|
'differential-revision-history-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/4245038c/rsrc/css/application/differential/revision-history.css',
|
'uri' => '/res/a2be97dc/rsrc/css/application/differential/revision-history.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1113,7 +1113,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'differential-table-of-contents-css' =>
|
'differential-table-of-contents-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/f0052231/rsrc/css/application/differential/table-of-contents.css',
|
'uri' => '/res/01dc08df/rsrc/css/application/differential/table-of-contents.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1149,7 +1149,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'diviner-shared-css' =>
|
'diviner-shared-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/722cb8a6/rsrc/css/diviner/diviner-shared.css',
|
'uri' => '/res/c4527a99/rsrc/css/diviner/diviner-shared.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1195,7 +1195,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'herald-test-css' =>
|
'herald-test-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/6e69b22d/rsrc/css/application/herald/herald-test.css',
|
'uri' => '/res/51199954/rsrc/css/application/herald/herald-test.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -1204,7 +1204,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'inline-comment-summary-css' =>
|
'inline-comment-summary-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/3630ab8c/rsrc/css/application/diff/inline-comment-summary.css',
|
'uri' => '/res/7478898e/rsrc/css/application/diff/inline-comment-summary.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -2917,7 +2917,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'maniphest-task-summary-css' =>
|
'maniphest-task-summary-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/3d530e70/rsrc/css/application/maniphest/task-summary.css',
|
'uri' => '/res/fda67feb/rsrc/css/application/maniphest/task-summary.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -2963,7 +2963,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'owners-path-editor-css' =>
|
'owners-path-editor-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/1a1c949f/rsrc/css/application/owners/owners-path-editor.css',
|
'uri' => '/res/c91cc4a8/rsrc/css/application/owners/owners-path-editor.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3071,7 +3071,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-countdown-css' =>
|
'phabricator-countdown-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/b38e3a05/rsrc/css/application/countdown/timer.css',
|
'uri' => '/res/be0b1ea4/rsrc/css/application/countdown/timer.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3205,7 +3205,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-hovercard-view-css' =>
|
'phabricator-hovercard-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/c107caad/rsrc/css/layout/phabricator-hovercard-view.css',
|
'uri' => '/res/5788c744/rsrc/css/layout/phabricator-hovercard-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3214,7 +3214,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-jump-nav' =>
|
'phabricator-jump-nav' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/6caaf84e/rsrc/css/application/directory/phabricator-jump-nav.css',
|
'uri' => '/res/7db8cead/rsrc/css/application/directory/phabricator-jump-nav.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3310,7 +3310,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-object-item-list-view-css' =>
|
'phabricator-object-item-list-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/e4ab3964/rsrc/css/layout/phabricator-object-item-list-view.css',
|
'uri' => '/res/ba78d92c/rsrc/css/layout/phabricator-object-item-list-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3328,7 +3328,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-object-selector-css' =>
|
'phabricator-object-selector-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/9b565c7a/rsrc/css/application/objectselector/object-selector.css',
|
'uri' => '/res/c22921d9/rsrc/css/application/objectselector/object-selector.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3367,7 +3367,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-profile-css' =>
|
'phabricator-profile-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/30ab87bd/rsrc/css/application/profile/profile-view.css',
|
'uri' => '/res/c1f72695/rsrc/css/application/profile/profile-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3385,7 +3385,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-property-list-view-css' =>
|
'phabricator-property-list-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/0362d42a/rsrc/css/layout/phabricator-property-list-view.css',
|
'uri' => '/res/86d920c9/rsrc/css/layout/phabricator-property-list-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3394,7 +3394,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-remarkup-css' =>
|
'phabricator-remarkup-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/1936eed3/rsrc/css/core/remarkup.css',
|
'uri' => '/res/0e113ad0/rsrc/css/core/remarkup.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3442,7 +3442,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-slowvote-css' =>
|
'phabricator-slowvote-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/f9c64b21/rsrc/css/application/slowvote/slowvote.css',
|
'uri' => '/res/e27df4e5/rsrc/css/application/slowvote/slowvote.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3460,7 +3460,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-standard-page-view' =>
|
'phabricator-standard-page-view' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/a1960501/rsrc/css/application/base/standard-page-view.css',
|
'uri' => '/res/59c804b1/rsrc/css/application/base/standard-page-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3510,7 +3510,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-transaction-view-css' =>
|
'phabricator-transaction-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/00be4b1a/rsrc/css/aphront/transaction.css',
|
'uri' => '/res/a8e23fd5/rsrc/css/aphront/transaction.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3679,7 +3679,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phame-css' =>
|
'phame-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/4880733d/rsrc/css/application/phame/phame.css',
|
'uri' => '/res/405e77b8/rsrc/css/application/phame/phame.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3688,7 +3688,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'pholio-css' =>
|
'pholio-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/14b14ff5/rsrc/css/application/pholio/pholio.css',
|
'uri' => '/res/cfdf017f/rsrc/css/application/pholio/pholio.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3697,7 +3697,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'pholio-edit-css' =>
|
'pholio-edit-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/7c86ef4a/rsrc/css/application/pholio/pholio-edit.css',
|
'uri' => '/res/e35cc5c8/rsrc/css/application/pholio/pholio-edit.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3706,7 +3706,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'pholio-inline-comments-css' =>
|
'pholio-inline-comments-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/006fc575/rsrc/css/application/pholio/pholio-inline-comments.css',
|
'uri' => '/res/4176b16c/rsrc/css/application/pholio/pholio-inline-comments.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3738,7 +3738,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phrequent-css' =>
|
'phrequent-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/9d6f3eb7/rsrc/css/application/phrequent/phrequent.css',
|
'uri' => '/res/e2f09149/rsrc/css/application/phrequent/phrequent.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3747,7 +3747,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phriction-document-css' =>
|
'phriction-document-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/58dfea80/rsrc/css/application/phriction/phriction-document-css.css',
|
'uri' => '/res/2fd65431/rsrc/css/application/phriction/phriction-document-css.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3756,7 +3756,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-box-css' =>
|
'phui-box-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/8244305c/rsrc/css/phui/phui-box.css',
|
'uri' => '/res/cd1b04cf/rsrc/css/phui/phui-box.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3765,7 +3765,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-button-css' =>
|
'phui-button-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/7f74b03f/rsrc/css/phui/phui-button.css',
|
'uri' => '/res/2719dc07/rsrc/css/phui/phui-button.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3783,7 +3783,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-feed-story-css' =>
|
'phui-feed-story-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/68a0ce41/rsrc/css/phui/phui-feed-story.css',
|
'uri' => '/res/96f5fd5a/rsrc/css/phui/phui-feed-story.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3792,7 +3792,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-form-css' =>
|
'phui-form-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/8f33e95f/rsrc/css/phui/phui-form.css',
|
'uri' => '/res/29b48d06/rsrc/css/phui/phui-form.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3801,7 +3801,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-form-view-css' =>
|
'phui-form-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/b33deacb/rsrc/css/phui/phui-form-view.css',
|
'uri' => '/res/61161671/rsrc/css/phui/phui-form-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3828,7 +3828,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-pinboard-view-css' =>
|
'phui-pinboard-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/c1972bac/rsrc/css/phui/phui-pinboard-view.css',
|
'uri' => '/res/f791ea99/rsrc/css/phui/phui-pinboard-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3855,7 +3855,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phui-status-list-view-css' =>
|
'phui-status-list-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/d37327e3/rsrc/css/phui/phui-status.css',
|
'uri' => '/res/b56a8a64/rsrc/css/phui/phui-status.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3873,7 +3873,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'ponder-comment-table-css' =>
|
'ponder-comment-table-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/2527ba37/rsrc/css/application/ponder/comments.css',
|
'uri' => '/res/fd114c83/rsrc/css/application/ponder/comments.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -3954,7 +3954,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'releeph-core' =>
|
'releeph-core' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/d6c306b9/rsrc/css/application/releeph/releeph-core.css',
|
'uri' => '/res/dad04eff/rsrc/css/application/releeph/releeph-core.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -4017,7 +4017,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'setup-issue-css' =>
|
'setup-issue-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/17362ca2/rsrc/css/application/config/setup-issue.css',
|
'uri' => '/res/135c19ed/rsrc/css/application/config/setup-issue.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -4152,7 +4152,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'syntax-highlighting-css' =>
|
'syntax-highlighting-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/b070b088/rsrc/css/core/syntax.css',
|
'uri' => '/res/9ba29190/rsrc/css/core/syntax.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -4171,7 +4171,7 @@ celerity_register_resource_map(array(
|
||||||
), array(
|
), array(
|
||||||
'packages' =>
|
'packages' =>
|
||||||
array(
|
array(
|
||||||
'54c57ecf' =>
|
'a6aa563e' =>
|
||||||
array(
|
array(
|
||||||
'name' => 'core.pkg.css',
|
'name' => 'core.pkg.css',
|
||||||
'symbols' =>
|
'symbols' =>
|
||||||
|
@ -4218,7 +4218,7 @@ celerity_register_resource_map(array(
|
||||||
39 => 'phabricator-property-list-view-css',
|
39 => 'phabricator-property-list-view-css',
|
||||||
40 => 'phabricator-tag-view-css',
|
40 => 'phabricator-tag-view-css',
|
||||||
),
|
),
|
||||||
'uri' => '/res/pkg/54c57ecf/core.pkg.css',
|
'uri' => '/res/pkg/a6aa563e/core.pkg.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
),
|
),
|
||||||
'8977e356' =>
|
'8977e356' =>
|
||||||
|
@ -4278,7 +4278,7 @@ celerity_register_resource_map(array(
|
||||||
'uri' => '/res/pkg/4ccfeb47/darkconsole.pkg.js',
|
'uri' => '/res/pkg/4ccfeb47/darkconsole.pkg.js',
|
||||||
'type' => 'js',
|
'type' => 'js',
|
||||||
),
|
),
|
||||||
'67c91070' =>
|
'5ad2c174' =>
|
||||||
array(
|
array(
|
||||||
'name' => 'differential.pkg.css',
|
'name' => 'differential.pkg.css',
|
||||||
'symbols' =>
|
'symbols' =>
|
||||||
|
@ -4297,7 +4297,7 @@ celerity_register_resource_map(array(
|
||||||
11 => 'differential-local-commits-view-css',
|
11 => 'differential-local-commits-view-css',
|
||||||
12 => 'inline-comment-summary-css',
|
12 => 'inline-comment-summary-css',
|
||||||
),
|
),
|
||||||
'uri' => '/res/pkg/67c91070/differential.pkg.css',
|
'uri' => '/res/pkg/5ad2c174/differential.pkg.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
),
|
),
|
||||||
'd07a3bc2' =>
|
'd07a3bc2' =>
|
||||||
|
@ -4380,7 +4380,7 @@ celerity_register_resource_map(array(
|
||||||
'uri' => '/res/pkg/2dbbb7d1/javelin.pkg.js',
|
'uri' => '/res/pkg/2dbbb7d1/javelin.pkg.js',
|
||||||
'type' => 'js',
|
'type' => 'js',
|
||||||
),
|
),
|
||||||
'e13432f1' =>
|
'129783c3' =>
|
||||||
array(
|
array(
|
||||||
'name' => 'maniphest.pkg.css',
|
'name' => 'maniphest.pkg.css',
|
||||||
'symbols' =>
|
'symbols' =>
|
||||||
|
@ -4389,7 +4389,7 @@ celerity_register_resource_map(array(
|
||||||
1 => 'maniphest-transaction-detail-css',
|
1 => 'maniphest-transaction-detail-css',
|
||||||
2 => 'phabricator-project-tag-css',
|
2 => 'phabricator-project-tag-css',
|
||||||
),
|
),
|
||||||
'uri' => '/res/pkg/e13432f1/maniphest.pkg.css',
|
'uri' => '/res/pkg/129783c3/maniphest.pkg.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
),
|
),
|
||||||
'98f64f07' =>
|
'98f64f07' =>
|
||||||
|
@ -4409,30 +4409,30 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'reverse' =>
|
'reverse' =>
|
||||||
array(
|
array(
|
||||||
'aphront-dialog-view-css' => '54c57ecf',
|
'aphront-dialog-view-css' => 'a6aa563e',
|
||||||
'aphront-error-view-css' => '54c57ecf',
|
'aphront-error-view-css' => 'a6aa563e',
|
||||||
'aphront-list-filter-view-css' => '54c57ecf',
|
'aphront-list-filter-view-css' => 'a6aa563e',
|
||||||
'aphront-pager-view-css' => '54c57ecf',
|
'aphront-pager-view-css' => 'a6aa563e',
|
||||||
'aphront-panel-view-css' => '54c57ecf',
|
'aphront-panel-view-css' => 'a6aa563e',
|
||||||
'aphront-table-view-css' => '54c57ecf',
|
'aphront-table-view-css' => 'a6aa563e',
|
||||||
'aphront-tokenizer-control-css' => '54c57ecf',
|
'aphront-tokenizer-control-css' => 'a6aa563e',
|
||||||
'aphront-tooltip-css' => '54c57ecf',
|
'aphront-tooltip-css' => 'a6aa563e',
|
||||||
'aphront-typeahead-control-css' => '54c57ecf',
|
'aphront-typeahead-control-css' => 'a6aa563e',
|
||||||
'differential-changeset-view-css' => '67c91070',
|
'differential-changeset-view-css' => '5ad2c174',
|
||||||
'differential-core-view-css' => '67c91070',
|
'differential-core-view-css' => '5ad2c174',
|
||||||
'differential-inline-comment-editor' => 'd07a3bc2',
|
'differential-inline-comment-editor' => 'd07a3bc2',
|
||||||
'differential-local-commits-view-css' => '67c91070',
|
'differential-local-commits-view-css' => '5ad2c174',
|
||||||
'differential-results-table-css' => '67c91070',
|
'differential-results-table-css' => '5ad2c174',
|
||||||
'differential-revision-add-comment-css' => '67c91070',
|
'differential-revision-add-comment-css' => '5ad2c174',
|
||||||
'differential-revision-comment-css' => '67c91070',
|
'differential-revision-comment-css' => '5ad2c174',
|
||||||
'differential-revision-comment-list-css' => '67c91070',
|
'differential-revision-comment-list-css' => '5ad2c174',
|
||||||
'differential-revision-history-css' => '67c91070',
|
'differential-revision-history-css' => '5ad2c174',
|
||||||
'differential-revision-list-css' => '67c91070',
|
'differential-revision-list-css' => '5ad2c174',
|
||||||
'differential-table-of-contents-css' => '67c91070',
|
'differential-table-of-contents-css' => '5ad2c174',
|
||||||
'diffusion-commit-view-css' => 'c8ce2d88',
|
'diffusion-commit-view-css' => 'c8ce2d88',
|
||||||
'diffusion-icons-css' => 'c8ce2d88',
|
'diffusion-icons-css' => 'c8ce2d88',
|
||||||
'global-drag-and-drop-css' => '54c57ecf',
|
'global-drag-and-drop-css' => 'a6aa563e',
|
||||||
'inline-comment-summary-css' => '67c91070',
|
'inline-comment-summary-css' => '5ad2c174',
|
||||||
'javelin-aphlict' => '8977e356',
|
'javelin-aphlict' => '8977e356',
|
||||||
'javelin-behavior' => '2dbbb7d1',
|
'javelin-behavior' => '2dbbb7d1',
|
||||||
'javelin-behavior-aphlict-dropdown' => '8977e356',
|
'javelin-behavior-aphlict-dropdown' => '8977e356',
|
||||||
|
@ -4504,55 +4504,55 @@ celerity_register_resource_map(array(
|
||||||
'javelin-util' => '2dbbb7d1',
|
'javelin-util' => '2dbbb7d1',
|
||||||
'javelin-vector' => '2dbbb7d1',
|
'javelin-vector' => '2dbbb7d1',
|
||||||
'javelin-workflow' => '2dbbb7d1',
|
'javelin-workflow' => '2dbbb7d1',
|
||||||
'lightbox-attachment-css' => '54c57ecf',
|
'lightbox-attachment-css' => 'a6aa563e',
|
||||||
'maniphest-task-summary-css' => 'e13432f1',
|
'maniphest-task-summary-css' => '129783c3',
|
||||||
'maniphest-transaction-detail-css' => 'e13432f1',
|
'maniphest-transaction-detail-css' => '129783c3',
|
||||||
'phabricator-action-list-view-css' => '54c57ecf',
|
'phabricator-action-list-view-css' => 'a6aa563e',
|
||||||
'phabricator-application-launch-view-css' => '54c57ecf',
|
'phabricator-application-launch-view-css' => 'a6aa563e',
|
||||||
'phabricator-busy' => '8977e356',
|
'phabricator-busy' => '8977e356',
|
||||||
'phabricator-content-source-view-css' => '67c91070',
|
'phabricator-content-source-view-css' => '5ad2c174',
|
||||||
'phabricator-core-css' => '54c57ecf',
|
'phabricator-core-css' => 'a6aa563e',
|
||||||
'phabricator-crumbs-view-css' => '54c57ecf',
|
'phabricator-crumbs-view-css' => 'a6aa563e',
|
||||||
'phabricator-drag-and-drop-file-upload' => 'd07a3bc2',
|
'phabricator-drag-and-drop-file-upload' => 'd07a3bc2',
|
||||||
'phabricator-dropdown-menu' => '8977e356',
|
'phabricator-dropdown-menu' => '8977e356',
|
||||||
'phabricator-file-upload' => '8977e356',
|
'phabricator-file-upload' => '8977e356',
|
||||||
'phabricator-filetree-view-css' => '54c57ecf',
|
'phabricator-filetree-view-css' => 'a6aa563e',
|
||||||
'phabricator-flag-css' => '54c57ecf',
|
'phabricator-flag-css' => 'a6aa563e',
|
||||||
'phabricator-header-view-css' => '54c57ecf',
|
'phabricator-header-view-css' => 'a6aa563e',
|
||||||
'phabricator-hovercard' => '8977e356',
|
'phabricator-hovercard' => '8977e356',
|
||||||
'phabricator-jump-nav' => '54c57ecf',
|
'phabricator-jump-nav' => 'a6aa563e',
|
||||||
'phabricator-keyboard-shortcut' => '8977e356',
|
'phabricator-keyboard-shortcut' => '8977e356',
|
||||||
'phabricator-keyboard-shortcut-manager' => '8977e356',
|
'phabricator-keyboard-shortcut-manager' => '8977e356',
|
||||||
'phabricator-main-menu-view' => '54c57ecf',
|
'phabricator-main-menu-view' => 'a6aa563e',
|
||||||
'phabricator-menu-item' => '8977e356',
|
'phabricator-menu-item' => '8977e356',
|
||||||
'phabricator-nav-view-css' => '54c57ecf',
|
'phabricator-nav-view-css' => 'a6aa563e',
|
||||||
'phabricator-notification' => '8977e356',
|
'phabricator-notification' => '8977e356',
|
||||||
'phabricator-notification-css' => '54c57ecf',
|
'phabricator-notification-css' => 'a6aa563e',
|
||||||
'phabricator-notification-menu-css' => '54c57ecf',
|
'phabricator-notification-menu-css' => 'a6aa563e',
|
||||||
'phabricator-object-item-list-view-css' => '54c57ecf',
|
'phabricator-object-item-list-view-css' => 'a6aa563e',
|
||||||
'phabricator-object-selector-css' => '67c91070',
|
'phabricator-object-selector-css' => '5ad2c174',
|
||||||
'phabricator-phtize' => '8977e356',
|
'phabricator-phtize' => '8977e356',
|
||||||
'phabricator-prefab' => '8977e356',
|
'phabricator-prefab' => '8977e356',
|
||||||
'phabricator-project-tag-css' => 'e13432f1',
|
'phabricator-project-tag-css' => '129783c3',
|
||||||
'phabricator-property-list-view-css' => '54c57ecf',
|
'phabricator-property-list-view-css' => 'a6aa563e',
|
||||||
'phabricator-remarkup-css' => '54c57ecf',
|
'phabricator-remarkup-css' => 'a6aa563e',
|
||||||
'phabricator-shaped-request' => 'd07a3bc2',
|
'phabricator-shaped-request' => 'd07a3bc2',
|
||||||
'phabricator-side-menu-view-css' => '54c57ecf',
|
'phabricator-side-menu-view-css' => 'a6aa563e',
|
||||||
'phabricator-standard-page-view' => '54c57ecf',
|
'phabricator-standard-page-view' => 'a6aa563e',
|
||||||
'phabricator-tag-view-css' => '54c57ecf',
|
'phabricator-tag-view-css' => 'a6aa563e',
|
||||||
'phabricator-textareautils' => '8977e356',
|
'phabricator-textareautils' => '8977e356',
|
||||||
'phabricator-tooltip' => '8977e356',
|
'phabricator-tooltip' => '8977e356',
|
||||||
'phabricator-transaction-view-css' => '54c57ecf',
|
'phabricator-transaction-view-css' => 'a6aa563e',
|
||||||
'phabricator-zindex-css' => '54c57ecf',
|
'phabricator-zindex-css' => 'a6aa563e',
|
||||||
'phui-button-css' => '54c57ecf',
|
'phui-button-css' => 'a6aa563e',
|
||||||
'phui-form-css' => '54c57ecf',
|
'phui-form-css' => 'a6aa563e',
|
||||||
'phui-form-view-css' => '54c57ecf',
|
'phui-form-view-css' => 'a6aa563e',
|
||||||
'phui-icon-view-css' => '54c57ecf',
|
'phui-icon-view-css' => 'a6aa563e',
|
||||||
'phui-spacing-css' => '54c57ecf',
|
'phui-spacing-css' => 'a6aa563e',
|
||||||
'sprite-apps-large-css' => '54c57ecf',
|
'sprite-apps-large-css' => 'a6aa563e',
|
||||||
'sprite-gradient-css' => '54c57ecf',
|
'sprite-gradient-css' => 'a6aa563e',
|
||||||
'sprite-icons-css' => '54c57ecf',
|
'sprite-icons-css' => 'a6aa563e',
|
||||||
'sprite-menu-css' => '54c57ecf',
|
'sprite-menu-css' => 'a6aa563e',
|
||||||
'syntax-highlighting-css' => '54c57ecf',
|
'syntax-highlighting-css' => 'a6aa563e',
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
|
@ -36,12 +36,23 @@ final class PHUIColorPalletteExample extends PhabricatorUIExample {
|
||||||
'A2A6B0' => 'Grey Border {$greyborder}',
|
'A2A6B0' => 'Grey Border {$greyborder}',
|
||||||
'676A70' => 'Dark Grey Border {$darkgreyborder}',
|
'676A70' => 'Dark Grey Border {$darkgreyborder}',
|
||||||
'92969D' => 'Light Grey Text {$lightgreytext}',
|
'92969D' => 'Light Grey Text {$lightgreytext}',
|
||||||
'57595E' => 'Grey Text {$greytext}',
|
'74777D' => 'Grey Text {$greytext}',
|
||||||
'4B4D51' => 'Dark Grey Text [$darkgreytext}',
|
'4B4D51' => 'Dark Grey Text [$darkgreytext}',
|
||||||
'F7F7F7' => 'Light Grey Background {$lightgreybackground}',
|
'F7F7F7' => 'Light Grey Background {$lightgreybackground}',
|
||||||
'EBECEE' => 'Grey Background {$greybackground}',
|
'EBECEE' => 'Grey Background {$greybackground}',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$blues = array(
|
||||||
|
'BFCFDA' => 'Light Blue Border {$lightblueborder}',
|
||||||
|
'95A6C5' => 'Blue Border {$blueborder}',
|
||||||
|
'626E82' => 'Dark Blue Border {$darkblueborder}',
|
||||||
|
'F8F9FC' => 'Light Blue Background {$lightbluebackground',
|
||||||
|
'DFE0E2' => 'Blue Background {$bluebackground}',
|
||||||
|
'8C98B8' => 'Light Blue Text {$lightbluetext}',
|
||||||
|
'6B748C' => 'Blue Text {$bluetext}',
|
||||||
|
'585F72' => 'Dark Blue Text {$darkbluetext}',
|
||||||
|
);
|
||||||
|
|
||||||
$d_column = array();
|
$d_column = array();
|
||||||
foreach ($greys as $color => $name) {
|
foreach ($greys as $color => $name) {
|
||||||
$d_column[] = phutil_tag(
|
$d_column[] = phutil_tag(
|
||||||
|
@ -52,6 +63,17 @@ final class PHUIColorPalletteExample extends PhabricatorUIExample {
|
||||||
$name.' #'.$color);
|
$name.' #'.$color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$b_column = array();
|
||||||
|
foreach ($blues as $color => $name) {
|
||||||
|
$b_column[] = phutil_tag(
|
||||||
|
'div',
|
||||||
|
array(
|
||||||
|
'style' => 'background-color: #'.$color.';',
|
||||||
|
'class' => 'pl'),
|
||||||
|
$name.' #'.$color);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$c_column = array();
|
$c_column = array();
|
||||||
$url = array();
|
$url = array();
|
||||||
foreach ($colors as $color => $name) {
|
foreach ($colors as $color => $name) {
|
||||||
|
@ -76,6 +98,11 @@ final class PHUIColorPalletteExample extends PhabricatorUIExample {
|
||||||
->setShadow(true)
|
->setShadow(true)
|
||||||
->addPadding(PHUI::PADDING_LARGE);
|
->addPadding(PHUI::PADDING_LARGE);
|
||||||
|
|
||||||
|
$layout1b = id(new PHUIBoxView())
|
||||||
|
->appendChild($b_column)
|
||||||
|
->setShadow(true)
|
||||||
|
->addPadding(PHUI::PADDING_LARGE);
|
||||||
|
|
||||||
$layout2 = id(new PHUIBoxView())
|
$layout2 = id(new PHUIBoxView())
|
||||||
->appendChild($color_url)
|
->appendChild($color_url)
|
||||||
->appendChild($c_column)
|
->appendChild($c_column)
|
||||||
|
@ -85,12 +112,19 @@ final class PHUIColorPalletteExample extends PhabricatorUIExample {
|
||||||
$head1 = id(new PhabricatorHeaderView())
|
$head1 = id(new PhabricatorHeaderView())
|
||||||
->setHeader(pht('Greys'));
|
->setHeader(pht('Greys'));
|
||||||
|
|
||||||
|
$head1b = id(new PhabricatorHeaderView())
|
||||||
|
->setHeader(pht('Blues'));
|
||||||
|
|
||||||
|
$head2 = id(new PhabricatorHeaderView())
|
||||||
|
->setHeader(pht('Colors'));
|
||||||
|
|
||||||
$wrap1 = id(new PHUIBoxView())
|
$wrap1 = id(new PHUIBoxView())
|
||||||
->appendChild($layout1)
|
->appendChild($layout1)
|
||||||
->addMargin(PHUI::MARGIN_LARGE);
|
->addMargin(PHUI::MARGIN_LARGE);
|
||||||
|
|
||||||
$head2 = id(new PhabricatorHeaderView())
|
$wrap1b = id(new PHUIBoxView())
|
||||||
->setHeader(pht('Colors'));
|
->appendChild($layout1b)
|
||||||
|
->addMargin(PHUI::MARGIN_LARGE);
|
||||||
|
|
||||||
$wrap2 = id(new PHUIBoxView())
|
$wrap2 = id(new PHUIBoxView())
|
||||||
->appendChild($layout2)
|
->appendChild($layout2)
|
||||||
|
@ -102,6 +136,8 @@ final class PHUIColorPalletteExample extends PhabricatorUIExample {
|
||||||
array(
|
array(
|
||||||
$head1,
|
$head1,
|
||||||
$wrap1,
|
$wrap1,
|
||||||
|
$head1b,
|
||||||
|
$wrap1b,
|
||||||
$head2,
|
$head2,
|
||||||
$wrap2
|
$wrap2
|
||||||
));
|
));
|
||||||
|
|
|
@ -154,10 +154,17 @@ final class CelerityResourceTransformer {
|
||||||
'greyborder' => '#A2A6B0',
|
'greyborder' => '#A2A6B0',
|
||||||
'darkgreyborder' => '#676A70',
|
'darkgreyborder' => '#676A70',
|
||||||
'lightgreytext' => '#92969D',
|
'lightgreytext' => '#92969D',
|
||||||
'greytext' => '#57595E',
|
'greytext' => '#74777D',
|
||||||
'darkgreytext' => '#4B4D51',
|
'darkgreytext' => '#4B4D51',
|
||||||
'lightgreybackground' => '#F7F7F7',
|
'lightgreybackground' => '#F7F7F7',
|
||||||
'greybackground' => '#EBECEE',
|
'greybackground' => '#EBECEE',
|
||||||
|
|
||||||
|
// Base Blues
|
||||||
|
'lightblueborder' => '#BFCFDA',
|
||||||
|
'blueborder' => '#8C98B8',
|
||||||
|
'darkblueborder' => '#626E82',
|
||||||
|
'lightbluebackground' => '#F8F9FC',
|
||||||
|
'bluebackground' => '#DAE7FF',
|
||||||
);
|
);
|
||||||
|
|
||||||
$var_name = $matches[1];
|
$var_name = $matches[1];
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
.aphront-dialog-view {
|
.aphront-dialog-view {
|
||||||
width: 540px;
|
width: 540px;
|
||||||
margin: 32px auto 16px;
|
margin: 32px auto 16px;
|
||||||
border: 1px solid #bfcfda;
|
border: 1px solid {$lightblueborder};
|
||||||
border-bottom: 1px solid #95a6c5;
|
border-bottom: 1px solid {$blueborder};
|
||||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25),
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25),
|
||||||
inset 0 1px 0 rgba(255, 255, 255, 0.5);
|
inset 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,7 @@ body input.jx-tokenizer-input:focus {
|
||||||
|
|
||||||
body input.jx-typeahead-placeholder {
|
body input.jx-typeahead-placeholder {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
color: #777
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
a.jx-tokenizer-x {
|
a.jx-tokenizer-x {
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-transaction-info {
|
.phabricator-transaction-info {
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,5 +44,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.config-options-current-value span {
|
.config-options-current-value span {
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 5px 20px 0 0;
|
padding: 5px 20px 0 0;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-phone .maniphest-total-result-count {
|
.device-phone .maniphest-total-result-count {
|
||||||
|
|
|
@ -67,14 +67,14 @@
|
||||||
|
|
||||||
.pholio-inline-comment-draft {
|
.pholio-inline-comment-draft {
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
border-color: #777777;
|
border-color: {$greytext};
|
||||||
background: #464646;
|
background: #464646;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pholio-inline-head-links {
|
.pholio-inline-head-links {
|
||||||
float: right;
|
float: right;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #777777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
.pholio-mock-inline-comments a {
|
.pholio-mock-inline-comments a {
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.pholio-image-description {
|
.pholio-image-description {
|
||||||
color: #777777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
.pholio-image-title {
|
.pholio-image-title {
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.phrequent-on-stack {
|
.phrequent-on-stack {
|
||||||
color: #777777;
|
color: {$greytext};
|
||||||
background-image: url(/rsrc/image/phrequent_inactive.png);
|
background-image: url(/rsrc/image/phrequent_inactive.png);
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
.ponder-datestamp {
|
.ponder-datestamp {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
.ponder-label {
|
.ponder-label {
|
||||||
|
|
|
@ -182,7 +182,7 @@
|
||||||
|
|
||||||
.phabricator-remarkup-toc-header {
|
.phabricator-remarkup-toc-header {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
border-bottom: 1px solid #d7d7d7;
|
border-bottom: 1px solid #d7d7d7;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
@ -256,10 +256,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.remarkup-assist-textarea {
|
.remarkup-assist-textarea {
|
||||||
border-left-color: #95a6c5;
|
border-left-color: {$blueborder};
|
||||||
border-right-color: #95a6c5;
|
border-right-color: {$blueborder};
|
||||||
border-bottom-color: #95a6c5;
|
border-bottom-color: {$blueborder};
|
||||||
border-top-color: #bfcfda;
|
border-top-color: {$lightblueborder};
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
/* Prevent Safari and Chrome users from dragging the textarea any wider,
|
/* Prevent Safari and Chrome users from dragging the textarea any wider,
|
||||||
|
@ -277,11 +277,11 @@
|
||||||
|
|
||||||
border-width: 1px 1px 0;
|
border-width: 1px 1px 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-top-color: #95a6c5;
|
border-top-color: {$blueborder};
|
||||||
border-left-color: #95a6c5;
|
border-left-color: {$blueborder};
|
||||||
border-right-color: #95a6c5;
|
border-right-color: {$blueborder};
|
||||||
|
|
||||||
background: #F8F9FC;
|
background: {$lightbluebackground};
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
.phabricator-object-item {
|
.phabricator-object-item {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #BBC0CC;
|
border-color: {$lightgreyborder};
|
||||||
border-width: 0 0 0 4px;
|
border-width: 0 0 0 4px;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -37,8 +37,8 @@
|
||||||
|
|
||||||
.phabricator-object-item-frame {
|
.phabricator-object-item-frame {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #BBC0CC;
|
border-color: {$lightgreyborder};
|
||||||
border-bottom-color: #A2A6B0;
|
border-bottom-color: {$greyborder};
|
||||||
border-width: 1px 1px 1px 0;
|
border-width: 1px 1px 1px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-object-item-objname {
|
.phabricator-object-item-objname {
|
||||||
color: #222222;
|
color: {$darkgreytext};
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
border-left: 1px solid #BBC0CC;
|
border-left: 1px solid {$lightgreyborder};
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-object-item-actions .phui-list-item-view {
|
.phabricator-object-item-actions .phui-list-item-view {
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.phabricator-object-item-subhead {
|
.phabricator-object-item-subhead {
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
padding: 0 8px 6px;
|
padding: 0 8px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
|
|
||||||
.phabricator-object-item-attribute {
|
.phabricator-object-item-attribute {
|
||||||
display: inline;
|
display: inline;
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-object-item-attribute-spacer {
|
.phabricator-object-item-attribute-spacer {
|
||||||
|
@ -371,7 +371,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-object-item-disabled .phabricator-object-item-objname {
|
.phabricator-object-item-disabled .phabricator-object-item-objname {
|
||||||
color: #777777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-box-border {
|
.phui-box-border {
|
||||||
border: 1px solid #bfcfda;
|
border: 1px solid {$lightblueborder};
|
||||||
border-bottom: 1px solid #95a6c5;
|
border-bottom: 1px solid {$blueborder};
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-box-border .phui-box-inner {
|
.phui-box-border .phui-box-inner {
|
||||||
|
|
|
@ -64,9 +64,9 @@ a.grey:visited {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
||||||
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
||||||
border-color: #BBC0CC;
|
border-color: {$lightgreyborder};
|
||||||
color: #4B4D51;
|
color: #4B4D51;
|
||||||
border-bottom-color: #A2A6B0;
|
border-bottom-color: {$greyborder};
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ a.button.dropdown-open {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.dropdown-open {
|
a.dropdown-open {
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button:hover,
|
a.button:hover,
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
.phui-feed-story-foot,
|
.phui-feed-story-foot,
|
||||||
.phui-feed-story-foot a {
|
.phui-feed-story-foot a {
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-feed-story-foot .phui-icon-view,
|
.phui-feed-story-foot .phui-icon-view,
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
.phui-feed-story-oneline-foot,
|
.phui-feed-story-oneline-foot,
|
||||||
.phui-feed-story-oneline-foot a {
|
.phui-feed-story-oneline-foot a {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
.aphront-form-required {
|
.aphront-form-required {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #6b748c;
|
color: {$lightgreytext};
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
@ -210,7 +210,7 @@ table.aphront-form-control-checkbox-layout th {
|
||||||
|
|
||||||
.aphront-form-control-radio-layout label.disabled,
|
.aphront-form-control-radio-layout label.disabled,
|
||||||
.aphront-form-control-checkbox-layout label.disabled {
|
.aphront-form-control-checkbox-layout label.disabled {
|
||||||
color: #777777;
|
color: {$greytext};
|
||||||
}
|
}
|
||||||
|
|
||||||
.aphront-form-radio-caption {
|
.aphront-form-radio-caption {
|
||||||
|
@ -244,7 +244,7 @@ table.aphront-form-control-checkbox-layout th {
|
||||||
}
|
}
|
||||||
|
|
||||||
.aphront-form-inset h1 {
|
.aphront-form-inset h1 {
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
@ -400,7 +400,7 @@ table.aphront-form-control-checkbox-layout th {
|
||||||
.picker-open .calendar-button,
|
.picker-open .calendar-button,
|
||||||
.fancy-datepicker-core {
|
.fancy-datepicker-core {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid #777777;
|
border: 1px solid {$greytext};
|
||||||
|
|
||||||
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
|
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
@ -428,7 +428,7 @@ table.aphront-form-control-checkbox-layout th {
|
||||||
|
|
||||||
.phui-form-box .phabricator-action-header {
|
.phui-form-box .phabricator-action-header {
|
||||||
padding: 4px 5px 4px 12px;
|
padding: 4px 5px 4px 12px;
|
||||||
border-bottom: 1px solid #bfcfda;
|
border-bottom: 1px solid {$lightblueborder};
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-form-box .phabricator-action-header h3 {
|
.phui-form-box .phabricator-action-header h3 {
|
||||||
|
|
|
@ -46,7 +46,7 @@ input[type="color"],
|
||||||
div.jx-tokenizer-container {
|
div.jx-tokenizer-container {
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #95a6c5;
|
border: 1px solid {$blueborder};
|
||||||
|
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||||
|
@ -104,10 +104,12 @@ select {
|
||||||
border: 1px solid #a1a5a9;
|
border: 1px solid #a1a5a9;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
select[multiple],
|
select[multiple],
|
||||||
select[size] {
|
select[size] {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:focus,
|
select:focus,
|
||||||
input[type="file"]:focus,
|
input[type="file"]:focus,
|
||||||
input[type="radio"]:focus,
|
input[type="radio"]:focus,
|
||||||
|
@ -116,19 +118,21 @@ input[type="checkbox"]:focus {
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:-moz-placeholder,
|
input:-moz-placeholder,
|
||||||
textarea:-moz-placeholder {
|
textarea:-moz-placeholder {
|
||||||
color: #999999;
|
color: {$lightgreytext};
|
||||||
}
|
|
||||||
input:-ms-input-placeholder,
|
|
||||||
textarea:-ms-input-placeholder {
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
input::-webkit-input-placeholder,
|
|
||||||
textarea::-webkit-input-placeholder {
|
|
||||||
color: #999999;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:-ms-input-placeholder,
|
||||||
|
textarea:-ms-input-placeholder {
|
||||||
|
color: {$lightgreytext};
|
||||||
|
}
|
||||||
|
|
||||||
|
input::-webkit-input-placeholder,
|
||||||
|
textarea::-webkit-input-placeholder {
|
||||||
|
color: {$lightgreytext};
|
||||||
|
}
|
||||||
|
|
||||||
select[disabled="disabled"],
|
select[disabled="disabled"],
|
||||||
input[disabled="disabled"] {
|
input[disabled="disabled"] {
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
margin: 0 12px 16px 0;
|
margin: 0 12px 16px 0;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #bfcfda;
|
border: 1px solid {$lightblueborder};
|
||||||
border-bottom: 1px solid #95a6c5;
|
border-bottom: 1px solid {$blueborder};
|
||||||
float: left;
|
float: left;
|
||||||
width: 288px;
|
width: 288px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-bottom: 1px solid #bfcfda;
|
border-bottom: 1px solid {$lightblueborder};
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
.phui-pinboard-item-content {
|
.phui-pinboard-item-content {
|
||||||
padding: 0 10px 5px;
|
padding: 0 10px 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: #777;
|
color: {$greytext};
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue