mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 16:25:00 +00:00
8 lines
120 B
CSS
8 lines
120 B
CSS
|
.scribunto-error {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.scribunto-error:hover, .scribunto-error:focus {
|
||
|
text-decoration: underline;
|
||
|
}
|