mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix mobile search background color
Summary: Currently, clicking search on mobile, the background gradient is bleeding. Test Plan: Click search icon on mobile, see black and not a pony color. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8878
This commit is contained in:
parent
3f5a55fa6e
commit
b3d07ba0a9
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
return array(
|
return array(
|
||||||
'names' =>
|
'names' =>
|
||||||
array(
|
array(
|
||||||
'core.pkg.css' => '97f7fd44',
|
'core.pkg.css' => '9e7cce62',
|
||||||
'core.pkg.js' => '417722ff',
|
'core.pkg.js' => '417722ff',
|
||||||
'darkconsole.pkg.js' => 'ca8671ce',
|
'darkconsole.pkg.js' => 'ca8671ce',
|
||||||
'differential.pkg.css' => '12c11318',
|
'differential.pkg.css' => '12c11318',
|
||||||
|
@ -37,7 +37,7 @@ return array(
|
||||||
'rsrc/css/aphront/two-column.css' => '16ab3ad2',
|
'rsrc/css/aphront/two-column.css' => '16ab3ad2',
|
||||||
'rsrc/css/aphront/typeahead.css' => '271456a1',
|
'rsrc/css/aphront/typeahead.css' => '271456a1',
|
||||||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||||
'rsrc/css/application/base/main-menu-view.css' => 'd36e0c11',
|
'rsrc/css/application/base/main-menu-view.css' => '0a599177',
|
||||||
'rsrc/css/application/base/notification-menu.css' => 'fc9a363c',
|
'rsrc/css/application/base/notification-menu.css' => 'fc9a363c',
|
||||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => 'd290ba21',
|
'rsrc/css/application/base/phabricator-application-launch-view.css' => 'd290ba21',
|
||||||
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
|
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
|
||||||
|
@ -699,7 +699,7 @@ return array(
|
||||||
'phabricator-jump-nav' => 'f0c5e726',
|
'phabricator-jump-nav' => 'f0c5e726',
|
||||||
'phabricator-keyboard-shortcut' => '1ae869f2',
|
'phabricator-keyboard-shortcut' => '1ae869f2',
|
||||||
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
||||||
'phabricator-main-menu-view' => 'd36e0c11',
|
'phabricator-main-menu-view' => '0a599177',
|
||||||
'phabricator-menu-item' => '0f386ef4',
|
'phabricator-menu-item' => '0f386ef4',
|
||||||
'phabricator-nav-view-css' => '80e60fc1',
|
'phabricator-nav-view-css' => '80e60fc1',
|
||||||
'phabricator-notification' => '0c6946e7',
|
'phabricator-notification' => '0c6946e7',
|
||||||
|
|
|
@ -335,6 +335,7 @@
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device .phui-list-item-type-link
|
.device .phui-list-item-type-link
|
||||||
|
|
Loading…
Reference in a new issue