mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
0a7a845a42
Change-Id: I0b299c840ede1a1b8552cecfc70c5760ab036181
33 lines
822 B
CSS
33 lines
822 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface alien extension inspector styles.
|
|
*
|
|
* @copyright 2011-2018 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 {
|
|
white-space: nowrap;
|
|
border-bottom: 1px solid #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;
|
|
}
|