Merge "Improve test coverage for ApiBase.php"
[lhc/web/wiklou.git] / resources / src / mediawiki.skinning / elements.css
index 3aa60c0..301024d 100644 (file)
@@ -47,6 +47,21 @@ a.new,
        color: #ba0000;
 }
 
+/* self links */
+a.mw-selflink {
+       color: inherit;
+       font-weight: bold;
+       text-decoration: inherit;
+}
+a.mw-selflink:hover {
+       cursor: inherit;
+       text-decoration: inherit;
+}
+a.mw-selflink:active,
+a.mw-selflink:visited {
+       color: inherit;
+}
+
 a.new:visited,
 #p-personal a.new:visited {
        color: #a55858;