Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/standard-page-view.css
| Show First 20 Lines • Show All 50 Lines • ▼ Show 20 Lines | .keyboard-shortcut-help th { | ||||
| 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-help kbd { | |||||
| background: #222222; | |||||
| padding: 6px; | |||||
| color: #ffffff; | |||||
| font-weight: bold; | |||||
| border: 1px solid #555555; | |||||
| } | |||||
| .keyboard-focus-focus-reticle { | .keyboard-focus-focus-reticle { | ||||
| background: #ffffd3; | background: #ffffd3; | ||||
| position: absolute; | position: absolute; | ||||
| border: 1px solid #999900; | border: 1px solid #999900; | ||||
| } | } | ||||
| a.handle-status-closed { | a.handle-status-closed { | ||||
| text-decoration: line-through; | text-decoration: line-through; | ||||
| ▲ Show 20 Lines • Show All 106 Lines • Show Last 20 Lines | |||||