1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/application/maniphest/transaction-detail.css
Chad Little e2f0003ff9 Implement color variables in CSS.
Summary: Added in color variables in most used places. Tweaked green to be a bit more serious.

Test Plan: Tested Tags, Error View, Timeline, Object Views, and Color Palette.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6244
2013-06-19 20:25:41 -07:00

75 lines
1.3 KiB
CSS

/**
* @provides maniphest-transaction-detail-css
*/
.maniphest-transaction-list-view {
padding: 0 20px;
}
.device-phone .maniphest-transaction-list-view {
padding: 0 10px;
}
.maniphest-transaction-list-view .anchor-target {
background-color: #ffffdd;
border-color: #ffff00;
}
.phabricator-transaction-view .upforgrab {
border-color: #cc9966;
}
.phabricator-transaction-view .reassigned {
border-color: #0099aa;
}
.phabricator-transaction-view .assigned {
border-color: #0099aa;
}
.phabricator-transaction-view .claimed {
border-color: #0099aa;
}
.phabricator-transaction-view .created {
border-color: #660099;
}
.phabricator-transaction-view .closed {
border-color: #006699;
}
.phabricator-transaction-view .spited {
border-color: #006699;
}
.phabricator-transaction-view .reopened {
border-color: #660099;
}
.phabricator-transaction-view .unbreaknow {
border-color: #aa0000;
}
.phabricator-transaction-view .duplicate {
border-color: #333333;
}
.maniphest-change-table {
width: 100%;
margin: .5em 0em;
border-collapse: separate;
border-spacing: 4px 0px;
}
.maniphest-change-table td {
width: 50%;
padding: 0.25em 1em;
background: #f9f9f9;
}
.maniphest-change-table th {
font-weight: bold;
padding: 0.25em;
border-bottom: 1px solid #cccccc;
}