1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Make closed tasks appear grey

Summary: In long list of tasks, its hard to differentiate between open and closed tasks. This adds some color in addition to the strikethrough. Hover will still be blue. I'm open to other suggestions as well if you don't think this is needed.

Test Plan: Test Unbeta Pholio

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5270
This commit is contained in:
Chad Little 2013-03-07 08:16:13 -08:00
parent b42b1f6817
commit b0aa55b160
2 changed files with 47 additions and 41 deletions

View file

@ -3055,7 +3055,7 @@ celerity_register_resource_map(array(
),
'phabricator-standard-page-view' =>
array(
'uri' => '/res/5f013c46/rsrc/css/application/base/standard-page-view.css',
'uri' => '/res/252faaf4/rsrc/css/application/base/standard-page-view.css',
'type' => 'css',
'requires' =>
array(
@ -3500,7 +3500,7 @@ celerity_register_resource_map(array(
), array(
'packages' =>
array(
'09aa1f68' =>
'e1ccf781' =>
array(
'name' => 'core.pkg.css',
'symbols' =>
@ -3543,7 +3543,7 @@ celerity_register_resource_map(array(
35 => 'phabricator-object-item-list-view-css',
36 => 'global-drag-and-drop-css',
),
'uri' => '/res/pkg/09aa1f68/core.pkg.css',
'uri' => '/res/pkg/e1ccf781/core.pkg.css',
'type' => 'css',
),
'f24c209c' =>
@ -3733,17 +3733,17 @@ celerity_register_resource_map(array(
'reverse' =>
array(
'aphront-attached-file-view-css' => 'eb35a026',
'aphront-crumbs-view-css' => '09aa1f68',
'aphront-dialog-view-css' => '09aa1f68',
'aphront-error-view-css' => '09aa1f68',
'aphront-form-view-css' => '09aa1f68',
'aphront-list-filter-view-css' => '09aa1f68',
'aphront-pager-view-css' => '09aa1f68',
'aphront-panel-view-css' => '09aa1f68',
'aphront-table-view-css' => '09aa1f68',
'aphront-tokenizer-control-css' => '09aa1f68',
'aphront-tooltip-css' => '09aa1f68',
'aphront-typeahead-control-css' => '09aa1f68',
'aphront-crumbs-view-css' => 'e1ccf781',
'aphront-dialog-view-css' => 'e1ccf781',
'aphront-error-view-css' => 'e1ccf781',
'aphront-form-view-css' => 'e1ccf781',
'aphront-list-filter-view-css' => 'e1ccf781',
'aphront-pager-view-css' => 'e1ccf781',
'aphront-panel-view-css' => 'e1ccf781',
'aphront-table-view-css' => 'e1ccf781',
'aphront-tokenizer-control-css' => 'e1ccf781',
'aphront-tooltip-css' => 'e1ccf781',
'aphront-typeahead-control-css' => 'e1ccf781',
'differential-changeset-view-css' => '8aaacd1b',
'differential-core-view-css' => '8aaacd1b',
'differential-inline-comment-editor' => '322728f3',
@ -3757,7 +3757,7 @@ celerity_register_resource_map(array(
'differential-table-of-contents-css' => '8aaacd1b',
'diffusion-commit-view-css' => 'c8ce2d88',
'diffusion-icons-css' => 'c8ce2d88',
'global-drag-and-drop-css' => '09aa1f68',
'global-drag-and-drop-css' => 'e1ccf781',
'inline-comment-summary-css' => '8aaacd1b',
'javelin-aphlict' => 'f24c209c',
'javelin-behavior' => 'cd1d650a',
@ -3828,48 +3828,48 @@ celerity_register_resource_map(array(
'javelin-util' => 'cd1d650a',
'javelin-vector' => 'cd1d650a',
'javelin-workflow' => 'cd1d650a',
'lightbox-attachment-css' => '09aa1f68',
'lightbox-attachment-css' => 'e1ccf781',
'maniphest-task-summary-css' => 'eb35a026',
'maniphest-transaction-detail-css' => 'eb35a026',
'phabricator-busy' => 'f24c209c',
'phabricator-content-source-view-css' => '8aaacd1b',
'phabricator-core-buttons-css' => '09aa1f68',
'phabricator-core-css' => '09aa1f68',
'phabricator-crumbs-view-css' => '09aa1f68',
'phabricator-directory-css' => '09aa1f68',
'phabricator-core-buttons-css' => 'e1ccf781',
'phabricator-core-css' => 'e1ccf781',
'phabricator-crumbs-view-css' => 'e1ccf781',
'phabricator-directory-css' => 'e1ccf781',
'phabricator-drag-and-drop-file-upload' => '322728f3',
'phabricator-dropdown-menu' => 'f24c209c',
'phabricator-file-upload' => 'f24c209c',
'phabricator-filetree-view-css' => '09aa1f68',
'phabricator-flag-css' => '09aa1f68',
'phabricator-form-view-css' => '09aa1f68',
'phabricator-header-view-css' => '09aa1f68',
'phabricator-jump-nav' => '09aa1f68',
'phabricator-filetree-view-css' => 'e1ccf781',
'phabricator-flag-css' => 'e1ccf781',
'phabricator-form-view-css' => 'e1ccf781',
'phabricator-header-view-css' => 'e1ccf781',
'phabricator-jump-nav' => 'e1ccf781',
'phabricator-keyboard-shortcut' => 'f24c209c',
'phabricator-keyboard-shortcut-manager' => 'f24c209c',
'phabricator-main-menu-view' => '09aa1f68',
'phabricator-main-menu-view' => 'e1ccf781',
'phabricator-menu-item' => 'f24c209c',
'phabricator-nav-view-css' => '09aa1f68',
'phabricator-nav-view-css' => 'e1ccf781',
'phabricator-notification' => 'f24c209c',
'phabricator-notification-css' => '09aa1f68',
'phabricator-notification-menu-css' => '09aa1f68',
'phabricator-object-item-list-view-css' => '09aa1f68',
'phabricator-notification-css' => 'e1ccf781',
'phabricator-notification-menu-css' => 'e1ccf781',
'phabricator-object-item-list-view-css' => 'e1ccf781',
'phabricator-object-selector-css' => '8aaacd1b',
'phabricator-paste-file-upload' => 'f24c209c',
'phabricator-prefab' => 'f24c209c',
'phabricator-project-tag-css' => 'eb35a026',
'phabricator-remarkup-css' => '09aa1f68',
'phabricator-remarkup-css' => 'e1ccf781',
'phabricator-shaped-request' => '322728f3',
'phabricator-side-menu-view-css' => '09aa1f68',
'phabricator-standard-page-view' => '09aa1f68',
'phabricator-side-menu-view-css' => 'e1ccf781',
'phabricator-standard-page-view' => 'e1ccf781',
'phabricator-textareautils' => 'f24c209c',
'phabricator-tooltip' => 'f24c209c',
'phabricator-transaction-view-css' => '09aa1f68',
'phabricator-zindex-css' => '09aa1f68',
'sprite-apps-large-css' => '09aa1f68',
'sprite-gradient-css' => '09aa1f68',
'sprite-icon-css' => '09aa1f68',
'sprite-menu-css' => '09aa1f68',
'syntax-highlighting-css' => '09aa1f68',
'phabricator-transaction-view-css' => 'e1ccf781',
'phabricator-zindex-css' => 'e1ccf781',
'sprite-apps-large-css' => 'e1ccf781',
'sprite-gradient-css' => 'e1ccf781',
'sprite-icon-css' => 'e1ccf781',
'sprite-menu-css' => 'e1ccf781',
'syntax-highlighting-css' => 'e1ccf781',
),
));

View file

@ -54,8 +54,14 @@
float: right;
}
.handle-status-closed {
.handle-status-closed:link {
text-decoration: line-through;
color: #676767;
}
.handle-status-closed:hover {
text-decoration: line-through;
color: #19558D;
}
a.handle-disabled,