MediaWiki:Gadget-scoringRevisions.css

来自wikishia

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  text-align:right;
}

.ui-button-left {
  float: left;
}

.mw-special-Recentchanges .mw-line-even:hover, .mw-special-Recentchanges .mw-line-odd:hover, .mw-special-Watchlist .mw-line-even:hover, .mw-special-Watchlist .mw-line-odd:hover, .mw-tag-visualeditor, .qRcDiff:hover {
	cursor:pointer;
	background:#eaf3ff !important;
}


.changeslist-entry-active {
	background: #d5fdf4 !important;
}

.normalBtn {
    border: 1px solid #a2a9b1;
    background-color: #e8fffa;
}
.revertBtn {
    border: 1px solid #a2a9b1;
    background-color: #fcdbe9;
    color: #fff;
}

a.disabled {
   pointer-events: none;
   cursor: default;
   color:#b5b5b5;
}

#CheckMark
{
    font-size:400%;
    color:#3ea503;
}