- Timestamp:
- 12/16/2014 03:12:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css
r30082 r30907 14 14 } 15 15 16 .mejs-controls a.mejs-horizontal-volume-slider { 17 display: table; 18 } 19 16 20 .mejs-controls .mejs-time-rail .mejs-time-loaded, 17 21 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { … … 32 36 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 33 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: #21759b; 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; 34 63 } 35 64
Note: See TracChangeset
for help on using the changeset viewer.