User:Deantwo/common.css: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
(Bye bye rollback!)
 
(Hide rollback everywhere.)
 
Line 1: Line 1:
/* Hides the rollback option on [[Special:RecentChanges]]. */
/* Hides the rollback option on [[Special:RecentChanges]]. */
.mw-special-Recentchanges .mw-rollback-link,
.mw-rollback-link {
.mw-special-Watchlist .mw-rollback-link {
   display: none;
   display: none;
}
}

Latest revision as of 21:55, 21 March 2019

/* Hides the rollback option on [[Special:RecentChanges]]. */
.mw-rollback-link {
  display: none;
}