cf22c1465dfe1e3b82658a053c4409ae3a7b40b1
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnCommons / mwtnCommons-module / src / main / resources / mwtnCommons / mwtnCommons-custom.css
1 /**
2  *  Add your application related css here
3  */
4  .ht-header {
5     display: block;
6     height: 32px;
7 }
8 .ht-header-right {
9     float: right;
10 }
11
12 .owl {
13     padding:5px;
14 }
15 .owl-dark {
16     color: #414042;
17 }
18
19 .owl .owl-dark {
20     color: #414042;
21 }
22
23 .owl span {
24     color: white;
25 }
26
27 .owl a span {
28     color: white;
29 }
30
31 .owl .panel-default span {
32     color: #414042;
33 }
34
35 .owl .panel-default a span.owl-dark {
36     color: #414042;
37 }
38
39 .owl .panel-default .mwtn-json-viewer span.owl-dark {
40     color: #414042;
41
42
43 .owl .panel-default .json-formatter-row .string{color:green;white-space:pre;word-wrap:break-word}
44 .owl .panel-default .json-formatter-row .number{color:#00f}
45 .owl .panel-default .json-formatter-row .boolean{color:red}
46 .owl .panel-default .json-formatter-row .null{color:#855A00}
47 .owl .panel-default .json-formatter-row .undefined{color:#ca0b69}
48 .owl .panel-default .json-formatter-row .function{color:#FF20ED}
49 .owl .panel-default .json-formatter-row .date{background-color:rgba(0,0,0,.05)}
50 .owl .panel-default .json-formatter-row .url{text-decoration:underline;color:#00f;cursor:pointer}
51 .owl .panel-default .json-formatter-row a span.bracket{color:#00f}
52 .owl .panel-default .json-formatter-row a span.key{color:#00008B;cursor:pointer}
53 .owl .panel-default .json-formatter-row a span.constructor-name{color: #888888; cursor:pointer}
54
55 .mwtn-grid {
56   background-color: white;
57   color:black;
58 }
59
60 @media (min-width: 1296px) {
61   .modal-huge {
62     width: 1200px;
63   }
64 }
65
66
67 .form-group span.mwtnError {
68    color: red;
69 }
70  
71 .mwtnLight {
72    color: white;
73 }
74
75 .panel-group .panel-default span .mwtnError {
76         color: red;
77 }
78
79 .mwtnSuccess {
80    color: darkgreen;
81 }
82
83 .panel-group .panel-default span .mwtnSuccess {
84         color: darkgreen;
85 }
86
87 .number {
88     text-align: right;
89 }
90
91 .rotated {
92     transform: rotate(180deg);
93     -webkit-transform: rotate(180deg);
94     -ms-transform: rotate(180deg);
95     -moz-transform: rotate(180deg);
96     -o-transform: rotate(180deg);
97 }
98
99 .vCenter {
100     margin: 5px 30px 5px 0px;
101     display: inline-block;
102     vertical-align: middle;
103     float: none;
104 }
105
106 a.vCenter {
107     text-decoration: none;
108 }