1 /* Reuses colors from mediawiki.legacy/shared.css */
2 .mw-email-not-authenticated
.mw-input
,
3 .mw-email-none .mw-input{
4 border: 1px solid
#fde29b;
5 background-color: #fdf1d1;
8 /* Authenticated email field has its own class too. Unstyled by default */
10 .mw-email-authenticated .mw-input { }
12 /* This breaks due to nolabel styling */
13 #preferences > fieldset td
.mw-label
{
17 #preferences > fieldset table
{
20 #preferences > fieldset table
.mw-htmlform-matrix
{
24 /* The CSS below is also for JS enabled version, because we want to prevent FOUC */
27 * Hide, but keep accessible for screen-readers.
28 * Like .mw-jump, #jump-to-nav from shared.css
30 .client-js .mw-navigation-hint {
36 /* When JS is enabled, .mw-preferences-messageboxes are replaced with mw.notifications */
37 .client-js .mw-preferences-messagebox {
41 .client-nojs #preftoc {
45 .client-js #preferences > fieldset {
49 /* Only the 1st tab is shown by default in JS mode */
50 .client-js #preferences #mw-prefsection-personal {