mirror of
https://github.com/searxng/searxng
synced 2024-11-09 01:10:26 +00:00
add advanced settings to pointhi style
This commit is contained in:
parent
074521fd8a
commit
713d30400b
BIN
searx/static/themes/oscar/css/pointhi.min.css
vendored
BIN
searx/static/themes/oscar/css/pointhi.min.css
vendored
Binary file not shown.
@ -66,5 +66,3 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
|
|||||||
margin-top:1rem;
|
margin-top:1rem;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
45
searx/static/themes/oscar/less/pointhi/advanced.less
Normal file
45
searx/static/themes/oscar/less/pointhi/advanced.less
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
#advanced-search-container {
|
||||||
|
display:none;
|
||||||
|
text-align:center;
|
||||||
|
margin-bottom:1rem;
|
||||||
|
|
||||||
|
label, .input-group-addon {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
font-weight:normal;
|
||||||
|
background-color: white;
|
||||||
|
border: #DDD 1px solid;
|
||||||
|
border-right: none;
|
||||||
|
color: #333;
|
||||||
|
padding-bottom: 0.8rem;
|
||||||
|
padding-top: 0.8rem;
|
||||||
|
padding-left: 1.2rem;
|
||||||
|
padding-right: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
label:last-child, .input-group-addon:last-child {
|
||||||
|
border-right: #DDD 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="radio"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="radio"]:checked + label{
|
||||||
|
color: black;
|
||||||
|
font-weight:bold;
|
||||||
|
background-color: #EEE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#check-advanced {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#check-advanced:checked ~ #advanced-search-container {
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.advanced {
|
||||||
|
margin-top:1rem;
|
||||||
|
text-align:right;
|
||||||
|
}
|
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
@import "search.less";
|
@import "search.less";
|
||||||
|
|
||||||
|
@import "advanced.less";
|
||||||
|
|
||||||
@import "cursor.less";
|
@import "cursor.less";
|
||||||
|
|
||||||
@import "code.less";
|
@import "code.less";
|
||||||
|
@ -1,4 +1,28 @@
|
|||||||
.search_categories {
|
.search_categories, #categories {
|
||||||
margin:10px 0;
|
text-transform: capitalize;
|
||||||
text-transform: capitalize;
|
margin-bottom:1.5rem;
|
||||||
|
margin-top:1.5rem;
|
||||||
|
|
||||||
|
label, .input-group-addon {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
font-weight:normal;
|
||||||
|
background-color: white;
|
||||||
|
border: #DDD 1px solid;
|
||||||
|
border-right: none;
|
||||||
|
color: #333;
|
||||||
|
padding-bottom: 0.8rem;
|
||||||
|
padding-top: 0.8rem;
|
||||||
|
padding-left: 1.2rem;
|
||||||
|
padding-right: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
label:last-child, .input-group-addon:last-child {
|
||||||
|
border-right: #DDD 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"]:checked + label{
|
||||||
|
color: black;
|
||||||
|
font-weight:bold;
|
||||||
|
background-color: #EEE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user