mediawiki-extensions-Scribunto/modules/ext.scribunto.errors.css

15 lines
232 B
CSS
Raw Normal View History

.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;
}