diff --git a/static/styles/global.css b/static/styles/global.css index f5929d0..cabf391 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -111,7 +111,7 @@ div.collage_image { width: 20%; } -[data-toggle-target], [data-quote-jump] { +[data-toggle-target], [data-quote-jump], .clickable { cursor: pointer; } @@ -935,6 +935,10 @@ input[type="search"] { max-width: 100%; } +.filter_torrents #ft_basic > .clickable, .filter_torrents #ft_advanced > .clickable { + font-weight: 100; +} + #publickey { width: initial; font-family: monospace;