dev

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

/* RC-2017 */
.rcoptions .mw-namespace-label,
.rcoptions .mw-tagfilter-label {
    line-height: 33px;
}
.rcoptions #namespace,
.rcoptions #tagfilter {
    background-color: var(--theme-page-background-color) !important;
    border-radius: 3px !important;
    padding: 8px 6px !important;
    border: 1px solid var(--theme-border-color);
    outline: none;
    color: var(--theme-page-text-color);
}
.mw-changeslist-legend,
.mw-recentchanges-toplinks {
	display: none !important;
}
.rcoptions {
    background-color: var(--theme-page-background-color--secondary);
    margin-bottom: 1em;
    border-radius: 3px;
    padding: 1em !important;
	border: none !important;
}
.rcoptions legend {
    display: none !important;
}
.rcoptions input[type="submit"]  {
    padding: 8px 20px;
    background: var(--theme-accent-color);
    border: none;
    color: var(--theme-accent-label-color);
    font-family: inherit;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    transition-duration: .3s;
}
.rcoptions input[type="submit"]:hover {
    background: var(--theme-accent-color--hover);
}

.mw-changeslist table {
	background: var(--theme-page-background-color--secondary);
	margin-bottom: .5em;
	border-radius: 4px;
	padding: 1em;
	display: block;
}
.mw-changeslist .mw-title {
	font-weight: bold;
}
.mw-changeslist .mw-usertoollinks,
.mw-changeslist .mw-changeslist-line-inner-tags {
	display: none !important;
}
.social-activity-list li {
	background: var(--theme-page-background-color--secondary);
	margin-bottom: .5em;
	border-radius: 4px;
	padding: 1em;
}
.social-activity-list {
	margin: 0 !important;
}