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

Punch up grey button border grey 10%

Summary: Visually these are hard to see on blue backgrounds, adds a touch more contrast. Fixes T12604

Test Plan: View as pager and dialog

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12604

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

+5 -5
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'ff161f2d', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => 'd23d18e6', 12 + 'core.pkg.css' => '005d943f', 13 13 'core.pkg.js' => '47a69358', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '90b30783', ··· 139 139 'rsrc/css/phui/phui-basic-nav-view.css' => 'a0705f53', 140 140 'rsrc/css/phui/phui-big-info-view.css' => 'bd903741', 141 141 'rsrc/css/phui/phui-box.css' => '269cbc99', 142 - 'rsrc/css/phui/phui-button.css' => '5a5ae137', 142 + 'rsrc/css/phui/phui-button.css' => '8d23596a', 143 143 'rsrc/css/phui/phui-chart.css' => '6bf6f78e', 144 144 'rsrc/css/phui/phui-cms.css' => '504b4b23', 145 145 'rsrc/css/phui/phui-comment-form.css' => '57af2e14', ··· 840 840 'phui-basic-nav-view-css' => 'a0705f53', 841 841 'phui-big-info-view-css' => 'bd903741', 842 842 'phui-box-css' => '269cbc99', 843 - 'phui-button-css' => '5a5ae137', 843 + 'phui-button-css' => '8d23596a', 844 844 'phui-calendar-css' => '477acfaa', 845 845 'phui-calendar-day-css' => '572b1893', 846 846 'phui-calendar-list-css' => '576be600',
+2 -2
webroot/rsrc/css/phui/phui-button.css
··· 82 82 a.grey:visited { 83 83 background-color: #F7F7F9; 84 84 background-image: linear-gradient(to bottom, #ffffff, #f1f0f1); 85 - border: 1px solid rgba({$alphablue},.2); 85 + border: 1px solid rgba({$alphablue}, 0.3); 86 86 color: {$darkgreytext}; 87 87 } 88 88 ··· 131 131 a.button.grey:hover, 132 132 button.grey:hover { 133 133 background-image: linear-gradient(to bottom, #ffffff, #eeebec); 134 - border-color: rgba({$alphablue}, 0.3); 134 + border-color: rgba({$alphablue}, 0.4); 135 135 transition: 0.1s; 136 136 } 137 137