Jump to content

User:Fred Gandt/unwatchList.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
li.mw-changeslist-edit span.mw-changeslist-separator:first-of-type:before,
li.mw-changeslist-log span.mw-changeslist-separator:before {
	vertical-align: sub;
	font-size: 1.75em;
	cursor: pointer;
	color: #4898ff;
	line-height: 0;
	content: "\a0\02605\a0";
}

li.mw-changeslist-edit.fg-changeslist-unwatched span.mw-changeslist-separator:first-of-type:before,
li.mw-changeslist-log.fg-changeslist-unwatched span.mw-changeslist-separator:before {
	content: "\a0\02606\a0";
}

li.mw-changeslist-edit.fg-changeslist-unwatched,
li.mw-changeslist-log.fg-changeslist-unwatched {
	opacity: .4;
}