Index: branches/MwEmbedStandAlone/modules/EmbedPlayer/skins/mw.PlayerControlBuilder.js |
— | — | @@ -1757,7 +1757,7 @@ |
1758 | 1758 | } ); |
1759 | 1759 | |
1760 | 1760 | // Up the z-index of the default status indicator: |
1761 | | - $playHead.find( 'ui-slider-handle' ).css( 'z-index', 4 ); |
| 1761 | + $playHead.find( '.ui-slider-handle' ).css( 'z-index', 4 ); |
1762 | 1762 | $playHead.find( '.ui-slider-range' ).addClass( 'ui-corner-all' ).css( 'z-index', 2 ); |
1763 | 1763 | |
1764 | 1764 | // Add buffer html: |