mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-02 03:32:42 +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' =>
|
'phui-form-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/e29e84fb/rsrc/css/phui/phui-form.css',
|
'uri' => '/res/45564bc7/rsrc/css/phui/phui-form.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|
|
@ -22,7 +22,7 @@ div.jx-tokenizer-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: #555555;
|
color: #333;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font: 13px 'Helvetica Neue', Arial, sans-serif;
|
font: 13px 'Helvetica Neue', Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue