User:TheAstorPastor/script.css
Jump to navigation
Jump to search
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.
/**
* userRightsManager.css - Styling for the TestWiki user rights manager gadget
*/
/* Style for the assign permissions link */
.assign-permissions-link {
margin-left: 10px;
font-size: 0.8em;
color: #36c;
cursor: pointer;
}
.assign-permissions-link:hover {
text-decoration: underline;
color: #447ff5;
}
/* Dialog styles */
.user-rights-manager-dialog .oo-ui-fieldLayout {
margin-top: 15px;
}
.user-rights-manager-dialog .container {
max-width: 100%;
margin: 0 auto;
}
/* Progress indicators */
.rights-progress-indicator {
margin-left: 10px;
font-weight: bold;
}
.rights-progress-success {
color: #009000;
}
.rights-progress-error {
color: #cc0000;
}
/* Styling for the checkbox section */
.rights-checkbox-fieldset {
border: 1px solid #eaecf0;
padding: 10px;
border-radius: 3px;
}
/* Make username input stand out */
.user-rights-manager-dialog .user-name-input input {
font-weight: bold;
}
/* Style for the closing remarks textarea */
.user-rights-manager-dialog .closing-remarks-input textarea {
font-family: monospace;
}
/* Custom styling for disabled options */
.user-rights-manager-dialog .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-disabled > .oo-ui-fieldLayout-header > .oo-ui-labelElement-label {
color: #72777d;
}