1fb5c5977c152154194a65a2b92fce125dce05dc
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnConnect / mwtnConnect-module / src / main / resources / mwtnConnect / mwtnConnect-custom.css
1 /**
2  *  Add your application related css here
3  *  width: 1260px;
4  */
5
6 .modal-dialog {
7     width: 690px;
8     margin: 30px auto;
9 }
10
11 .modal-dialog .modal-lg {
12     min-width: 690px;
13     width: 690px;
14 }
15
16 .requiredNesGrid span {
17   color: #393939;
18 }
19 .mwtn-form-control {
20           font-family:'Courier New';
21     /* display: block; */
22     width: 600px;
23     height: 34px;
24     padding: 6px 12px;
25     font-size: 14px;
26     line-height: 1.428571429;
27     color: #000000;
28     vertical-align: middle;
29     background-color: #eeeeee;
30     background-image: none;
31     border: 1px solid #d5d5d5;
32     border-radius: 4px;
33     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
34     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
35     -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
36     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
37     -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s linear;
38     -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s linear;
39     -ms-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s linear;
40     -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s linear;
41     transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s linear;
42 }
43
44
45 .green {
46   color: darkgreen;
47 }
48 .green span {
49   color: darkgreen;
50 }
51
52 h3.modal-title {
53   color: #393939;
54 }
55
56 .modal-body span {
57   color: #393939;
58 }
59
60 .modal-body h3 {
61   color: #393939;
62 }
63
64 .modal-body .green span {
65   color: darkgreen;
66 }
67  
68 .requiredNesGrid {
69   height: 600px;
70   background-color: white;
71 }
72
73 .unknownNesGrid {
74   height: 600px;
75   background-color: white;
76 }
77
78 .unknownNesGrid .ui-grid-cell-contents span {
79   color: #393939;
80 }
81
82 .yangCapabilitiesGrid {
83   height: 300px;
84   background-color: white;
85 }