MediaWiki:Common.js: Difference between revisions

Content deleted Content added
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 278:
}, { passive: true });
})();
 
/* Wrapper for the gray button */
.quiet-btn-wrapper {
background-color: #f8f9fa;
padding: 6px 12px;
border-radius: 2px;
display: inline-block;
/* The exact Wikipedia interface size */
font-size: 0.875rem;
font-weight: 700; /* Wikipedia uses bold for these actions */
}
 
.quiet-btn-wrapper a {
color: #202122 !important;
text-decoration: none;
}
 
.quiet-btn-wrapper:hover {
background-color: #eaecf0;
}
 
/* DO NOT ADD CODE BELOW THIS LINE */