jenkins-bot has submitted this change and it was merged.

Change subject: Monobook's CSS shouldn't change ULS language name case
......................................................................


Monobook's CSS shouldn't change ULS language name case

Adds a skin specific css

Bug: 46725
Change-Id: I85e29515280ea2af6262c20937a0d9bd960244b3
---
M Resources.php
A resources/css/ext.uls-monobook.css
2 files changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Resources.php b/Resources.php
index cc6870b..65d6fc5 100644
--- a/Resources.php
+++ b/Resources.php
@@ -39,6 +39,9 @@
 $wgResourceModules['ext.uls.init'] = array(
        'scripts' => 'resources/js/ext.uls.init.js',
        'styles' => 'resources/css/ext.uls.css',
+       'skinStyles' => array(
+               'monobook' => 'resources/css/ext.uls-monobook.css',
+       ),
        'localBasePath' => $dir,
        'remoteExtPath' => 'UniversalLanguageSelector',
        'dependencies' => array(
diff --git a/resources/css/ext.uls-monobook.css 
b/resources/css/ext.uls-monobook.css
new file mode 100644
index 0000000..8654483
--- /dev/null
+++ b/resources/css/ext.uls-monobook.css
@@ -0,0 +1,4 @@
+li#pt-uls {
+       text-transform: none;
+}
+

-- 
To view, visit https://gerrit.wikimedia.org/r/57043
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I85e29515280ea2af6262c20937a0d9bd960244b3
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Pginer <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to