mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Update default form color.
Summary: Update the color Test Plan: Refresh form Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5866
This commit is contained in:
parent
b39698eabf
commit
19aec33198
2 changed files with 2 additions and 2 deletions
|
@ -3686,7 +3686,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'phui-form-css' =>
|
||||
array(
|
||||
'uri' => '/res/e29e84fb/rsrc/css/phui/phui-form.css',
|
||||
'uri' => '/res/45564bc7/rsrc/css/phui/phui-form.css',
|
||||
'type' => 'css',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -22,7 +22,7 @@ div.jx-tokenizer-container {
|
|||
display: inline-block;
|
||||
height: 28px;
|
||||
line-height: 18px;
|
||||
color: #555555;
|
||||
color: #333;
|
||||
vertical-align: middle;
|
||||
font: 13px 'Helvetica Neue', Arial, sans-serif;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue