searx_beetroot/beetroot_static/src/less/beetroot/advanced.less

50 lines
918 B
Plaintext
Raw Normal View History

2020-06-06 19:15:45 +02:00
#advanced-search-container {
display: none;
text-align: left;
margin-bottom: 1rem;
clear: both;
2020-06-06 19:15:45 +02:00
label, .input-group-addon {
font-size: 1.2rem;
font-weight:normal;
background-color: @postbg;
border: @bodybg 1px solid;
border-right: none;
color: @textcolor-bright;
padding-bottom: 0.4rem;
padding-right: 0.7rem;
padding-left: 0.7rem;
}
2020-06-06 19:15:45 +02:00
label:last-child, .input-group-addon:last-child {
border-right: @bodybg 1px solid;
}
2020-06-06 19:15:45 +02:00
input[type="radio"] {
display: none;
}
2020-06-06 19:15:45 +02:00
input[type="radio"]:checked + label{
color: @maincolor;
font-weight: bold;
border-bottom: @second-accent 5px solid;
}
2020-06-06 19:15:45 +02:00
}
2021-03-29 20:41:54 +02:00
#check-advanced:focus + label {
text-decoration: underline;
2020-06-06 19:15:45 +02:00
}
#check-advanced:checked ~ #advanced-search-container {
display: block;
2020-06-06 19:15:45 +02:00
}
.advanced {
padding: 0;
margin-top: 0.3rem;
text-align: right;
label, select {
cursor: pointer;
}
2020-06-06 19:15:45 +02:00
}