mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
|
/*
|
||
|
* Citizen
|
||
|
*
|
||
|
* SkinStyles for Extension:StructuredDiscussions
|
||
|
* Module: ext.flow.visualEditor
|
||
|
* Version: REL1_35 (e3379f0)
|
||
|
*
|
||
|
* Date: 2022-04-27
|
||
|
*/
|
||
|
|
||
|
.flow-component {
|
||
|
.ve-init-target {
|
||
|
border-color: var( --border-color-base );
|
||
|
}
|
||
|
}
|