mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-12 06:27:01 +00:00
9ee1b51fbe
Change-Id: Ic818efe7315187bf96ead7bd6468ecb3d44d988d
15 lines
361 B
Plaintext
15 lines
361 B
Plaintext
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWAnnotationNode styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ce-mwAnnotationNode {
|
|
display: inline-block;
|
|
opacity: 0.5;
|
|
/* Support: Blink, Gecko, Webkit */
|
|
/* Specify a valid second value to fix size, see T176636 */
|
|
font-family: monospace, monospace;
|
|
}
|