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