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.
.page-Special_Watchlist .mw-rollback-link {display:none;}

/*Hide rollback link when on any user contributions page*/
.mw-special-Contributions .mw-rollback-link {display: none;}

@media (max-width: 999px) {.mw-rollback-link {display: none;}}


span.updatedmarker {
   background-color: transparent;    color: #006400;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
    font-weight: bold;
}

/* Some advice at WP:VPT on 25-Nov-14 to hide the pending-changes banner at top of watchlist */
div#mw-fr-watchlist-pending-notice {
  display: none;
}
/* Some advice by Xeno at [[Wikipedia talk:Signatures]] to hide text-shadowing of signatures */
* {text-shadow: none !important;}