Use notification on successful preferences save
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.preferences.css
index e27e34a..0e71d30 100644 (file)
@@ -19,3 +19,8 @@
        height: 0;
        zoom: 1;
 }
+
+/* When JS is enabled, .successbox is replaced with a mw.notification */
+.successbox {
+       display: none;
+}