MediaWiki:Vector.css: Difference between revisions

no edit summary
No edit summary
No 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"] {
    display: inline !important;
    position: absolute;
    opacity: 0;
    z-index: -1;
}


[id^="toctogglecheckbox"]:not(:checked) + .toctitle .toctogglelabel:after {
[id^="toctogglecheckbox"]:not(:checked) + .toctitle .toctogglelabel:after {
Line 15: Line 8:
     content: 'show';
     content: 'show';
}
}
[id^="toctogglecheckbox"]:checked ~ ul {display:none}