dev

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

.AdminDashboardJSButton > div {
	background-color: #0C77B6;
	border-radius: 3px;
	height: 22px;
	position: absolute;
	top: 13px;
	width: 34px;
}
 
.AdminDashboardJSButton > div > span {
	color: white;
	left: 15%;
	position: absolute;
	top: 25%;
}

.ooui-theme-fandom .AdminDashboardJSButton > div {
	background-color: unset;
	border: 2px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ooui-theme-fandom .AdminDashboardJSButton > div > span {
	color: unset;
	left: 0;
	right: 0;
	top: 12%;
}