Difference between revisions of "MediaWiki:Group-autoconfirmed.css"

From notfoundon
Jump to: navigation, search
(Created page with "CSS placed here will affect autoconfirmed users only: #simpleSearch { display:none; }")
 
 
Line 3: Line 3:
  
 
#simpleSearch {
 
#simpleSearch {
display:none;
+
display:block !important;
 
}
 
}

Latest revision as of 11:21, 16 August 2019

/* CSS placed here will affect autoconfirmed users only */


#simpleSearch {
display:block !important;
}