2017-06-09 18:01:37 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki UserInterface alien extension inspector styles.
|
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
2017-06-09 18:01:37 +00:00
|
|
|
* @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 {
|
2017-08-25 13:26:20 +00:00
|
|
|
white-space: nowrap;
|
2017-08-16 21:03:49 +00:00
|
|
|
border-bottom: 1px solid #c8ccd1;
|
2017-06-09 18:01:37 +00:00
|
|
|
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 {
|
2017-08-16 20:42:24 +00:00
|
|
|
background: #eaecf0;
|
2017-06-09 18:01:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwLanguageVariantNodeContextItem-rule-table tr:nth-child( even ) td {
|
2017-08-16 20:42:24 +00:00
|
|
|
background: #f8f9fa;
|
2017-06-09 18:01:37 +00:00
|
|
|
}
|