mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 02:54:06 +00:00
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 );
|
||
|
}
|
||
|
}
|