From 0361ae32b5f5dbe94b02c5e4284405b4ba1d7b65 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Tue, 15 Aug 2017 22:42:31 -0400 Subject: [PATCH] Change advanced toggle on torrent search form --- static/styles/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;