mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
16 lines
531 B
CSS
16 lines
531 B
CSS
|
/*!
|
||
|
* VisualEditor ContentEditable MediaWiki MWImageNode styles.
|
||
|
*
|
||
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-ce-mwImageNode-audioPlayer {
|
||
|
/* stylelint-disable-next-line declaration-no-important */
|
||
|
background: #fff url( images/audioPlayer.svg ) !important;
|
||
|
/* Force the original image 'src' offscreen, so that the background shows */
|
||
|
/* stylelint-disable-next-line declaration-no-important */
|
||
|
height: 0 !important;
|
||
|
padding-top: 32px;
|
||
|
}
|