summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Scribunto/modules/ext.scribunto.errors.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Scribunto/modules/ext.scribunto.errors.css')
-rw-r--r--www/wiki/extensions/Scribunto/modules/ext.scribunto.errors.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/wiki/extensions/Scribunto/modules/ext.scribunto.errors.css b/www/wiki/extensions/Scribunto/modules/ext.scribunto.errors.css
new file mode 100644
index 00000000..9fed4244
--- /dev/null
+++ b/www/wiki/extensions/Scribunto/modules/ext.scribunto.errors.css
@@ -0,0 +1,8 @@
+.scribunto-error {
+ cursor: pointer;
+}
+
+.scribunto-error:hover,
+.scribunto-error:focus {
+ text-decoration: underline;
+}