searx/searx/static/themes/oscar/less/pointhi/search.less

33 lines
764 B
Plaintext
Raw Normal View History

2016-07-17 19:42:57 +02:00
.search_categories, #categories {
text-transform: capitalize;
margin-bottom: 1.5rem;
margin-top: 1.5rem;
display: flex;
flex-wrap: wrap;
align-content: stretch;
2016-07-17 19:42:57 +02:00
label, .input-group-addon {
flex-grow: 1;
flex-basis: auto;
2016-07-17 19:42:57 +02:00
font-size: 1.3rem;
font-weight: normal;
2016-07-17 19:42:57 +02:00
background-color: white;
border: #DDD 1px solid;
border-right: none;
color: #333;
padding-bottom: 0.8rem;
padding-top: 0.8rem;
text-align: center;
2016-07-17 19:42:57 +02:00
}
label:last-child, .input-group-addon:last-child {
border-right: #DDD 1px solid;
}
input[type="checkbox"]:checked + label{
color: black;
font-weight: bold;
2016-07-17 19:42:57 +02:00
background-color: #EEE;
}
}