summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt-default.less')
-rw-r--r--MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt-default.less16
1 files changed, 16 insertions, 0 deletions
diff --git a/MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt-default.less b/MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt-default.less
new file mode 100644
index 00000000..31f646fe
--- /dev/null
+++ b/MLEB/UniversalLanguageSelector/resources/css/ext.uls.pt-default.less
@@ -0,0 +1,16 @@
+/* stylelint-disable selector-max-id */
+/* Opera for some inexplicable reason confuses right and left padding with */
+/* RTL text direction here (bug T47142). x:-o-prefocus won't match anything, */
+/* but will make other browsers ignore this rule. */
+/* stylelint-disable selector-type-no-unknown */
+x:-o-prefocus,
+body.rtl li#pt-uls {
+ /* @noflip */
+ direction: ltr;
+}
+/* stylelint-enable selector-type-no-unknown */
+
+/* Don't show it to users who disabled JS */
+.client-nojs #pt-uls {
+ display: none;
+}