Jump to content

MediaWiki:Vector.css: Difference between revisions

m
no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
mNo edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
[id^="toctogglecheckbox"]:not(:checked) + .toctitle .toctogglelabel:after {
    content: 'hide';
}
[id^="toctogglecheckbox"]:checked + .toctitle .toctogglelabel:after {
    content: 'show';
}