@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.

Remove dark Phabricator special CSS

Summary: Looks like the border was almost always overridden and the background was only slightly darker. Safe to remove these. Fixes T10424

Test Plan: Set Workboard to "red" see red workboard. Toggle CSS on and off on homepage, note little to no visual difference.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10424

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

+2 -16
+2 -2
resources/celerity/map.php
··· 35 35 'rsrc/css/application/base/main-menu-view.css' => 'd00a795a', 36 36 'rsrc/css/application/base/notification-menu.css' => 'f31c0bde', 37 37 'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601', 38 - 'rsrc/css/application/base/phui-theme.css' => 'ab7b848c', 38 + 'rsrc/css/application/base/phui-theme.css' => '027ba77e', 39 39 'rsrc/css/application/base/standard-page-view.css' => 'e709f6d0', 40 40 'rsrc/css/application/chatlog/chatlog.css' => 'd295b020', 41 41 'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4', ··· 839 839 'phui-spacing-css' => '042804d6', 840 840 'phui-status-list-view-css' => '888cedb8', 841 841 'phui-tag-view-css' => '9d5d4400', 842 - 'phui-theme-css' => 'ab7b848c', 842 + 'phui-theme-css' => '027ba77e', 843 843 'phui-timeline-view-css' => '2efceff8', 844 844 'phui-two-column-view-css' => '0763177e', 845 845 'phui-workboard-color-css' => 'ac6fe6a7',
-14
webroot/rsrc/css/application/base/phui-theme.css
··· 61 61 background: #122916; 62 62 } 63 63 64 - 65 - /*--- Dark "Classic Phabricator" ---------------------------------------------*/ 66 - 67 - .phui-theme-dark { 68 - background-color: {$page.background.dark}; 69 - } 70 - 71 - .phui-theme-dark .phui-box-border { 72 - border-color: {$lightblueborder}; 73 - } 74 - 75 - .phui-theme-dark .phui-box-grey { 76 - background-color: {$page.background.dark}; 77 - }