Welcome to mirror list, hosted at ThFree Co, Russian Federation.

userCountry.less « stylesheets « UserCountry « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c035ece3957a4fb3b3bc6025616812edbbf74ad5 (plain)
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
#widgetUserCountrygetRegion, #widgetUserCountrygetCountry, #widgetUserCountrygetCity {
    .dataTable .label img {
        border: 1px solid lightgray;
        box-sizing: content-box;
        margin-top: -1px;
    }
}

input.location-provider {
    cursor: pointer;
}

span.is-installed {
    color: #009874;
}

span.is-broken {
    color: #D4291F;
}

.loc-provider-status {
    margin-left: .5em;
}

#geoipdb-update-info tr input[type="text"], #geoipdb-screen2-update tr input[type="text"] {
    width: 90%;
}

#geoipdb-screen1>div>p {
    line-height: 25px;
    font-size: 18px;
    max-width: 400px;
}

.error {
    font-weight: bold;
    color: red;
    padding: 4px 8px 4px 8px;
}

#done-updating-updater {
    margin-top: 16px;
}