mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/inspectors/ve.ui.MWLiveExtensionInspector.css
Volker E aaffa6aa46 Replace remaining greys/reds with WikimediaUI color palette colors
Replacing remaining greys and reds apart Monobook/Apex specific
stylesheets with WikimediaUI palette colors.

Bug: T173459
Change-Id: I9b5b1c379bf76e8da57eeff28c7dd000f148a8fc
2017-08-16 13:43:02 -07:00

28 lines
584 B
CSS

/*!
* VisualEditor MediaWiki UserInterface alien extension inspector styles.
*
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwLiveExtensionInspector-error-container-hidden {
display: none;
}
.ve-ui-mwLiveExtensionInspector-error {
display: block;
margin-right: 2.5em;
color: #d33;
}
.ve-ui-mwLiveExtensionInspector-error-collapsed {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ve-ui-mwLiveExtensionInspector-error-button {
float: right;
margin-top: -0.3em;
}