mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWImageNode.less
Ed Sanders 9ee1b51fbe Move CSS files to LESS
Change-Id: Ic818efe7315187bf96ead7bd6468ecb3d44d988d
2024-03-19 13:56:30 +00:00

16 lines
491 B
Plaintext

/*!
* VisualEditor ContentEditable MediaWiki MWImageNode styles.
*
* @copyright 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;
}