summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/css/logicodev-dark.css
diff options
context:
space:
mode:
authorGazoilKerozen <72867517+GazoilKerozen@users.noreply.github.com>2020-11-30 16:30:21 +0100
committerGitHub <noreply@github.com>2020-11-30 16:30:21 +0100
commit1b700738ebcd5327685f36bc32205a2d6169922e (patch)
treed1f54eb66cf7fc949a6610be7f57fe7e7c45f94a /searx/static/themes/oscar/css/logicodev-dark.css
parent4a36a3044d6e39bc60d026d99ed7a010f6505a5f (diff)
downloadsearxng-1b700738ebcd5327685f36bc32205a2d6169922e.tar.gz
searxng-1b700738ebcd5327685f36bc32205a2d6169922e.zip
[fix] fix the reset button in the oscar theme (#2306)
Rely on javascript instead of type="clear" Close #2009
Diffstat (limited to 'searx/static/themes/oscar/css/logicodev-dark.css')
-rw-r--r--searx/static/themes/oscar/css/logicodev-dark.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/css/logicodev-dark.css b/searx/static/themes/oscar/css/logicodev-dark.css
index d3e61eaea..e767d57ae 100644
--- a/searx/static/themes/oscar/css/logicodev-dark.css
+++ b/searx/static/themes/oscar/css/logicodev-dark.css
@@ -175,6 +175,10 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
font-size: 10px;
float: right;
}
+.result-abstract {
+ margin-top: 0.5em;
+ margin-bottom: 0.8em;
+}
.external-link {
color: #068922;
font-size: 12px;
@@ -238,6 +242,17 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
.result-torrent .leechers {
color: #f35e77;
}
+.result-metadata {
+ clear: both;
+ margin: 1em;
+}
+.result-metadata td {
+ padding-right: 1em;
+ color: #a4a4a4;
+}
+.result-metadata td:first-of-type {
+ color: #666666;
+}
.result-map {
clear: both;
}