diff options
author | Pjotr Prins | 2021-01-07 10:38:31 +0000 |
---|---|---|
committer | GitHub | 2021-01-07 10:38:31 +0000 |
commit | 7e2c0d4514ccfe2641a15881d53d2f31ae8573b9 (patch) | |
tree | 72747789f05f4526e579eb1c3c1a85e6f09fbfc2 /bh20simplewebuploader/static/main.css | |
parent | 329a1a7e122eda41016185d1b1e8d50d97f8857b (diff) | |
parent | b0a3ce5ae0da2bbbc39ee2ebad57cd22393d1f5c (diff) | |
download | bh20-seq-resource-7e2c0d4514ccfe2641a15881d53d2f31ae8573b9.tar.gz bh20-seq-resource-7e2c0d4514ccfe2641a15881d53d2f31ae8573b9.tar.lz bh20-seq-resource-7e2c0d4514ccfe2641a15881d53d2f31ae8573b9.zip |
Merge pull request #121 from BonfaceKilz/chore/add-extra-tab-for-all-feeds
Chore/add extra tab for all feeds
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index fbc721e..e2f0c83 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -567,6 +567,7 @@ input[name="feed-tabs"] ~ .tab { display: none; } +#tab-all-items:checked ~ .tab.content-all-items, #tab-pubmed-articles:checked ~ .tab.content-pubmed-articles, #tab-arxiv-articles:checked ~ .tab.content-arxiv-articles, #tab-tweets:checked ~ .tab.content-tweets, |