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

Customize scrollbar in workboards

Summary: Adds basic (webkit only) styling to the workboard scrollbar.

Test Plan: Tested Chrome, Workboards

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+10 -1
+1 -1
src/__celerity_resource_map__.php
··· 3985 3985 ), 3986 3986 'phui-workboard-view-css' => 3987 3987 array( 3988 - 'uri' => '/res/445c7c7e/rsrc/css/phui/phui-workboard-view.css', 3988 + 'uri' => '/res/44fcb197/rsrc/css/phui/phui-workboard-view.css', 3989 3989 'type' => 'css', 3990 3990 'requires' => 3991 3991 array(
+9
webroot/rsrc/css/phui/phui-workboard-view.css
··· 15 15 box-shadow: inset 0 0 5px rgba(0,0,0,.5); 16 16 } 17 17 18 + .phui-workboard-view-shadow::-webkit-scrollbar { 19 + height: 12px; 20 + } 21 + 22 + .phui-workboard-view-shadow::-webkit-scrollbar-thumb { 23 + background: {$lightbluetext}; 24 + border-radius: 10px; 25 + } 26 + 18 27 .phui-workboard-action-list { 19 28 width: 60px; 20 29 float: left;