Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/standard-page-view.css
| Show First 20 Lines • Show All 75 Lines • ▼ Show 20 Lines | .keyboard-shortcut-key { | ||||
| box-shadow: inset 0 -1px 0 rgba({$alphablue}, 0.08); | box-shadow: inset 0 -1px 0 rgba({$alphablue}, 0.08); | ||||
| user-select: none; | user-select: none; | ||||
| color: {$darkgreytext}; | color: {$darkgreytext}; | ||||
| background: {$lightgreybackground}; | background: {$lightgreybackground}; | ||||
| border: 1px solid {$lightgreyborder}; | border: 1px solid {$lightgreyborder}; | ||||
| } | } | ||||
| .keyboard-focus-focus-reticle { | .keyboard-focus-focus-reticle { | ||||
| background: rgba(255, 255, 211, 0.15); | |||||
| position: absolute; | position: absolute; | ||||
| border: 1px solid {$yellow}; | |||||
| pointer-events: none; | box-sizing: border-box; | ||||
| border-width: 0 6px 0 0; | |||||
| border-style: solid; | |||||
| border-color: {$yellow}; | |||||
| background: {$lightyellow}; | |||||
| } | } | ||||
| a.handle-status-closed { | a.handle-status-closed { | ||||
| text-decoration: line-through; | text-decoration: line-through; | ||||
| color: #676767; | color: #676767; | ||||
| } | } | ||||
| a.handle-status-closed:hover { | a.handle-status-closed:hover { | ||||
| ▲ Show 20 Lines • Show All 129 Lines • Show Last 20 Lines | |||||