Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions js/comparison_table.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions styles/simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ table.comparisons td.row.header {
table.comparisons td.cell {
padding: 1.5px;
}
table.comparisons td.highlight-cell {
background-color:#DDDDDD;
}
table.comparisons td.cell div {
width: 25px;
height: 25px;
Expand Down
3 changes: 3 additions & 0 deletions unified/unified_comparison_table.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ table.comparisons td.cell {
padding: 1.5px;
cursor: pointer;
}
table.comparisons td.highlight-cell {
background-color:#E3E3E3;
}
table.comparisons td.cell div {
width: 25px;
height: 25px;
Expand Down
16 changes: 16 additions & 0 deletions unified/unified_comparison_table.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.