summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/definitions.less
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-02-08 17:45:18 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2022-02-19 15:12:50 +0100
commit16d05ca285f724ebd86a4a43e677ee08bd395ae0 (patch)
treec6d5350d25ba0653be956981bdeddd7a7992b1fe /searx/static/themes/simple/src/less/definitions.less
parentace540163254fa79ee950f412377ab0ba0f0d663 (diff)
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/src/less/definitions.less')
-rw-r--r--searx/static/themes/simple/src/less/definitions.less4
1 files changed, 4 insertions, 0 deletions
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;