summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/style.css
blob: 042ac4d1cc16094e5bbd017085cd2898e842b312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
}