mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, updates from @chad:
- Use a gradient on the main menu. - Slightly darken the application menu. - Use kerned logo text. - Use cleaner logo image. - Adjust search input colors to fit the darker scheme better.
This commit is contained in:
parent
8901fdbd3e
commit
90f5f869ae
5 changed files with 19 additions and 11 deletions
|
@ -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(
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.5 KiB |
BIN
webroot/rsrc/image/main_texture.png
Normal file
BIN
webroot/rsrc/image/main_texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in a new issue