aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/ux/onapSo/onapSo-module/src/main/resources/onapSo/onapSo-custom.css
blob: f2aaeb7bc9df8a1a605d6643e8becba576803199 (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
/**
 *  Add your application related css here
 */

 .app-onapSo * {
  box-sizing: border-box;
}

.app-onapSo .col {
height: 70px;
width: 12.5%;
float: left;
padding: 15px;
}

.app-onapSo .row::after {
  content: "";
  clear: both;
  display: table;
}



.onapSoGrid {
  height: 600px;
  background-color: white;
}

.onapSoGrid span {
  color: #393939;
}
.ht-pagination span {
  color: #393939;
}
.ht-pagination span.dark {
  color: #393939;
}
.dark {
  color: #393939;
}



.onapSoGrid div.debug {
  color: #393939;
  background-color: white;
}
.onapSoGrid div.error {
  color: #ff0000;
  background-color: #ffeeee;
  font-weight: bold;
}

.onapSoGrid div.info {
  color: #3276b1;
  background-color: #eeeeff;
}

.onapSoGrid div.warning {
  color: #ffa500;
  background-color: #ffeedd;
}

.rotated {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

h3.modal-title {
  color: #393939;
}

.modal-body span {
  color: #393939;
}