mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Safari tricked me. ;_;
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
c92abacfda
commit
d919ddb808
2 changed files with 18 additions and 18 deletions
|
@ -100,7 +100,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'phabricator-standard-page-view' =>
|
'phabricator-standard-page-view' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/b41e2dfe/rsrc/css/application/base/standard-page-view.css',
|
'uri' => '/res/0d41ea7c/rsrc/css/application/base/standard-page-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -464,7 +464,7 @@ celerity_register_resource_map(array(
|
||||||
), array (
|
), array (
|
||||||
'packages' =>
|
'packages' =>
|
||||||
array (
|
array (
|
||||||
'f0b7f753' =>
|
'04b474ba' =>
|
||||||
array (
|
array (
|
||||||
'name' => 'core.pkg.css',
|
'name' => 'core.pkg.css',
|
||||||
'symbols' =>
|
'symbols' =>
|
||||||
|
@ -483,7 +483,7 @@ celerity_register_resource_map(array(
|
||||||
11 => 'phabricator-remarkup-css',
|
11 => 'phabricator-remarkup-css',
|
||||||
12 => 'syntax-highlighting-css',
|
12 => 'syntax-highlighting-css',
|
||||||
),
|
),
|
||||||
'uri' => '/res/pkg/f0b7f753/core.pkg.css',
|
'uri' => '/res/pkg/04b474ba/core.pkg.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
),
|
),
|
||||||
'fcf7ec68' =>
|
'fcf7ec68' =>
|
||||||
|
@ -520,19 +520,19 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'reverse' =>
|
'reverse' =>
|
||||||
array (
|
array (
|
||||||
'phabricator-core-css' => 'f0b7f753',
|
'phabricator-core-css' => '04b474ba',
|
||||||
'phabricator-core-buttons-css' => 'f0b7f753',
|
'phabricator-core-buttons-css' => '04b474ba',
|
||||||
'phabricator-standard-page-view' => 'f0b7f753',
|
'phabricator-standard-page-view' => '04b474ba',
|
||||||
'aphront-dialog-view-css' => 'f0b7f753',
|
'aphront-dialog-view-css' => '04b474ba',
|
||||||
'aphront-form-view-css' => 'f0b7f753',
|
'aphront-form-view-css' => '04b474ba',
|
||||||
'aphront-panel-view-css' => 'f0b7f753',
|
'aphront-panel-view-css' => '04b474ba',
|
||||||
'aphront-side-nav-view-css' => 'f0b7f753',
|
'aphront-side-nav-view-css' => '04b474ba',
|
||||||
'aphront-table-view-css' => 'f0b7f753',
|
'aphront-table-view-css' => '04b474ba',
|
||||||
'aphront-tokenizer-control-css' => 'f0b7f753',
|
'aphront-tokenizer-control-css' => '04b474ba',
|
||||||
'aphront-typeahead-control-css' => 'f0b7f753',
|
'aphront-typeahead-control-css' => '04b474ba',
|
||||||
'phabricator-directory-css' => 'f0b7f753',
|
'phabricator-directory-css' => '04b474ba',
|
||||||
'phabricator-remarkup-css' => 'f0b7f753',
|
'phabricator-remarkup-css' => '04b474ba',
|
||||||
'syntax-highlighting-css' => 'f0b7f753',
|
'syntax-highlighting-css' => '04b474ba',
|
||||||
'differential-core-view-css' => 'fcf7ec68',
|
'differential-core-view-css' => 'fcf7ec68',
|
||||||
'differential-changeset-view-css' => 'fcf7ec68',
|
'differential-changeset-view-css' => 'fcf7ec68',
|
||||||
'differential-revision-detail-css' => 'fcf7ec68',
|
'differential-revision-detail-css' => 'fcf7ec68',
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-standard-header {
|
.phabricator-standard-header {
|
||||||
background: #006699;
|
background: #005588;
|
||||||
color: white;
|
color: white;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
.phabricator-primary-navigation td.phabricator-selected-tab {
|
.phabricator-primary-navigation td.phabricator-selected-tab {
|
||||||
border-bottom-color: #ffffff;
|
border-bottom-color: #ffffff;
|
||||||
background: #3377aa;
|
background: #336699;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-standard-header .phabricator-head-appname {
|
.phabricator-standard-header .phabricator-head-appname {
|
||||||
|
|
Loading…
Reference in a new issue