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/definitions.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/static/themes/simple/src/less/definitions.less') diff --git a/searx/static/themes/simple/src/less/definitions.less b/searx/static/themes/simple/src/less/definitions.less index b42dcd6e2..abda5e37c 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -28,6 +28,8 @@ /// Button Colors --color-btn-background: #3050ff; --color-btn-font: #fff; + --color-show-btn-background: #bbb; + --color-show-btn-font: #222; /// Search Input Colors --color-search-border: #bbb; --color-search-background: #fff; @@ -129,6 +131,8 @@ /// Button Colors --color-btn-background: #58f; --color-btn-font: #222; + --color-show-btn-background: #555; + --color-show-btn-font: #bbb; /// Search Input Colors --color-search-border: #555; --color-search-background: #222; -- cgit v1.2.3