Use notification on successful preferences save
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.preferences.css
index 75ae5ca..0e71d30 100644 (file)
@@ -1,21 +1,26 @@
-/** Reuses colors from mediawiki.special.changeemail.css */
+/* Reuses colors from mediawiki.special.changeemail.css */
 .mw-email-not-authenticated .mw-input,
 .mw-email-none .mw-input{
        border: 1px solid #FF8080;
        background-color: #FFC0C0;
        color: black;
 }
-/** Authenticated email field has its own class too. Unstyled by default */
+/* Authenticated email field has its own class too. Unstyled by default */
 /*
 .mw-email-authenticated .mw-input { }
 */
 
-/**
+/*
  * Hide, but keep accessible for screen-readers.
- * Like .mw-jump, #jump-to-nav from skins/common/shared.css
+ * Like .mw-jump, #jump-to-nav from shared.css
  */
 .mw-navigation-hint {
        overflow: hidden;
        height: 0;
        zoom: 1;
 }
+
+/* When JS is enabled, .successbox is replaced with a mw.notification */
+.successbox {
+       display: none;
+}