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

Clean up Dark Console broken table css

Summary: Fixes T12808

Test Plan: Enable Dark Console. Hover Hover Hover.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12808

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

+15 -8
+2 -2
resources/celerity/map.php
··· 25 25 'rsrc/audio/basic/tap.mp3' => 'fc2fd796', 26 26 'rsrc/audio/basic/ting.mp3' => '17660001', 27 27 'rsrc/css/aphront/aphront-bars.css' => '231ac33c', 28 - 'rsrc/css/aphront/dark-console.css' => '53798a6d', 28 + 'rsrc/css/aphront/dark-console.css' => 'f7b071f1', 29 29 'rsrc/css/aphront/dialog-view.css' => '685c7e2d', 30 30 'rsrc/css/aphront/list-filter-view.css' => '5d6f0526', 31 31 'rsrc/css/aphront/multi-column.css' => '84cc6640', ··· 537 537 'symbols' => array( 538 538 'almanac-css' => 'dbb9b3af', 539 539 'aphront-bars' => '231ac33c', 540 - 'aphront-dark-console-css' => '53798a6d', 540 + 'aphront-dark-console-css' => 'f7b071f1', 541 541 'aphront-dialog-view-css' => '685c7e2d', 542 542 'aphront-list-filter-view-css' => '5d6f0526', 543 543 'aphront-multi-column-view-css' => '84cc6640',
+13 -6
webroot/rsrc/css/aphront/dark-console.css
··· 3 3 */ 4 4 5 5 .dark-console { 6 - background: #444444; 7 - color: #eeeeee; 8 - width: 100%; 9 - font-family: "Verdana"; 10 - font-size: 11px; 11 - position: relative; 6 + background: #444444; 7 + color: #eeeeee; 8 + width: 100%; 9 + font-family: "Verdana"; 10 + font-size: 11px; 11 + position: relative; 12 12 } 13 13 14 14 .dark-console a { ··· 74 74 .dark-console-requests a.dark-console-request:hover, 75 75 .dark-console-tabs a.dark-console-tab:hover { 76 76 background: #1188cc; 77 + text-decoration: none; 77 78 } 78 79 79 80 .dark-console-tabs a.dark-console-tab { ··· 107 108 108 109 .dark-console .aphront-table-view td { 109 110 font-size: 11px; 111 + color: #eee; 112 + } 113 + 114 + .dark-console .aphront-table-view tr:hover, 115 + .dark-console .aphront-table-view tr.alt:hover { 116 + background: #333; 110 117 } 111 118 112 119 .dark-console .aphront-table-view td.header {