mediawiki-extensions-Scribunto/modules/ext.scribunto.errors.css
Kunal Mehta e8cfa46f87 Use OOUI instead of jquery.ui for error popup
Use OOUI's PopupWidget to display error tracebacks/details instead of a
deprecated jquery.ui dialog.

Bug: T319361
Change-Id: Ie7796c853782de9874595674fe250f6702db717e
2022-10-08 20:33:27 +00:00

15 lines
232 B
CSS

.scribunto-error {
cursor: pointer;
}
.scribunto-error:hover,
.scribunto-error:focus {
text-decoration: underline;
}
/* Make the popup heading more prominent */
.scribunto-error-label {
font-size: larger;
font-weight: bold;
}