summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/style.css
blob: c6e5bada550ce75eb0f0cc2845ae89e6264da132 (plain) (blame)
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
.vis-item.vis-background {
    background-color: rgba(192, 57, 43, .5) !important;
}

.vis-item.spacer {
    visibility: hidden;
}

.vis-selected,
.vis-readonly {
    background-color: #80D6F2 !important;
    border: 1px solid grey !important;
}

.vis-item.disabled {
    background-color: rgba(189, 195, 199, 1.0) !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

label {
    font-weight: inherit;
}