MediaWiki:Group-editor.css
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS added here affects all members of the Solstice Editors group */
/* The toolbar settings adds visibility to the Vector toolbar (read, edit, discuss, tools, etc) */
.vector-page-toolbar { display: inline !important; }
.sol-message-needsedit {
display: inline-flex !important;
width: 100%;
margin: 0;
margin-top: 0.5em;
padding: 0;
justify-content: flex-start;
border: 2px #E2D2A9 solid;
border-left-width: 10px;
background-color: #FFF4D6;
}