MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 429:
 
/* ======================================================= */
/* HIDE COLOR THEME PICKER (LightRead-Only/DarkAnonymous ModeOnly) */
/* ======================================================= */
/* This specific selector hides the element ONLY if the user
#skin-client-prefs-skin-theme {
does NOT have the 'group-user' class (i.e., they are logged out). */
body:not(.group-user) #skin-client-prefs-skin-theme {
display: none !important;
}