mediawiki-skins-Citizen/skinStyles/extensions/Translate/ext.translate.statsbar.less
alistair3149 5d3ecd9edd
feat(core): convert some CSS variables into Codex equivalent
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.
2024-06-30 01:04:30 -04:00

30 lines
491 B
Plaintext

/*
* Citizen
*
* SkinStyles for Extension:Translate
* Module: ext.translate.statsbar
* Version: MLEB 2021.07
*
* Date: 2021-07-29
*/
.tux-statsbar {
background-color: var( --color-surface-4 );
}
.tux-statsbar .tux-proofread {
background-color: var( --color-success );
}
.tux-statsbar .tux-translated {
background-color: var( --color-progressive );
}
.tux-statsbar .tux-fuzzy {
background-color: var( --color-warning );
}
.tux-statsbar-info {
color: var( --color-subtle );
}