summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/search.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
-rw-r--r--searx/static/themes/simple/src/less/search.less10
1 files changed, 3 insertions, 7 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less
index 04a1bef30..db12289cb 100644
--- a/searx/static/themes/simple/src/less/search.less
+++ b/searx/static/themes/simple/src/less/search.less
@@ -6,7 +6,7 @@
padding: 0 2em 0 @results-offset;
margin: 0;
background: var(--color-header-background);
- border-bottom: 1px solid var(--color-header-border);
+ border-bottom: 1px solid var(--color-base-border);
}
#search_wrapper {
@@ -225,13 +225,9 @@
}
input[type="checkbox"]:focus + label {
- box-shadow: 0 0 8px #3498db;
+ box-shadow: 0 0 8px var(--color-base);
}
- /* label:hover {
- border-bottom: 2px solid @color-categories-item-border-unselected-hover;
- } */
-
input[type="checkbox"]:checked + label {
background: var(--color-categories-item-selected);
color: var(--color-categories-item-selected-font);
@@ -251,7 +247,7 @@
transition: opacity 1s ease;
font-size: 0.8em;
text-align: center;
- background: white;
+ background: var(--color-search-help);
}
&:hover .help {