mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 03:19:31 +00:00
30 lines
438 B
Plaintext
30 lines
438 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:UniversalLanguageSelector
|
|
* Module: ext.uls.common
|
|
* Version: MLEB 2021.07
|
|
*
|
|
* Date: 2021-07-29
|
|
*/
|
|
|
|
@import 'ext.uls.mixins.less';
|
|
|
|
.uls-menu.callout {
|
|
.caret();
|
|
}
|
|
|
|
.uls-icon-back {
|
|
border-right-color: var( --border-color-base );
|
|
}
|
|
|
|
.uls-menu .uls-no-results-view {
|
|
.uls-no-found-more {
|
|
background-color: var( --color-surface-1 );
|
|
}
|
|
|
|
h3 {
|
|
color: var( --color-base--subtle );
|
|
}
|
|
}
|