MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
table.wikitable > tr > th { | table.wikitable > tr > th { | ||
background-color: #d6d6d6 !important; | background-color: #d6d6d6 !important; | ||
} | |||
#mw-searchoptions { | |||
display: none; | |||
} | } |
Revision as of 13:39, 21 May 2019
/* CSS placed here will be applied to all skins */
table.wikitable > tr > th {
background-color: #d6d6d6 !important;
}
#mw-searchoptions {
display: none;
}