1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/differential/revision-history.css
epriestley c0d433727c Modernize "revision update history" in Differential
Summary:
Ref T4585.

  - Use modern UI kit.
  - Make mobile-ish.
  - Fix a couple minor things.

Test Plan:
{F127155}

{F127156}

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: aran, epriestley, chad

Maniphest Tasks: T4585

Differential Revision: https://secure.phabricator.com/D8504
2014-03-12 11:39:43 -07:00

61 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;
}
.lintunit-star {
text-align: center;
padding: 0 16px;
}