Monobook's CSS shouldn't change ULS language name case
Adds a skin specific css Bug: 46725 Change-Id: I85e29515280ea2af6262c20937a0d9bd960244b3
This commit is contained in:
@@ -39,6 +39,9 @@ $wgResourceModules['ext.uls.ime'] = array(
|
|||||||
$wgResourceModules['ext.uls.init'] = array(
|
$wgResourceModules['ext.uls.init'] = array(
|
||||||
'scripts' => 'resources/js/ext.uls.init.js',
|
'scripts' => 'resources/js/ext.uls.init.js',
|
||||||
'styles' => 'resources/css/ext.uls.css',
|
'styles' => 'resources/css/ext.uls.css',
|
||||||
|
'skinStyles' => array(
|
||||||
|
'monobook' => 'resources/css/ext.uls-monobook.css',
|
||||||
|
),
|
||||||
'localBasePath' => $dir,
|
'localBasePath' => $dir,
|
||||||
'remoteExtPath' => 'UniversalLanguageSelector',
|
'remoteExtPath' => 'UniversalLanguageSelector',
|
||||||
'dependencies' => array(
|
'dependencies' => array(
|
||||||
|
|||||||
4
resources/css/ext.uls-monobook.css
Normal file
4
resources/css/ext.uls-monobook.css
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
li#pt-uls {
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user