mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
20 lines
450 B
Plaintext
20 lines
450 B
Plaintext
|
/*
|
||
|
* Citizen
|
||
|
*
|
||
|
* SkinStyles for Extension:VisualEditor
|
||
|
* Module: ext.visualEditor.mwimage
|
||
|
* Version: REL1_39 65d89c9
|
||
|
*
|
||
|
* Date: 2023-02-06
|
||
|
*/
|
||
|
|
||
|
/* ext.visualEditor.mwimage */
|
||
|
.ve-ui-mwMediaDialog-panel-imageinfo-details {
|
||
|
color: var( --color-base--subtle );
|
||
|
}
|
||
|
|
||
|
/* ve.ui.MWMediaInfoFieldWidget.css */
|
||
|
.ve-ui-mwMediaInfoFieldWidget-readmore {
|
||
|
background: linear-gradient( to bottom, rgba( 255, 255, 255, 0 ) 0, var( --color-surface-1 ) 50% );
|
||
|
}
|