From 16d05ca285f724ebd86a4a43e677ee08bd395ae0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 8 Feb 2022 17:45:18 +0100 Subject: [mod] simple theme: define a '.show-content-button' With LESS function '.show-content-button' all the *Show-Media* links becomes bottons. Signed-off-by: Markus Heiser --- searx/static/themes/simple/src/less/style.less | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'searx/static/themes/simple/src/less/style.less') diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 692d9e7c0..dd038cdf7 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -190,8 +190,7 @@ article[data-vim-selected].category-social { } .content, - .stat, - .altlink { + .stat { font-size: 0.9em; margin: 0; padding: 0; @@ -206,6 +205,12 @@ article[data-vim-selected].category-social { } } + .altlink a { + font-size: 0.9em; + margin: 0 10px 0 0; + .show-content-button; + } + .codelines { .highlight { color: inherit; -- cgit v1.2.3