mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/contextitems/ve.ui.MWLanguageVariantNodeContextItem.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

32 lines
800 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-mwLanguageVariantNodeContextItem-rule-table {
width: 100%;
border: 0;
border-collapse: collapse;
}
.ve-ui-mwLanguageVariantNodeContextItem-rule-table th {
border-bottom: solid 1px #c8ccd1;
text-align: left;
}
.ve-ui-mwLanguageVariantNodeContextItem-rule-table th,
.ve-ui-mwLanguageVariantNodeContextItem-rule-table td {
padding: 0.75em 1em;
border-bottom: 1px solid #fff;
}
.ve-ui-mwLanguageVariantNodeContextItem-rule-table tr:nth-child( odd ) td {
background: #eaecf0;
}
.ve-ui-mwLanguageVariantNodeContextItem-rule-table tr:nth-child( even ) td {
background: #f8f9fa;
}