Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/changeset-view.css
| Show First 20 Lines • Show All 323 Lines • ▼ Show 20 Lines | .differential-changeset .differential-file-icon-header | ||||
| cursor: auto; | cursor: auto; | ||||
| } | } | ||||
| .device-phone .differential-changeset .differential-file-icon-header { | .device-phone .differential-changeset .differential-file-icon-header { | ||||
| word-break: break-word; | word-break: break-word; | ||||
| margin-right: 8px; | margin-right: 8px; | ||||
| } | } | ||||
| .differential-reticle { | |||||
| background-color: {$sh-yellowbackground}; | |||||
| border: 1px solid {$sh-yellowborder}; | |||||
| position: absolute; | |||||
| opacity: 0.5; | |||||
| top: 0; | |||||
| left: 0; | |||||
| box-sizing: border-box; | |||||
| pointer-events: none; | |||||
| } | |||||
| .differential-loading { | .differential-loading { | ||||
| border-top: 1px solid {$gentle.highlight.border}; | border-top: 1px solid {$gentle.highlight.border}; | ||||
| border-bottom: 1px solid {$gentle.highlight.border}; | border-bottom: 1px solid {$gentle.highlight.border}; | ||||
| background-color: {$gentle.highlight}; | background-color: {$gentle.highlight}; | ||||
| padding: 12px; | padding: 12px; | ||||
| text-align: center; | text-align: center; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 140 Lines • ▼ Show 20 Lines | |||||
| .differential-diff tr td.inline-hover { | .differential-diff tr td.inline-hover { | ||||
| background: {$gentle.highlight}; | background: {$gentle.highlight}; | ||||
| } | } | ||||
| .differential-diff tr td.inline-hover-bright { | .differential-diff tr td.inline-hover-bright { | ||||
| background: {$highlight.bright}; | background: {$highlight.bright}; | ||||
| } | } | ||||
| .differential-diff tr td.n.inline-hover { | |||||
| background: {$yellow}; | |||||
| } | |||||
| .inline-hover-container { | .inline-hover-container { | ||||
| position: absolute; | position: absolute; | ||||
| color: {$lightgreytext}; | color: {$lightgreytext}; | ||||
| background: {$lightyellow}; | background: {$lightyellow}; | ||||
| } | } | ||||
| .inline-hover-text { | .inline-hover-text { | ||||
| padding-top: 2px; | padding-top: 2px; | ||||
| padding-bottom: 2px; | padding-bottom: 2px; | ||||
| } | } | ||||
| .inline-hover-text-bright { | .inline-hover-text-bright { | ||||
| color: {$blacktext}; | color: {$blacktext}; | ||||
| background: {$highlight.bright}; | background: {$highlight.bright}; | ||||
| } | } | ||||
| .differential-diff td.inline-hover span.bright { | |||||
| background: transparent; | |||||
| } | |||||