aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wireless-transport/code-Carbon-SR1/ux/otnBrowser/otnBrowser-module/src/main/resources/otnBrowser/otnBrowser-custom.css
blob: e2123e952fbe98f76309ec00aaa1b26cef50117b (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
/**
 *  Add your application related css here
 */
.otnBrowserGrid {
  height: 600px;
  background-color: white;
}

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



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

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

.otnBrowserGrid 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;
}