mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 02:54:06 +00:00
286f4f2f1d
* feat: Add ReplaceText styles * ci: 👷 lint code to MediaWiki standards Check commit and GitHub actions for more details * docs: 📚️ add missing documentation Co-authored-by: github-actions <github-actions@users.noreply.github.com> Co-authored-by: alistair3149 <alistair31494322@gmail.com>
23 lines
414 B
Plaintext
23 lines
414 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:ReplaceText
|
|
* Module: ext.ReplaceTextStyles
|
|
* Version: REL1_39 (af4840a)
|
|
*
|
|
* Date: 2023-01-03
|
|
*/
|
|
|
|
.ext-replacetext-searchmatch {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.ext-replacetext-searchoptions {
|
|
border: 1px solid var( --border-color-base );
|
|
background-color: var( --color-surface-2 );
|
|
|
|
.ext-replacetext-divider {
|
|
border-bottom: 1px solid var( --border-color-base );
|
|
}
|
|
}
|