1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-10-24 09:38:51 +02:00
phorge-phorge/webroot/rsrc/css/application/differential/revision-history.css
epriestley d6ed9392d4 Replace Differential "lint stars" with icons
Summary:
Ref T9764. These stars are inconsistent, not accessible, and generally weird. They predate icons.

Update them to use icons instead.

Test Plan:
{F8545721}

{F8545722}

{F8545723}

Maniphest Tasks: T9764

Differential Revision: https://secure.phabricator.com/D21640
2021-03-17 13:45:52 -07:00

56 lines
1.2 KiB
CSS

/**
* @provides differential-revision-history-css
*/
.differential-update-history-footer {
text-align: right;
vertical-align: middle;
padding: 4px 8px;
border-top: 1px solid {$lightblueborder};
background: {$lightbluebackground};
}
.differential-update-history-footer label {
margin-right: 12px;
color: {$greytext};
}
.differential-update-history-footer select {
margin-left: 8px;
}
.device .differential-update-history-footer label {
display: block;
margin-right: 0;
margin-bottom: 4px;
}
.differential-update-history-radio {
padding: 0 8px;
}
.aphront-table-view td.differential-update-history-old {
background: #f9d0d0;
}
.aphront-table-view td.differential-update-history-new {
background: #d0ffd0;
}
.aphront-table-view
.differential-update-history-old-now
td.differential-update-history-old,
.aphront-table-view
.alt-differential-update-history-old-now
td.differential-update-history-old {
background: #ffaaaa;
}
.aphront-table-view
.differential-update-history-new-now
td.differential-update-history-new,
.aphront-table-view
.alt-differential-update-history-new-now
td.differential-update-history-new {
background: #aaffaa;
}