mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
95e48b13d5
Updated to MLEB 2021.12, the last version that supports MW 1.35
22 lines
370 B
Plaintext
22 lines
370 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:UniversalLanguageSelector
|
|
* Module: ext.uls.setlang
|
|
* Version: MLEB 2021.12
|
|
*
|
|
* Date: 2022-05-17
|
|
*/
|
|
|
|
/* ext.uls.dialog */
|
|
.uls-dialog {
|
|
border: 0;
|
|
background-color: var( --color-surface-1 );
|
|
box-shadow: var( --box-shadow-dialog );
|
|
}
|
|
|
|
.uls-overlay {
|
|
background-color: var( --background-color-overlay );
|
|
opacity: 1;
|
|
}
|