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