mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
97e0cd28a5
Depends on I1ba8978dd in core. Bonus: remove not-allowed-cursor & highlight title (which was broken) now that we can display this information properly. Bug: T106810 Change-Id: I1800490ba1b8e10ff54b26372a8a78661c1c7d68
13 lines
298 B
CSS
13 lines
298 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface reference context item styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwReferenceContextItem-muted {
|
|
color: #777;
|
|
font-style: italic;
|
|
line-height: 1.5;
|
|
}
|