summaryrefslogtreecommitdiffstats
path: root/src/main/resources/styles/locationField.css
blob: cec1466c021830985a2bf7fbbfef93aa7c7e296f (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.bwlp-location-container {
    border: 2px solid #3d3d3d;
    width: 100%;
    border-spacing: 0;
}

.bwlp-location {
    background-color: white;
    cursor: pointer;
}

.bwlp-location > td {
    padding: 14px;
}

.bwlp-location .bwlp-password {
    padding: 4px 8px !important;
    margin: -10px 0 !important;
}

.bwlp-location:hover {
    filter: brightness(0.9);
}

.bwlp-location.selected-location {
    background-color: #c8ffc8;
}

.bwlp-location-status {
    font-size: 16px;
    text-align: center;
}

.bwlp-password {
    text-align: right;
}

.bwlp-password > span {
    font-size: 16px;
    opacity: 0.5;
}

.bwlp-password-input {
    margin: 0 !important;
    padding: 5px 8px !important;
    background-color: white !important;
}