diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index f8a8050735..e002f9db8f 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -443,11 +443,18 @@ celerity_register_resource_map(array( ), '/rsrc/image/logo_grey.png' => array( - 'hash' => '6cff2a21538eeae471f0ea00cb7bc15d', - 'uri' => '/res/6cff2a21/rsrc/image/logo_grey.png', + 'hash' => 'da055af1f6f80ea9d7d13ae1d59ca3cd', + 'uri' => '/res/da055af1/rsrc/image/logo_grey.png', 'disk' => '/rsrc/image/logo_grey.png', 'type' => 'png', ), + '/rsrc/image/main_texture.png' => + array( + 'hash' => 'e34d8143384721be73ec9b7532a977ab', + 'uri' => '/res/e34d8143/rsrc/image/main_texture.png', + 'disk' => '/rsrc/image/main_texture.png', + 'type' => 'png', + ), '/rsrc/image/menu_texture.png' => array( 'hash' => '42193f24a52bd94be596c442d59a68ce', @@ -2404,7 +2411,7 @@ celerity_register_resource_map(array( ), 'phabricator-main-menu-view' => array( - 'uri' => '/res/cb2796ae/rsrc/css/application/base/main-menu-view.css', + 'uri' => '/res/bfd05b66/rsrc/css/application/base/main-menu-view.css', 'type' => 'css', 'requires' => array( @@ -2424,7 +2431,7 @@ celerity_register_resource_map(array( ), 'phabricator-nav-view-css' => array( - 'uri' => '/res/3ee38144/rsrc/css/aphront/phabricator-nav-view.css', + 'uri' => '/res/dfe48943/rsrc/css/aphront/phabricator-nav-view.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/aphront/phabricator-nav-view.css b/webroot/rsrc/css/aphront/phabricator-nav-view.css index cdd2914108..abbea57383 100644 --- a/webroot/rsrc/css/aphront/phabricator-nav-view.css +++ b/webroot/rsrc/css/aphront/phabricator-nav-view.css @@ -21,7 +21,7 @@ .phabricator-nav-app { width: 149px; - background: #33393d; + background: #262b2e; border-right: 1px solid #222222; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25); z-index: 6; @@ -29,7 +29,7 @@ .device-desktop .phabricator-nav-app { top: 43px; - padding-top: 4px; + padding-top: 2px; } .phabricator-nav-local { diff --git a/webroot/rsrc/css/application/base/main-menu-view.css b/webroot/rsrc/css/application/base/main-menu-view.css index cf43d25a98..1a2e779499 100644 --- a/webroot/rsrc/css/application/base/main-menu-view.css +++ b/webroot/rsrc/css/application/base/main-menu-view.css @@ -11,7 +11,8 @@ */ .phabricator-main-menu { - background: #33393d; + background: #2d3236; + background-image: url(/rsrc/image/main_texture.png); position: relative; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); height: 44px; @@ -84,9 +85,9 @@ .phabricator-main-menu-logo { display: inline-block; height: 44px; - width: 180px; + width: 170px; margin-right: 12px; - background: 12px 9px url(/rsrc/image/logo_grey.png) no-repeat; + background: 6px 9px url(/rsrc/image/logo_grey.png) no-repeat; } .phabricator-main-menu-logo span { @@ -247,7 +248,7 @@ border: 1px solid #333333; border-radius: 12px; - background: #727272; + background: #555555; height: 12px; line-height: 12px; box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25); @@ -259,7 +260,7 @@ } .phabricator-main-menu-search input.jx-typeahead-placeholder { - color: #aaaaaa; + color: #999999; } .phabricator-main-menu-search button { diff --git a/webroot/rsrc/image/logo_grey.png b/webroot/rsrc/image/logo_grey.png index 02a69a4e2b..1898257661 100644 Binary files a/webroot/rsrc/image/logo_grey.png and b/webroot/rsrc/image/logo_grey.png differ diff --git a/webroot/rsrc/image/main_texture.png b/webroot/rsrc/image/main_texture.png new file mode 100644 index 0000000000..be12f97cbd Binary files /dev/null and b/webroot/rsrc/image/main_texture.png differ