Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/table-of-contents.css
| Show First 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | .differential-toc-buttons { | ||||
| border-top: 1px solid {$thinblueborder}; | border-top: 1px solid {$thinblueborder}; | ||||
| padding: 8px; | padding: 8px; | ||||
| } | } | ||||
| .differential-harbormaster-table-view { | .differential-harbormaster-table-view { | ||||
| margin: 4px 0; | margin: 4px 0; | ||||
| border: 1px solid {$thinblueborder}; | border: 1px solid {$thinblueborder}; | ||||
| } | } | ||||
| .diff-toc-path .phui-icon-view { | |||||
| margin-right: 2px; | |||||
| text-align: center; | |||||
| width: 20px; | |||||
| display: inline-block; | |||||
| } | |||||
| table.aphront-table-view-compact td { | |||||
| padding: 3px 8px; | |||||
| } | |||||
| td.diff-toc-path td { | |||||
| padding: 0; | |||||
| color: {$greytext}; | |||||
| } | |||||
| .diff-toc-path div.diff-path-component-new { | |||||
| padding: 0 4px; | |||||
| background: {$new-bright}; | |||||
| margin: 0 2px; | |||||
| } | |||||
| .diff-toc-path div.diff-path-component-old { | |||||
| padding: 0 4px; | |||||
| background: {$old-bright}; | |||||
| margin: 0 2px; | |||||
| } | |||||
| .diff-toc-path a { | |||||
| color: {$darkbluetext}; | |||||
| } | |||||
| td.diff-toc-path .diff-path-old td { | |||||
| color: {$lightgreytext}; | |||||
| } | |||||
| .diff-toc-low-importance-row, | |||||
| .alt-diff-toc-low-importance-row { | |||||
| opacity: 0.5; | |||||
| } | |||||