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

_admin.less « general « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f81d7797f5437fedd5503f3614612ec3e0cd9a0 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.Menu--admin {
    .Menu-tabList {
        .border-radius(0px);
        border-color: @theme-color-background-lowContrast;
        background-image: none;
        padding-left: 0;
        border-top: 0;
        > li:first-child span {
          border-bottom: 3px solid @theme-color-brand;
        }
        > li {
            padding-bottom: 0px;
            > span {
                color: @theme-color-text;
                .font-default(18px, 26px);
                border-top: 1px solid @theme-color-background-lowContrast;
                border-bottom: 1px solid @theme-color-background-lowContrast;
                padding: 12px 15px;
            }
            ul {
                background-color: @theme-color-menu-contrast-background;

                li {
                    a {
                        color: @theme-color-text-lighter !important;
                        padding: 0.8em 1.1em;
                        &:hover {
                            color: @theme-color-text;
                            text-decoration: none;
                        }
                    }
                }
            }
        }
    }
}

.ui-state-highlight {
    border-color: @color-silver-l80 !important;
    background: @color-silver-l95 !important;
    .ui-icon {
        background-image: url('plugins/Morpheus/images/info.png');
        background-position: 0 0;
    }
}

.adminTable {
    td {
        padding: 2px 0;
    }
    label {
        cursor: pointer;
        min-height: 30px;
    }

    .sites_autocomplete {
        position: static !important;
    }
}

.sites_autocomplete  {
    vertical-align: middle;
}

#loadingError {
    color: @theme-color-brand;
    font-weight: normal;
}

.sites_autocomplete .custom_select .custom_select_block .custom_select_container .custom_select_ul_list {
    margin-top: 5px;
    padding-bottom: 0;
}

.adminTable a {
    color: @theme-color-link;
}

.admin .adminTable a {
  color: @theme-color-text;
  text-decoration: underline;
}

.admin .adminTable .ui-inline-help a {
  color: @theme-color-link;
  text-decoration: none;
}

.addRowSite,
.addrow {
    cursor: pointer;
}

.addrow:hover {
  text-decoration: underline;
}

.addrow {
    margin-top: 16px;
}

.addRowSite {
    display: inline-block;
    margin: 5px 0;
    text-decoration: none !important;
    &:before {
        content: url(plugins/Morpheus/images/add.png) !important;
    }

    &:hover {
      text-decoration: underline !important;
    }
}

#geoipdb-screen1>div>p {
    line-height: 1.4em;
    height: 6em;
}