Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.watchlist.css
1 /*!
2 * Styling for elements generated by JavaScript on Special:Watchlist
3 */
4 .mw-changelist-line-inner-unwatched {
5 text-decoration: line-through;
6 opacity: 0.5;
7 }
8
9 span.mw-changeslist-line-prefix {
10 display: inline-block;
11 }
12 /* This can be either a span or a table cell */
13 .mw-changeslist-line-prefix {
14 width: 1.25em;
15 }