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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.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%;
}