Projekt

Obecné

Profil

Stáhnout (763 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 a9363970 mlacha
.graph {
2 be033143 mlacha
  margin-top: 15px;
3
4 0e5facf6 mlacha
  p-calendar {
5
    background-color: #F2F2F2 !important;
6
    color: #0B1226 !important;
7 a9363970 mlacha
  }
8 be033143 mlacha
9
  input {
10
    background-color: #F2F2F2;
11 0e5facf6 mlacha
    color: #0B1226;
12
  }
13
14
  li {
15
    background-color: #F2F2F2;
16
    color: #0B1226;
17 be033143 mlacha
  }
18
19
  p-calendar {
20
    color: #0B1226 !important;
21
  }
22
23 0e5facf6 mlacha
  p-listbox {
24
    background-color: #BCBCBC;
25
26
    .ng-star-inserted {
27
      color: #0B1226;
28
    }
29
  }
30
31 be033143 mlacha
  .text-color-sensor-unit {
32
    color: #0B1226;
33
  }
34
35
  .text-color-date {
36
    color: #0B1226;
37
  }
38
39
  .background-date-color {
40
    background-color: #6c757d !important;
41
  }
42 0e5facf6 mlacha
43
  .p-listbox-list-wrapper{
44
     background-color: #F2F2F2;
45
   }
46
47
  .p-highlight {
48
    background-color: #6c757d !important;
49
  }
50
51
  .input-group-prepend {
52
    padding-left: 10px;
53
  }
54 a9363970 mlacha
}