Page MenuHomePhabricator

D11222.id26948.diff
No OneTemporary

D11222.id26948.diff

diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => '5403bbed',
+ 'core.pkg.css' => '63e782fb',
'core.pkg.js' => '44aac665',
'darkconsole.pkg.js' => '8ab24e01',
'differential.pkg.css' => '8af45893',
@@ -130,7 +130,7 @@
'rsrc/css/phui/phui-fontkit.css' => '9c3d2dce',
'rsrc/css/phui/phui-form-view.css' => 'aad06f2a',
'rsrc/css/phui/phui-form.css' => '9aecbda1',
- 'rsrc/css/phui/phui-header-view.css' => 'b6c0d4b4',
+ 'rsrc/css/phui/phui-header-view.css' => '8d9907ad',
'rsrc/css/phui/phui-icon.css' => 'a013a63d',
'rsrc/css/phui/phui-image-mask.css' => '5a8b09c8',
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
@@ -771,7 +771,7 @@
'phui-fontkit-css' => '9c3d2dce',
'phui-form-css' => '9aecbda1',
'phui-form-view-css' => 'aad06f2a',
- 'phui-header-view-css' => 'b6c0d4b4',
+ 'phui-header-view-css' => '8d9907ad',
'phui-icon-view-css' => 'a013a63d',
'phui-image-mask-css' => '5a8b09c8',
'phui-info-panel-css' => '27ea50a1',
diff --git a/src/applications/differential/storage/DifferentialTransaction.php b/src/applications/differential/storage/DifferentialTransaction.php
--- a/src/applications/differential/storage/DifferentialTransaction.php
+++ b/src/applications/differential/storage/DifferentialTransaction.php
@@ -541,13 +541,13 @@
case self::TYPE_ACTION:
switch ($this->getNewValue()) {
case DifferentialAction::ACTION_CLOSE:
- return PhabricatorTransactions::COLOR_BLUE;
+ return PhabricatorTransactions::COLOR_INDIGO;
case DifferentialAction::ACTION_ACCEPT:
return PhabricatorTransactions::COLOR_GREEN;
case DifferentialAction::ACTION_REJECT:
return PhabricatorTransactions::COLOR_RED;
case DifferentialAction::ACTION_ABANDON:
- return PhabricatorTransactions::COLOR_BLACK;
+ return PhabricatorTransactions::COLOR_INDIGO;
case DifferentialAction::ACTION_RETHINK:
return PhabricatorTransactions::COLOR_RED;
case DifferentialAction::ACTION_REQUEST:
diff --git a/src/applications/macro/storage/PhabricatorMacroTransaction.php b/src/applications/macro/storage/PhabricatorMacroTransaction.php
--- a/src/applications/macro/storage/PhabricatorMacroTransaction.php
+++ b/src/applications/macro/storage/PhabricatorMacroTransaction.php
@@ -290,7 +290,7 @@
}
case PhabricatorMacroTransactionType::TYPE_DISABLED:
if ($new) {
- return PhabricatorTransactions::COLOR_BLACK;
+ return PhabricatorTransactions::COLOR_RED;
} else {
return PhabricatorTransactions::COLOR_SKY;
}
diff --git a/src/applications/maniphest/storage/ManiphestTransaction.php b/src/applications/maniphest/storage/ManiphestTransaction.php
--- a/src/applications/maniphest/storage/ManiphestTransaction.php
+++ b/src/applications/maniphest/storage/ManiphestTransaction.php
@@ -188,7 +188,7 @@
if (ManiphestTaskStatus::isOpenStatus($new)) {
return 'green';
} else {
- return 'black';
+ return 'indigo';
}
case self::TYPE_PRIORITY:
@@ -204,7 +204,7 @@
return 'orange';
case self::TYPE_MERGED_INTO:
- return 'black';
+ return 'indigo';
}
return parent::getColor();
diff --git a/src/applications/ponder/storage/PonderQuestionTransaction.php b/src/applications/ponder/storage/PonderQuestionTransaction.php
--- a/src/applications/ponder/storage/PonderQuestionTransaction.php
+++ b/src/applications/ponder/storage/PonderQuestionTransaction.php
@@ -134,7 +134,7 @@
case PonderQuestionStatus::STATUS_OPEN:
return PhabricatorTransactions::COLOR_GREEN;
case PonderQuestionStatus::STATUS_CLOSED:
- return PhabricatorTransactions::COLOR_BLACK;
+ return PhabricatorTransactions::COLOR_INDIGO;
}
}
}
diff --git a/webroot/rsrc/css/phui/phui-header-view.css b/webroot/rsrc/css/phui/phui-header-view.css
--- a/webroot/rsrc/css/phui/phui-header-view.css
+++ b/webroot/rsrc/css/phui/phui-header-view.css
@@ -123,10 +123,14 @@
}
.phui-header-subheader .phui-header-status-dark {
- color: #111;
+ color: {$indigo};
text-shadow: 0 1px #fff;
}
+.phui-header-subheader .phui-header-status-dark .phui-icon-view {
+ color: {$indigo};
+}
+
.phui-header-subheader .phui-header-status-red {
color: {$red};
}

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 24, 2:43 AM (1 w, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707737
Default Alt Text
D11222.id26948.diff (4 KB)

Event Timeline