summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/elements/checkbox/checkbox.less
blob: 0747a680a949d8a692f3679fb8aeb10f178a6144 (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
29
30
31
32
33
34
35
label.tlv-checkbox {
    font-weight: normal;
}

/*
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    margin-right: 6px;
    vertical-align: text-bottom;
    .sprite-new;
    .checkbox_unchecked;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    vertical-align: text-bottom;
    .sprite-new;
    .checkbox_checked;
}

input[type="checkbox"]:focus + label span {
    vertical-align: text-bottom;
    .sprite-new;
    .checkbox_focus;
}

input[type="checkbox"][disabled] + label{
    vertical-align: text-bottom;
    .sprite-new;
    .checkbox_disabled;
}
*/