Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/changeset-view.css
| Show First 20 Lines • Show All 102 Lines • ▼ Show 20 Lines | .prose-diff-frame { | ||||
| padding: 12px; | padding: 12px; | ||||
| } | } | ||||
| .prose-diff span.old, | .prose-diff span.old, | ||||
| .prose-diff span.new { | .prose-diff span.new { | ||||
| padding: 0 2px; | padding: 0 2px; | ||||
| } | } | ||||
| .prose-diff span.old { | .prose-diff span.old, | ||||
| color: {$redtext}; | |||||
| } | |||||
| .prose-diff span.new { | .prose-diff span.new { | ||||
| color: {$greentext}; | color: {$darkgreytext}; | ||||
| } | } | ||||
| .differential-diff th.selected { | .differential-diff th.selected { | ||||
| background-color: {$sh-yellowbackground}; | background-color: {$sh-yellowbackground}; | ||||
| } | } | ||||
| .differential-changeset-immutable .differential-diff th { | .differential-changeset-immutable .differential-diff th { | ||||
| cursor: auto; | cursor: auto; | ||||
| } | } | ||||
| .differential-diff td.old { | .differential-diff td.old, | ||||
| background: rgba(251, 175, 175, .3); | .differential-diff td.old-full { | ||||
| background: #ffecec; | |||||
| } | } | ||||
| .differential-diff td.new { | .differential-diff td.new, | ||||
| background: rgba(151, 234, 151, .3); | .differential-diff td.new-full { | ||||
| background: #eaffea; | |||||
| } | } | ||||
| .differential-diff td.old-rebase { | .differential-diff td.old-rebase { | ||||
| background: #ffeeee; | background: #ffeeee; | ||||
| } | } | ||||
| .differential-diff td.new-rebase { | .differential-diff td.new-rebase { | ||||
| background: #eeffee; | background: #eeffee; | ||||
| } | } | ||||
| .differential-diff td.old-full, | |||||
| .differential-diff td.old span.bright, | .differential-diff td.old span.bright, | ||||
| .prose-diff span.old { | .prose-diff span.old { | ||||
| background: rgba(251, 175, 175, .7); | background: #f8cbcb; | ||||
| } | } | ||||
| .differential-diff td.new-full, | |||||
| .differential-diff td.new span.bright, | .differential-diff td.new span.bright, | ||||
| .prose-diff span.new { | .prose-diff span.new { | ||||
| background: rgba(151, 234, 151, .6); | background: #a6f3a6; | ||||
| } | } | ||||
| .differential-diff td.copy { | .differential-diff td.copy { | ||||
| min-width: 0.5%; | min-width: 0.5%; | ||||
| width: 0.5%; | width: 0.5%; | ||||
| padding: 0; | padding: 0; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 229 Lines • Show Last 20 Lines | |||||