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

_periodSelect.less « uibase « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f31796b11beef0d304c563e72ecbb45e17c8060a (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
#periodString {
  display: block;
  color: @theme-color-text-light;
  font-size: 14px;
  border: 1px solid #e4e5e4;
  float: left;
  margin-right: 10px;
  position: absolute;
  z-index: 122; /* must be higher than segmentEditor z-index */
  background-color: #f7f7f7;
}

#ajaxLoadingCalendar {
  white-space: nowrap;
}

#periodString:hover {
  background-color: #f1f0eb;
  border-color: #a9a399;
}

#periodString td {
  vertical-align: top;
  border-radius: 0
}

#periodString {
  .ui-widget-header,
  .ui-datepicker {
    &.ui-helper-clearfix:before, &.ui-helper-clearfix:after {
      display: inline;
      clear: none;
      content: none !important;
    }
  }

}

#periodString .calendar-icon {
  width: 13px;
  height: 15px;
  display:inline-block;
  position:absolute;
  right: 19px;
  top: 9px;
  background: url("plugins/Morpheus/images/icon-calendar.png") no-repeat scroll;
  cursor:pointer;
}

#periodString strong {
  color: #255792;
}

#periodString h6 {
  font-size: 14px;
  padding: 0 0 4px 0;
}

#periodMore {
  overflow: hidden;
}

#periodString .period-date,
#periodString .period-range {
  padding: 0 16px 0 0;
}

#periodString .period-type {
  padding: 0;
}

#periodString .period-type label {
  font-size: 13px;
}

#periodString label.selected-period-label {
  text-decoration: underline;
}