summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorAilin Nemui2017-02-24 16:10:17 +0100
committerAilin Nemui2017-02-24 16:10:17 +0100
commit2716cf49e885fe28ce74932cc0a9ae569f547e90 (patch)
tree42012c2c0a78e2c007d2bf7150f0cde6c452cbb0 /assets
parent46cb38a422810d6eb123d561986d32a99bfe7e45 (diff)
downloadscripts.irssi.org-2716cf49e885fe28ce74932cc0a9ae569f547e90.tar.bz2
Show instructions for using scriptassist instead
[skip ci]
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index fe72819..302d311 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -23,3 +23,12 @@ table.sortable thead {
table.sortable thead th:hover {
opacity: 0.8;
}
+
+div.instructions input {
+ opacity: 0;
+ position: fixed;
+}
+div.instructions label { display: inline; }
+input#manual-instructions:checked ~ dl.automatic-instructions,
+input#automatic-instructions:checked ~ dl.manual-instructions
+{ display: none; }