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

admin.less « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54e1d23281f4cb34c1001a21580ba72ef315d4cb (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
.Menu--admin {
    .Menu-tabList {
        .border-radius(0px);
        border-color: @gray;
        background-image: none;
        padding-left: 0;
        border-top: 0;
        > li {
            padding-bottom: 0px;
            > span {
                color: @brand-black;
                .font-default(18px, 26px);
                border-top: 1px solid @gray;
                border-bottom: 1px solid @gray;
                padding: 12px 15px;
            }
            ul {
                li {
                    a {
                        color: @silver-40 !important;
                        padding: 0.6em 1.1em;
                        &:hover {
                            color: @brand-black;
                            text-decoration: none;
                        }
                    }
                }
            }
        }
    }   
}

.admin {
    h2 {
        border-bottom: 1px solid @gray;
    }
    h3 {
        color: @brand-black;
        .font-default(18px, 24px);
        font-weight: normal;
    }
    a:hover {
        text-decoration:underline;
    }
}

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

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

    .sites_autocomplete {
        position: static !important;
    }
}

.sites_autocomplete  {
    vertical-align: middle;
}

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

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

.form-description {
    margin-left: 0;
}

.adminTable a {
    color: @brand-blue;
}

.addRowSite,
.addrow {
    cursor: pointer;
}

.addrow {
    margin-top: 10px;
}

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

code {
    border-color: @silver-80;
    border-left: 5px solid @brand-red;
}

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