mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
ff9bf1fcb3
New changes: 68959f2 Localisation updates from https://translatewiki.net. 2c0224d [BREAKING CHANGE] Link widget refactor f81eefa [BREAKING CHANGE] Rename LinkInspector to LinkAnnotationInspector Local changes: Adjust for link inspector refactor Create separate widgets for internal and external link annotations. Remove annotation specific logic from link target input widget. Change-Id: I054c3fe7ac9c61fbc3302471abd58cab89fed5a4
14 lines
336 B
CSS
14 lines
336 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWLinkTargetInputWidget styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* Warning text for invalid titles (bug 62761) */
|
|
|
|
.ve-ui-mwLinkTargetInputWidget-warning {
|
|
color: #d45353;
|
|
font-weight: bold;
|
|
}
|