MediaWiki:Gadget-WatchlistBase.css

From Wikipedia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*
 * Base styling for updated markers on watchlist, history and recent/related changes
 *
 * Please prefix selectors with .mw-rcfilters-disabled unless they are tested with and intended to work with the new ChangesList UI (RCFilters / WLFilters / Structured Change Filters)
 */

#mw-wlheader-showupdated,
#mw-wlheader-bold,
#mw-wlheader-green,
#mw-watchlist-resetbutton {
    display: none;
}
.mw-changeslist-line-watched .mw-title.mw-title,
.mw-enhanced-watched .mw-enhanced-rc-time.mw-enhanced-rc-time {
    font-weight: normal;
}