mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 11:30:55 +01:00
Tweak Psyduck
Summary: Use our standard blue background. Test Plan: Quack Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin, chad Differential Revision: https://secure.phabricator.com/D8629
This commit is contained in:
parent
6324eff8a7
commit
1a36f24eb8
3 changed files with 4 additions and 4 deletions
|
@ -148,7 +148,7 @@ return array(
|
|||
'rsrc/css/phui/phui-status.css' => '2f562399',
|
||||
'rsrc/css/phui/phui-tag-view.css' => '295d81c4',
|
||||
'rsrc/css/phui/phui-text.css' => '23e9b4b7',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => '23d72d35',
|
||||
'rsrc/css/phui/phui-timeline-view.css' => 'f6c99ec3',
|
||||
'rsrc/css/phui/phui-workboard-view.css' => 'bf70dd2e',
|
||||
'rsrc/css/phui/phui-workpanel-view.css' => '97b69459',
|
||||
'rsrc/css/sprite-actions.css' => '969ad0e5',
|
||||
|
@ -229,7 +229,7 @@ return array(
|
|||
'rsrc/image/BFCFDA.png' => 'd5ec91f4',
|
||||
'rsrc/image/actions/edit.png' => '2fc41442',
|
||||
'rsrc/image/apple-touch-icon.png' => '8458dda7',
|
||||
'rsrc/image/avatar.png' => '62c5f933',
|
||||
'rsrc/image/avatar.png' => '3eb28cd9',
|
||||
'rsrc/image/checker_dark.png' => 'd8e65881',
|
||||
'rsrc/image/checker_light.png' => 'a0155918',
|
||||
'rsrc/image/credit_cards.png' => '72b8ede8',
|
||||
|
@ -764,7 +764,7 @@ return array(
|
|||
'phui-status-list-view-css' => '2f562399',
|
||||
'phui-tag-view-css' => '295d81c4',
|
||||
'phui-text-css' => '23e9b4b7',
|
||||
'phui-timeline-view-css' => '23d72d35',
|
||||
'phui-timeline-view-css' => 'f6c99ec3',
|
||||
'phui-workboard-view-css' => 'bf70dd2e',
|
||||
'phui-workpanel-view-css' => '97b69459',
|
||||
'policy-css' => '957ea14c',
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
|
||||
.phui-timeline-title {
|
||||
line-height: 17px;
|
||||
line-height: 18px;
|
||||
min-height: 18px;
|
||||
position: relative;
|
||||
color: {$bluetext};
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 959 B After Width: | Height: | Size: 936 B |
Loading…
Reference in a new issue