Jump to content

MediaWiki:Common.css: Difference between revisions

From stereotool.info
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 3: Line 3:
     filter: none !important;
     filter: none !important;
}
}
/* Hide View History for non-editors */
/* Hide View History for visitors and basic users, but allow editors and admins */
body:not(.group-editor):not(.group-sysop):not(.group-bureaucrat) #ca-history {
body:not(.group-editor):not(.group-sysop):not(.group-bureaucrat) li#ca-history {
     display: none !important;
     display: none !important;
}
}

Revision as of 19:24, 29 January 2025

/* CSS placed here will be applied to all skins */
img {
    filter: none !important;
}
/* Hide View History for visitors and basic users, but allow editors and admins */
body:not(.group-editor):not(.group-sysop):not(.group-bureaucrat) li#ca-history {
    display: none !important;
}