mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
89d35b98c8
Summary: Various tweaks and fixes. Adds a File Contents view in Diffusion, normalizes spaces, colors. Test Plan: tested differential and diffusion in my sandbox. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, epriestley, aran Maniphest Tasks: T3952 Differential Revision: https://secure.phabricator.com/D7325
15 lines
240 B
CSS
15 lines
240 B
CSS
/**
|
|
* @provides diffusion-commit-view-css
|
|
*/
|
|
|
|
.diffusion-comment-list {
|
|
margin: 2em;
|
|
}
|
|
|
|
.phabricator-transaction-view .audit-accept {
|
|
border-color: #009933;
|
|
}
|
|
|
|
.phabricator-transaction-view .audit-concern {
|
|
border-color: #aa0000;
|
|
}
|