Difference between revisions of "MediaWiki:Group-autoconfirmed.css"
(Created page with "→CSS placed here will affect autoconfirmed users only: #simpleSearch { display:none; }") |
|||
Line 3: | Line 3: | ||
#simpleSearch { | #simpleSearch { | ||
− | display: | + | display:block !important; |
} | } |
Latest revision as of 11:21, 16 August 2019
/* CSS placed here will affect autoconfirmed users only */
#simpleSearch {
display:block !important;
}