MediaWiki:Gadget-FindRedirectsForAliases.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.YRRedirectsToAdd {
	float: left;
	white-space: nowrap;
	border: 1px solid #AAA;
	border-radius: 3px;
	cursor: pointer;
	background-color: #FFF;
	padding: 2px 5px;
	margin: 2px;
}

.YRRedirectsToAdd:hover {
	background-color: #F0F6FF;
	box-shadow: 0 0 5px #CCC inset;
}

.YRRedirectsToAdd.selected {
	border-color: #0CC;
	background-color: #DFF;
}