[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/resources/src/mediawiki.special/ -> mediawiki.special.preferences.css (source)

   1  /* Reuses colors from mediawiki.special.changeemail.css */
   2  .mw-email-not-authenticated .mw-input,
   3  .mw-email-none .mw-input{
   4      border: 1px solid #FF8080;
   5      background-color: #FFC0C0;
   6      color: black;
   7  }
   8  /* Authenticated email field has its own class too. Unstyled by default */
   9  /*
  10  .mw-email-authenticated .mw-input { }
  11  */
  12  
  13  /*
  14   * Hide, but keep accessible for screen-readers.
  15   * Like .mw-jump, #jump-to-nav from shared.css
  16   */
  17  .mw-navigation-hint {
  18      overflow: hidden;
  19      height: 0;
  20      zoom: 1;
  21  }


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1