MediaWiki:Group-editor.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
.sol-message-needsedit { | .sol-message-needsedit { | ||
margin: 0; | |||
margin-top: 0.5em; | |||
padding: 0; | |||
display: flex; | |||
justify-content: flex-start; | |||
border: 2px #E2D2A9 solid; | border: 2px #E2D2A9 solid; | ||
border-left-width: 10px; | border-left-width: 10px; | ||
background-color: #FFF4D6; | background-color: #FFF4D6; | ||
} | } | ||
Revision as of 09:22, 3 March 2025
/* 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, .sol-message-needsedit { display: inline !important; }
.sol-message-needsedit {
margin: 0;
margin-top: 0.5em;
padding: 0;
display: flex;
justify-content: flex-start;
border: 2px #E2D2A9 solid;
border-left-width: 10px;
background-color: #FFF4D6;
}