wp/wp-includes/js/mediaelement/mediaelementplayer.css
changeset 16 a86126ab1dd4
parent 7 cf61fcea0001
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
   659     cursor: pointer;
   659     cursor: pointer;
   660     display: block;
   660     display: block;
   661     list-style-type: none !important;
   661     list-style-type: none !important;
   662     margin: 0 0 6px;
   662     margin: 0 0 6px;
   663     overflow: hidden;
   663     overflow: hidden;
   664     padding: 0 10px;
   664     padding: 0;
   665 }
   665 }
   666 
   666 
   667 .mejs__captions-selector-list-item:hover,
   667 .mejs__captions-selector-list-item:hover,
   668 .mejs__chapters-selector-list-item:hover {
   668 .mejs__chapters-selector-list-item:hover {
   669     background-color: rgb(200, 200, 200) !important;
   669     background-color: rgb(200, 200, 200) !important;
   683 .mejs__chapters-selector-label {
   683 .mejs__chapters-selector-label {
   684     cursor: pointer;
   684     cursor: pointer;
   685     float: left;
   685     float: left;
   686     font-size: 10px;
   686     font-size: 10px;
   687     line-height: 15px;
   687     line-height: 15px;
   688     padding: 4px 0 0;
   688     padding: 4px 10px 0;
       
   689     width: 100%;
   689 }
   690 }
   690 
   691 
   691 .mejs__captions-selected,
   692 .mejs__captions-selected,
   692 .mejs__chapters-selected {
   693 .mejs__chapters-selected {
   693     color: rgba(33, 248, 248, 1);
   694     color: rgba(33, 248, 248, 1);
   747 .mejs__overlay-error {
   748 .mejs__overlay-error {
   748     position: relative;
   749     position: relative;
   749 }
   750 }
   750 .mejs__overlay-error > img {
   751 .mejs__overlay-error > img {
   751     left: 0;
   752     left: 0;
       
   753     max-width: 100%;
   752     position: absolute;
   754     position: absolute;
   753     top: 0;
   755     top: 0;
   754     z-index: -1;
   756     z-index: -1;
   755 }
   757 }
   756 .mejs__cannotplay,
   758 .mejs__cannotplay,