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

components.less « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 992759447d775017c311ca3f98c3ad9c772be03b (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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
//colors calendar
@calendarHeaderBackground: #fff; 
@calendarHeaderColor: #999;
@calendarCurrentStateHover: #f5f5f5;
@calendarBorder: #ccc;
.ui-datepicker {

    th, th.ui-datepicker-week-end {
        background: @calendarHeaderBackground !important;
        color: @calendarHeaderColor !important;
    }

    .ui-state-default {
        border-color: @calendarBorder !important;
        background: @brad-black !important;
    }

    .ui-datepicker-header {
        background: @calendarHeaderBackground !important;
        border-color: @gray;
        border-bottom-width: 0px;
    }

    .ui-datepicker-calendar {
        border: 1px solid @gray;
        thead {
            border-bottom: 1px solid @gray;
        }
    }
}

.ui-datepicker td.ui-datepicker-current-period a.ui-state-default, td .ui-state-active, .ui-datepicker td.ui-datepicker-current-period a.ui-state-active, .ui-datepicker td.ui-datepicker-week-end .ui-state-active, .ui-datepicker td.ui-datepicker-other-month.ui-datepicker-current-period {
    background: @brand-black !important;
}

.ui-datepicker td.ui-datepicker-current-period a.ui-state-default, td .ui-state-active, .ui-datepicker td.ui-datepicker-current-period a.ui-state-active, .ui-datepicker td.ui-datepicker-week-end .ui-state-active, .ui-datepicker td.ui-datepicker-other-month.ui-datepicker-current-period {
    background: @calendarCurrentStateHover;
}

.add_new_segment,
#calendarRangeApply {
    font-size: 12px !important;
    padding: 0 10px !important;
    margin-left: 0px !important;
}

#periodString {
    border: 1px solid @silver-80;
    .border-radius(0px);
    background: #fff;
    &:hover {
        background: #fff;
        border-color: @silver-80;
    }

    .calendar-icon {
        width: 17px;
        height: 17px;
    }

    label.selected-period-label {
        text-decoration: none !important;
    }

    h6 {
        .font-default(13px, 16px);
        font-weight: normal;
        color: @brand-black;
    }

    #periodMore {
        .period-range {
            .ui-datepicker-header {
                background: red;
            }
        }
    }

    #date {
        .border-radius(0px);
        background-color: #fff;
        .box-shadow(~"inset 1px 1px 3px #d8d8d8");
        padding: 8px 10px;
        color: @silver-20;
        text-transform: uppercase;
        .font-default(10px, 12px);

        strong {
            color: @brand-black;

        }
    }
}

#header_message {
    border: 1px solid @silver-80;
    padding: 8px 10px 8px 10px;
    height: auto;
    background: #fff;
    .border-radius(0px);
    .header_short {
        .font-default(10px, 12px);
        text-transform: uppercase;
    }

    .header_full {
        .font-default(12px, 18px);
    }
}

.ui-menu {
    .ui-menu-item {
        a {
            color: @silver-20;
            text-transform: uppercase;
            .font-default(10px, 18px);
            padding: 2px;
        }
    }
}

.loadingPiwikBelow,
.loadingPiwik {
    .font-default(10px, 12px);
    color: @silver-60;
    font-weight: normal;
}

.annotations {
    table {
        td {
            .font-default(12px, 14px) !important;
            color: @brand-black;
            padding: 6px 5px;
        }
    }
}