Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/table-of-contents.css
| Show First 20 Lines • Show All 100 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| td.diff-toc-path td { | td.diff-toc-path td { | ||||
| padding: 0; | padding: 0; | ||||
| color: {$greytext}; | color: {$greytext}; | ||||
| } | } | ||||
| .diff-toc-path div.diff-path-component-new { | .diff-toc-path div.diff-path-component-new { | ||||
| padding: 0 4px; | padding: 0 2px; | ||||
| background: {$new-bright}; | box-shadow: inset 0 -2px {$new-bright}; | ||||
| margin: 0 2px; | margin: 0 2px; | ||||
| } | } | ||||
| .diff-toc-path div.diff-path-component-old { | .diff-toc-path div.diff-path-component-old { | ||||
| padding: 0 4px; | padding: 0 2px; | ||||
| background: {$old-bright}; | box-shadow: inset 0 -2px {$old-bright}; | ||||
| margin: 0 2px; | margin: 0 2px; | ||||
| } | } | ||||
| .diff-toc-path a { | .diff-toc-path a { | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| td.diff-toc-path .diff-path-old td { | td.diff-toc-path .diff-path-old td { | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| } | } | ||||
| .diff-toc-low-importance-row, | .diff-toc-low-importance-row, | ||||
| .alt-diff-toc-low-importance-row { | .alt-diff-toc-low-importance-row { | ||||
| opacity: 0.5; | opacity: 0.5; | ||||
| } | } | ||||