mirror of
https://github.com/searxng/searxng.git
synced 2025-09-01 07:48:32 +02:00
[fix] fix the reset button in the oscar theme (#2306)
Rely on javascript instead of type="clear" Close #2009
This commit is contained in:
parent
4a36a3044d
commit
1b700738eb
8 changed files with 49 additions and 5 deletions
|
@ -148,6 +148,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;
|
||||
|
@ -211,6 +215,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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue