Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/standard-page-view.css
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | |||||
| .device-desktop .has-local-nav + .phabricator-standard-page-footer { | .device-desktop .has-local-nav + .phabricator-standard-page-footer { | ||||
| margin-left: 221px; | margin-left: 221px; | ||||
| } | } | ||||
| .device .phabricator-side-menu-home + .phabricator-standard-page-footer { | .device .phabricator-side-menu-home + .phabricator-standard-page-footer { | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| .keyboard-shortcut-help { | |||||
| margin: 4px 12px; | |||||
| } | |||||
| .keyboard-shortcut-help td, | .keyboard-shortcut-help td, | ||||
| .keyboard-shortcut-help th { | .keyboard-shortcut-help th { | ||||
| padding: 8px; | padding: 6px; | ||||
| vertical-align: middle; | vertical-align: middle; | ||||
| } | } | ||||
| .keyboard-shortcut-help th { | .keyboard-shortcut-help th { | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| color: {$greytext}; | color: {$greytext}; | ||||
| } | } | ||||
| .keyboard-shortcut-key { | |||||
| display: inline-block; | |||||
| min-width: 1em; | |||||
| min-height: 1em; | |||||
| padding: 4px 6px; | |||||
| font-weight: normal; | |||||
| text-align: center; | |||||
| text-decoration: none; | |||||
| border-radius: 3px; | |||||
| box-shadow: inset 0 -1px 0 rgba({$alphablue}, 0.08); | |||||
| user-select: none; | |||||
| color: {$darkgreytext}; | |||||
| background: {$lightgreybackground}; | |||||
| border: 1px solid {$lightgreyborder}; | |||||
| } | |||||
| .keyboard-focus-focus-reticle { | .keyboard-focus-focus-reticle { | ||||
| background: rgba(255, 255, 211, 0.15); | background: rgba(255, 255, 211, 0.15); | ||||
| position: absolute; | position: absolute; | ||||
| border: 1px solid {$yellow}; | border: 1px solid {$yellow}; | ||||
| pointer-events: none; | pointer-events: none; | ||||
| } | } | ||||
| a.handle-status-closed { | a.handle-status-closed { | ||||
| ▲ Show 20 Lines • Show All 134 Lines • Show Last 20 Lines | |||||