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.
/*
Diff view: hide "Edit" action.
*/
.mw-diff-edit {
display: none;
}
.mw-rollback-link {
background: #ffcccc;
color: black;
}
/* TODO: hide or low-opacity for "rollback" other than in mainspace */
/*
Watchlist: hide "Thank" and "Rollback".
I prefer to use these tools from page history or when viewing a single diff.
*/
.mw-special-Watchlist .mw-pager-tools {
display: none;
}
/*
Watchlist: highlight page titles.
*/
.mw-special-Watchlist .mw-changeslist-title {
background: hsl(60,100%,85%);
}
You must be logged in to post a comment.