@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix icon color on project icon chooser

Summary: These colors are also off from the icon change.

Test Plan: Project -> Manage -> Edit Picture -> Choose Icon

Reviewers: epriestley, 20after4

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17328

authored by

Chad Little and committed by
chad
7d0d4708 3b558d7d

+10 -10
+2 -2
resources/celerity/map.php
··· 82 82 'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b', 83 83 'rsrc/css/application/paste/paste.css' => '1898e534', 84 84 'rsrc/css/application/people/people-picture-menu-item.css' => 'a06f7f34', 85 - 'rsrc/css/application/people/people-profile.css' => '2473d929', 85 + 'rsrc/css/application/people/people-profile.css' => '4df76faf', 86 86 'rsrc/css/application/phame/phame.css' => '53fa6236', 87 87 'rsrc/css/application/pholio/pholio-edit.css' => '07676f51', 88 88 'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49', ··· 779 779 'paste-css' => '1898e534', 780 780 'path-typeahead' => 'f7fc67ec', 781 781 'people-picture-menu-item-css' => 'a06f7f34', 782 - 'people-profile-css' => '2473d929', 782 + 'people-profile-css' => '4df76faf', 783 783 'phabricator-action-list-view-css' => 'f980c059', 784 784 'phabricator-busy' => '59a7976a', 785 785 'phabricator-chatlog-css' => 'd295b020',
+8 -8
webroot/rsrc/css/application/people/people-profile.css
··· 15 15 .compose-dialog button.profile-image-button-selected { 16 16 background-image: none; 17 17 background-color: {$lightblue}; 18 - border-color: {$blueborder}; 18 + border-color: {$sky}; 19 19 } 20 20 21 21 .compose-header { ··· 32 32 .compose-dialog .phui-icon-view { 33 33 display: block; 34 34 position: relative; 35 - width: 50px; 36 - height: 50px; 35 + width: 48px; 36 + height: 48px; 37 37 background-color: {$darkgreytext}; 38 38 } 39 39 40 - .compose-dialog .compose-icon-bg { 41 - color: rgba({$alphawhite},0.8); 42 - line-height: 50px; 43 - width: 50px; 40 + .compose-dialog .compose-icon-bg.phui-icon-view { 41 + color: #e7e7e7; 42 + line-height: 48px; 43 + width: 48px; 44 44 text-align: center; 45 - font-size: 32px; 45 + font-size: 28px; 46 46 } 47 47 48 48 .compose-dialog .compose-background-red {