mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWImageNode.css

16 lines
531 B
CSS
Raw Normal View History

/*!
* 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;
}