Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.special / watchlist.css
blob06efc06178ae327058da00b1c12abee0d16da3af
1 /*!
2 * Styles for elements generated by JavaScript on Special:Watchlist
3 */
4 .mw-changelist-line-inner-unwatched {
5 text-decoration: line-through;
6 opacity: 0.5;
9 span.mw-changeslist-line-prefix {
10 display: inline-block;
12 /* This can be either a span or a table cell */
13 .mw-changeslist-line-prefix {
14 width: 1.25em;
17 /* The "check all" checkbox for each namespace on Special:EditWatchlist
18 does not function without JavaScript. */
19 .client-nojs .mw-watchlistedit-checkall {
20 display: none;