diff options
| author | wilk | 2017-03-11 21:22:02 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-11 21:22:02 +0100 |
| commit | 7d56ba19ec8048a9135aab37aac0d337224ed38b (patch) | |
| tree | 029c3f0a6c34eb008c0087eb5cda7b90b4c23d87 /assets/css | |
| parent | c8ccd65324fae283b0c7bf702c20a3893d3fa444 (diff) | |
| parent | 4102e04846a43d29a86dafc1cb99ef6aea7b81a5 (diff) | |
| download | scripts.irssi.org-7d56ba19ec8048a9135aab37aac0d337224ed38b.tar.bz2 | |
Merge pull request #2 from irssi/master
Resync with main repository.
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/style.css | 9 |
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; } |
