MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 752: | Line 752: | ||
z-index: 5; | z-index: 5; | ||
cursor: pointer; | cursor: pointer; | ||
} | |||
/* ========================================================= | |||
REMOVE MEDIAWIKI DEFAULT COLLAPSIBLE STYLING | |||
========================================================= */ | |||
/* Remove default gray box */ | |||
.ooo-faq__item.mw-collapsible { | |||
background: none !important; | |||
border: none !important; | |||
box-shadow: none !important; | |||
} | |||
/* Remove default header styling */ | |||
.ooo-faq__item .mw-collapsible-toggle { | |||
background: none !important; | |||
} | |||
/* Remove table-like styling if present */ | |||
.ooo-faq__item > * { | |||
background: none; | |||
} | } | ||