mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/contextitems/ve.ui.MWLanguageVariantNodeContextItem.less
Ed Sanders c9c7c06e76 Nest LESS files
Change-Id: Ic9fad12fe4c20793dd54cb3169b9dffe3a6a18da
2024-03-19 13:56:41 +00:00

33 lines
547 B
Plaintext

/*!
* VisualEditor MediaWiki UserInterface language variant context item styles.
*
* @copyright See AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwLanguageVariantNodeContextItem-rule-table {
width: 100%;
border: 0;
border-collapse: collapse;
th {
white-space: nowrap;
border-bottom: 1px solid #c8ccd1;
text-align: left;
}
th,
td {
padding: 0.75em 1em;
border-bottom: 1px solid #fff;
}
tr:nth-child( odd ) td {
background: #eaecf0;
}
tr:nth-child( even ) td {
background: #f8f9fa;
}
}