| | 36 | .mejs-controls .mejs-offscreen { |
| | 37 | clip: rect(1px, 1px, 1px, 1px); |
| | 38 | position: absolute; |
| | 39 | } |
| | 40 | |
| | 41 | .mejs-controls a:focus > .mejs-offscreen { |
| | 42 | background-color: #f1f1f1; |
| | 43 | border-radius: 3px; |
| | 44 | box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); |
| | 45 | clip: auto; |
| | 46 | color: #21759b; |
| | 47 | display: block; |
| | 48 | font-size: 14px; |
| | 49 | font-weight: bold; |
| | 50 | height: auto; |
| | 51 | line-height: normal; |
| | 52 | padding: 15px 23px 14px; |
| | 53 | position: absolute; |
| | 54 | left: 0; |
| | 55 | top: 15px; |
| | 56 | text-decoration: none; |
| | 57 | text-transform: none; |
| | 58 | width: auto; |
| | 59 | } |
| | 60 | |