Jump to content

MediaWiki:Common.css: Difference between revisions

From Pirate Software Wiki
m Removing DarkMode workarounds
Tags: Manual revert Reverted
m Remove fix for darkmode extension
Tag: Manual revert
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* oo-ui-selectFileWidget-thumbnail is from when someone are uploading images
  And cdx-menu-item-thumbnail are from the search dropdown
Above are these classes who need to have filter invert disabled
*/
.cdx-menu-item__thumbnail{
    filter: unset !important;
}

Revision as of 13:56, 27 November 2023

/* CSS placed here will be applied to all skins */