2011-01-25 11:31:40 -08:00
|
|
|
/**
|
|
|
|
* @provides differential-table-of-contents-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.differential-toc-meta {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$lightgreytext};
|
|
|
|
padding-top: 2px;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
2014-04-02 21:49:28 -07:00
|
|
|
table.aphront-table-view td.differential-toc-char {
|
|
|
|
padding-right: 0;
|
2011-01-25 11:31:40 -08:00
|
|
|
font-weight: bold;
|
2013-10-23 13:35:20 -07:00
|
|
|
color: {$darkbluetext};
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
2014-04-02 21:49:28 -07:00
|
|
|
table.aphront-table-view td.differential-toc-prop {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
table.aphront-table-view td.differential-toc-ftype {
|
|
|
|
padding-left: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
color: {$darkbluetext};
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc-file {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .differential-toc-file {
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc-cov {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
font-weight: bold;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
2011-02-04 17:53:14 -08:00
|
|
|
|
2012-05-29 18:20:11 -07:00
|
|
|
.differential-toc-reveal-all,
|
2012-02-29 23:16:45 -08:00
|
|
|
.differential-toc-edit-all {
|
|
|
|
float: right;
|
2013-10-23 13:35:20 -07:00
|
|
|
margin-left: 4px;
|
2012-02-29 23:16:45 -08:00
|
|
|
}
|
|
|
|
|
2011-02-04 17:53:14 -08:00
|
|
|
.diff-star-none {
|
2013-09-02 08:08:54 -07:00
|
|
|
color: {$greytext};
|
2011-02-04 17:53:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-okay {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$orange};
|
2011-02-04 17:53:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* TODO: 'warn' and 'fail' are both red, but we can't make 'warn' yellow since
|
|
|
|
'okay' is a "gold star". */
|
|
|
|
.diff-star-warn {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$red};
|
2011-02-04 17:53:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-fail {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$red};
|
2011-02-04 17:53:14 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-skip {
|
2014-04-02 21:49:28 -07:00
|
|
|
color: {$indigo};
|
2012-03-12 17:06:55 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc table td em {
|
2013-09-02 08:08:54 -07:00
|
|
|
color: {$greytext};
|
2012-03-12 17:06:55 -07:00
|
|
|
}
|
|
|
|
|
2012-12-12 21:00:35 -08:00
|
|
|
.differential-toc .button {
|
|
|
|
margin: 8px 0px 0px 8px;
|
|
|
|
}
|
|
|
|
|
2012-03-12 17:06:55 -07:00
|
|
|
.differential-mcoverage-loading {
|
2013-09-02 08:12:18 -07:00
|
|
|
color: {$lightgreytext};
|
2012-03-12 17:06:55 -07:00
|
|
|
}
|
2014-04-02 21:49:28 -07:00
|
|
|
|
|
|
|
.differential-toc-buttons {
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
padding: 8px;
|
|
|
|
}
|