Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/differential/changeset-view.css
| Show First 20 Lines • Show All 402 Lines • ▼ Show 20 Lines | |||||
| .diff-banner .phui-icon-view { | .diff-banner .phui-icon-view { | ||||
| margin-right: 4px; | margin-right: 4px; | ||||
| } | } | ||||
| .diff-banner-path { | .diff-banner-path { | ||||
| color: {$greytext}; | color: {$greytext}; | ||||
| } | } | ||||
| .scroll-objective-list { | |||||
| position: fixed; | |||||
| right: 0; | |||||
| width: 24px; | |||||
| top: 48px; | |||||
| bottom: 48px; | |||||
| background: rgba(255, 255, 255, 0.50); | |||||
| border-style: solid; | |||||
| border-color: rgba(255, 255, 255, 0.95); | |||||
| border-width: 1px 0 1px 1px; | |||||
| box-shadow: -1px 0 2px rgba(255, 255, 255, 0.10); | |||||
| overflow: hidden; | |||||
| } | |||||
| .scroll-objective-list.has-aesthetic-scrollbar { | |||||
| /* For now, hide this element on systems with aesthetic scrollbars. */ | |||||
| display: none; | |||||
| } | |||||
| .scroll-objective { | |||||
| display: block; | |||||
| position: absolute; | |||||
| box-sizing: border-box; | |||||
| cursor: pointer; | |||||
| text-align: middle; | |||||
| left: 7px; | |||||
| } | |||||
| .scroll-objective .phui-icon-view { | |||||
| text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); | |||||
| display: block; | |||||
| height: 14px; | |||||
| } | |||||