mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +00:00
5d3ecd9edd
This is an on-going work to adapt Codex into Citizen. Some of the CSS variables are soft depreciated, see tokens.less for updated info.
22 lines
397 B
Plaintext
22 lines
397 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:DiscussionTools
|
|
* Module: ext.discussionTools.ReplyWidgetVisual
|
|
* Version: REL1_39 1aae2cc
|
|
*
|
|
* Date: 2023-01-21
|
|
*/
|
|
|
|
.ext-discussiontools-ui-targetWidget {
|
|
> .ve-init-target > .ve-ui-surface {
|
|
.ve-ui-completionWidget-header > .oo-ui-labelElement-label {
|
|
color: var( --color-base );
|
|
|
|
> span {
|
|
color: var( --color-subtle );
|
|
}
|
|
}
|
|
}
|
|
}
|