mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-18 01:00:52 +00:00
![alistair3149](/assets/img/avatar_default.png)
It should also fix all the error that comes with using Citizen with the extension Closes #438
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 );
|
|
}
|
|
}
|