MediaWiki:Gadget-WatchlistNoMarkers.css: Difference between revisions
Appearance
hide this line as well. |
m 1 revision |
(No difference)
| |
Latest revision as of 04:20, 17 December 2013
/* _____________________________________________________________________________
* | |
* | === WARNING: GLOBAL GADGET FILE === |
* | Changes to this page affect many users. |
* | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
* |_____________________________________________________________________________|
*
* Do not show green bullets for pages that have changed since your last visit.
*/
/* Hide reset button and "...shown in bold/green" text */
#mw-watchlist-resetbutton,
#mw-wlheader-showupdated,
#mw-specialpage-summary-hidegreen {
display: none;
}
/* Restore default bullets */
.skin-cologneblue.mw-special-Watchlist li.mw-changeslist-line-watched,
.skin-cologneblue.mw-special-Watchlist li.mw-history-line-updated {
list-style-type: disc;
}
.skin-monobook.mw-special-Watchlist li.mw-changeslist-line-watched,
.skin-monobook.mw-special-Watchlist li.mw-history-line-updated,
.skin-modern.mw-special-Watchlist li.mw-changeslist-line-watched,
.skin-modern.mw-special-Watchlist li.mw-history-line-updated {
list-style-image: url(/w/skins/monobook/bullet.gif);
}
.skin-vector.mw-special-Watchlist li.mw-changeslist-line-watched,
.skin-vector.mw-special-Watchlist li.mw-history-line-updated {
list-style-image: url(/w/skins/vector/images/bullet-icon.png);
}