2011-01-25 20:31:40 +01:00
|
|
|
/**
|
|
|
|
* @provides differential-table-of-contents-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.differential-toc-meta {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$lightgreytext};
|
|
|
|
padding-top: 2px;
|
2011-01-25 20:31:40 +01:00
|
|
|
}
|
|
|
|
|
2014-04-03 06:49:28 +02:00
|
|
|
table.aphront-table-view td.differential-toc-char {
|
|
|
|
padding-right: 0;
|
2011-01-25 20:31:40 +01:00
|
|
|
font-weight: bold;
|
2013-10-23 22:35:20 +02:00
|
|
|
color: {$darkbluetext};
|
2011-01-25 20:31:40 +01:00
|
|
|
}
|
|
|
|
|
2014-04-03 06:49:28 +02: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 20:31:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc-file {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$lightgreytext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .differential-toc-file {
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc-cov {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
font-weight: bold;
|
2011-01-25 20:31:40 +01:00
|
|
|
}
|
2011-02-05 02:53:14 +01:00
|
|
|
|
2012-05-30 03:20:11 +02:00
|
|
|
.differential-toc-reveal-all,
|
2012-03-01 08:16:45 +01:00
|
|
|
.differential-toc-edit-all {
|
|
|
|
float: right;
|
2013-10-23 22:35:20 +02:00
|
|
|
margin-left: 4px;
|
2012-03-01 08:16:45 +01:00
|
|
|
}
|
|
|
|
|
2011-02-05 02:53:14 +01:00
|
|
|
.diff-star-none {
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2011-02-05 02:53:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-okay {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$orange};
|
2011-02-05 02:53:14 +01: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-03 06:49:28 +02:00
|
|
|
color: {$red};
|
2011-02-05 02:53:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-fail {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$red};
|
2011-02-05 02:53:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.diff-star-skip {
|
2014-04-03 06:49:28 +02:00
|
|
|
color: {$indigo};
|
2012-03-13 01:06:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.differential-toc table td em {
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2012-03-13 01:06:55 +01:00
|
|
|
}
|
|
|
|
|
2012-12-13 06:00:35 +01:00
|
|
|
.differential-toc .button {
|
|
|
|
margin: 8px 0px 0px 8px;
|
|
|
|
}
|
|
|
|
|
2012-03-13 01:06:55 +01:00
|
|
|
.differential-mcoverage-loading {
|
2013-09-02 17:12:18 +02:00
|
|
|
color: {$lightgreytext};
|
2012-03-13 01:06:55 +01:00
|
|
|
}
|
2014-04-03 06:49:28 +02:00
|
|
|
|
|
|
|
.differential-toc-buttons {
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
padding: 8px;
|
|
|
|
}
|