Merge "mw.htmlform: Fix hiding of the textbox for 'selectorother' fields on page...
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / shared.css
index 6ced6dc..1efcdd0 100644 (file)
@@ -332,6 +332,10 @@ a.mw-selflink:hover {
        cursor: inherit;
        text-decoration: inherit;
 }
+a.mw-selflink:active,
+a.mw-selflink:visited {
+       color: inherit;
+}
 
 /* Plainlinks - this can be used to switch
  * off special external link styling */
@@ -632,7 +636,9 @@ ol:lang( sdh ) li {
 }
 
 ol:lang( hi ) li,
-ol:lang( mr ) li {
+ol:lang( mai ) li,
+ol:lang( mr ) li,
+ol:lang( ne ) li {
        list-style-type: -moz-devanagari;
        list-style-type: devanagari;
 }