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

plugins_admin.less « stylesheets « CorePluginsAdmin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc3a4965d7ba00ede0820ce4db90da9165a1c465 (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
44
45
46
47
48
49
50
51
52
53
54
table.dataTable tr.active-plugin > td {
    background-color:@theme-color-background-base !important;
}

table.dataTable tr.active-plugin:hover > td {
    background-color:@theme-color-background-base !important;
}

table.dataTable tr.inactive-plugin > td {
    background-color:#ddd !important;
}

table.dataTable tr.inactive-plugin:hover > td {
    background-color:#ddd !important;
}

.plugin-desc-text {
    margin-top:0em;
    margin-bottom:1.5em;
}

.plugin-author {
    float:left;
}

.plugin-license {
    float:right;
    font-style:italic;
}

.plugin-homepage {
    font-size:.8em;
    font-style:italic;
}

table.entityTable tr td .plugin-homepage a {
    text-decoration:none;
}

table.entityTable tr td .plugin-homepage a:hover {
    text-decoration:underline;
}

table.entityTable tr td a.uninstall {
    color:red;
    text-decoration:none;
    font-weight:bold;
}

.plugin-version {
    font-size:80%;
    font-style:italic;
    color:#777;
}