summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
authorwilk2017-03-11 21:37:51 +0100
committerGitHub2017-03-11 21:37:51 +0100
commitddf111c5a04753981ffcddc9af1f16608b2518cc (patch)
tree029c3f0a6c34eb008c0087eb5cda7b90b4c23d87 /assets/css
parentba002c7c1711c2ecd8228f09bc12928d53e82799 (diff)
parent7d56ba19ec8048a9135aab37aac0d337224ed38b (diff)
downloadscripts.irssi.org-ddf111c5a04753981ffcddc9af1f16608b2518cc.tar.bz2
Merge pull request #3 from wilkowy/master
Resync with master.
Diffstat (limited to 'assets/css')
-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; }