Changeset 40642
- Timestamp:
- 05/11/2017 10:28:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css
r40052 r40642 36 36 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 37 37 border-radius: 0; 38 }39 40 .mejs-controls .mejs-offscreen {41 clip: rect(1px, 1px, 1px, 1px);42 position: absolute;43 }44 45 .mejs-controls a:focus > .mejs-offscreen {46 background-color: #f1f1f1;47 border-radius: 3px;48 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);49 clip: auto;50 color: #0073aa;51 display: block;52 font-size: 14px;53 font-weight: bold;54 height: auto;55 line-height: normal;56 padding: 15px 23px 14px;57 position: absolute;58 left: 0;59 top: 15px;60 text-decoration: none;61 text-transform: none;62 width: auto;63 38 } 64 39
Note: See TracChangeset
for help on using the changeset viewer.