Anonymous user
MediaWiki:Common.css: Difference between revisions
m
Collapsible table button restyle
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 m (Collapsible table button restyle) |
||
Line 43: | Line 43: | ||
background-image: none !important; | background-image: none !important; | ||
padding-right: 0 !important; | padding-right: 0 !important; | ||
} | |||
/* Collapsible table button restyle */ | |||
.mw-collapsible-toggle { | |||
margin-left: 0.8em; | |||
} | |||
.mw-collapsible-text::before { | |||
content: "hide"; | |||
display: inline; | |||
font-size: 14px; | |||
} | |||
.mw-collapsible-toggle-collapsed .mw-collapsible-text::before { | |||
content: 'show'; | |||
} | |||
.mw-collapsible-text { | |||
font-size: 0; | |||
} | } | ||