summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/search.less
blob: d12b69d318e17ef52df58a9d56748140849a3504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.search_categories, #categories {
    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;
    }
}