Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/changeset-view.css
| Show First 20 Lines • Show All 481 Lines • ▼ Show 20 Lines | .changeset-content-hidden .differential-file-icon-header { | ||||
| background: {$lightgreybackground}; | background: {$lightgreybackground}; | ||||
| color: {$greytext}; | color: {$greytext}; | ||||
| } | } | ||||
| .changeset-selected .differential-file-icon-header { | .changeset-selected .differential-file-icon-header { | ||||
| background: {$lightyellow}; | background: {$lightyellow}; | ||||
| color: {$blacktext}; | color: {$blacktext}; | ||||
| } | } | ||||
| .differential-diff tr td.inline-hover { | |||||
| background: {$gentle.highlight}; | |||||
| } | |||||
| .differential-diff tr td.inline-hover-bright { | |||||
| background: {$highlight.bright}; | |||||
| } | |||||
| .inline-hover-container { | |||||
| position: absolute; | |||||
| color: {$lightgreytext}; | |||||
| background: {$lightyellow}; | |||||
| } | |||||
| .inline-hover-text { | |||||
| padding-top: 2px; | |||||
| padding-bottom: 2px; | |||||
| } | |||||
| .inline-hover-text-bright { | |||||
| color: {$blacktext}; | |||||
| background: {$highlight.bright}; | |||||
| } | |||||