mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/widgets/ve.ui.MWLinkTargetInputWidget.css
Ed Sanders ff9bf1fcb3 Update VE core submodule to master (2c0224d)
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
2015-05-08 09:56:11 +01:00

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;
}