diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-29 21:07:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 21:07:14 +0100 |
| commit | 0311eba538df589bc11a4d76d3c94b104c5b764d (patch) | |
| tree | 63f3247d44aa2ea74508db81d7b3a9121c0e2e6c /searx/static/themes/simple/src | |
| parent | 935e5ad4170b2c0e7125d36324809fceee70df5f (diff) | |
| parent | f8c3acd7292b2f29cd804c7c76da4cc92f3558d5 (diff) | |
Merge pull request #556 from return42/fix-tooltip
[simple theme] fix tooltip and improve background of an transparent image in the !images results
Diffstat (limited to 'searx/static/themes/simple/src')
| -rw-r--r-- | searx/static/themes/simple/src/less/definitions.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/definitions.less b/searx/static/themes/simple/src/less/definitions.less index 95370849d..dbf048ed4 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -68,7 +68,7 @@ // Images Colors --color-result-image-span-background-hover: rgba(0, 0, 0, 0.6); --color-result-image-span-font: #fff; - --color-result-image-background: #000bbb; + --color-result-image-background: #fff; /// Settings Colors --color-settings-tr-hover: #f7f7f7; --color-settings-engine-description-font: darken(#dcdcdc, 30%); @@ -176,7 +176,7 @@ // Images Colors --color-result-image-span-background-hover: rgba(0, 0, 0, 0.6); --color-result-image-span-font: #fff; - --color-result-image-background: #8af; + --color-result-image-background: #222; /// Settings Colors --color-settings-tr-hover: #2d2d2d; --color-settings-engine-description-font: darken(#dcdcdc, 30%); |