mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
1d10b669a6
Redo VE styles for 1.39 properly by going through the source code. Since VE is massive and complex, this might not cover all the use cases but it should be better than the implementation before.
28 lines
708 B
Plaintext
28 lines
708 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:VisualEditor
|
|
* Module: ext.visualEditor.mwlanguage
|
|
* Version: REL1_39 65d89c9
|
|
*
|
|
* Date: 2023-02-06
|
|
*/
|
|
|
|
/* ve.ui.MWLanguageVariantNodeContextItem.css */
|
|
.ve-ui-mwLanguageVariantNodeContextItem-rule-table th {
|
|
border-bottom-color: var( --border-color-base );
|
|
}
|
|
|
|
.ve-ui-mwLanguageVariantNodeContextItem-rule-table th,
|
|
.ve-ui-mwLanguageVariantNodeContextItem-rule-table td {
|
|
border-bottom-color: var( --color-surface-1 );
|
|
}
|
|
|
|
.ve-ui-mwLanguageVariantNodeContextItem-rule-table tr:nth-child( odd ) td {
|
|
background: var( --color-surface-3 );
|
|
}
|
|
|
|
.ve-ui-mwLanguageVariantNodeContextItem-rule-table tr:nth-child( even ) td {
|
|
background: var( --color-surface-2 );
|
|
}
|