summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/style.css
blob: 19950a38b4b3123bf0a8a2a30ceda002a271c3b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
table.locations tbody td:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.025);
}

.not-allowed {
    pointer-events: none;
    cursor: default;
    color: inherit;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.load-col {
    text-align: right;
    text-shadow: 1px 1px #fff;
}