mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
aaffa6aa46
Replacing remaining greys and reds apart Monobook/Apex specific stylesheets with WikimediaUI palette colors. Bug: T173459 Change-Id: I9b5b1c379bf76e8da57eeff28c7dd000f148a8fc
32 lines
800 B
CSS
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;
|
|
}
|