summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/style.css
blob: 0de0a80170c4e4b6a74ba67e5d6ef4112a51e96b (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
26
27
table.locations > tbody > tr > 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;
    margin:0 -5px;
    min-width: 80px;
}

.edit-btn {
    background: inherit;
    padding:0 2px;
    text-align: right;
}