|
22 | 22 |
|
23 | 23 | /* ITINERARY OPTION */
|
24 | 24 |
|
25 |
| -.otp .option .default-itin { |
| 25 | +.otp .option.default-itin { |
26 | 26 | margin-bottom: 16px;
|
27 | 27 | padding: 10px;
|
28 |
| - background-color: green; |
29 | 28 | border: 1px solid #e3e3e3;
|
30 | 29 | border-radius: 4px
|
31 | 30 | }
|
|
38 | 37 | background-color: #EAF3F2;
|
39 | 38 | }
|
40 | 39 |
|
41 |
| -.otp .option .default-itin > .header { |
| 40 | +.otp .option.default-itin > .header { |
42 | 41 | font-size: 16px;
|
43 | 42 | /*padding-bottom: 4px;*/
|
44 | 43 | /*border-bottom: 1px solid black;*/
|
45 | 44 | /*margin-bottom: 6px;*/
|
46 | 45 | cursor: pointer;
|
47 | 46 | }
|
48 | 47 |
|
49 |
| -.otp .option .default-itin > .header > .title { |
| 48 | +.otp .option.default-itin > .header > .title { |
50 | 49 | font-weight: bold;
|
51 | 50 | }
|
52 | 51 |
|
53 |
| -.otp .option .default-itin > .header > .summary { |
| 52 | +.otp .option.default-itin > .header > .summary { |
54 | 53 | text-align: center;
|
55 | 54 | margin: 8px 0px;
|
56 | 55 | }
|
57 | 56 |
|
58 | 57 | /* ITINERARY LEG */
|
59 | 58 |
|
60 |
| -.otp .option .default-itin .leg { |
| 59 | +.otp .option.default-itin .leg { |
61 | 60 | background-color: #d0d0d0;
|
62 | 61 | padding: 6px;
|
63 | 62 | margin-bottom: 8px;
|
64 | 63 | }
|
65 | 64 |
|
66 |
| -.otp .option .default-itin .leg:hover { |
| 65 | +.otp .option.default-itin .leg:hover { |
67 | 66 | background-color: var(--hover-color);
|
68 | 67 | }
|
69 | 68 |
|
70 |
| -.otp .option .default-itin .leg.active { |
| 69 | +.otp .option.default-itin .leg.active { |
71 | 70 | background-color: #ddd;
|
72 | 71 | }
|
73 | 72 |
|
74 |
| -.otp .option .default-itin .leg > .header { |
| 73 | +.otp .option.default-itin .leg > .header { |
75 | 74 | cursor: pointer;
|
76 | 75 | }
|
77 | 76 |
|
78 |
| -.otp .option .default-itin .leg .stop-count { |
| 77 | +.otp .option.default-itin .leg .stop-count { |
79 | 78 | cursor: pointer;
|
80 | 79 | /*margin-bottom: 4px;*/
|
81 | 80 | padding: 4px;
|
82 | 81 | margin-left: 8px;
|
83 | 82 | }
|
84 | 83 |
|
85 |
| -.otp .option .default-itin .leg .stop-list { |
| 84 | +.otp .option.default-itin .leg .stop-list { |
86 | 85 | cursor: pointer;
|
87 | 86 | margin-bottom: 4px;
|
88 | 87 | padding: 4px;
|
|
91 | 90 | list-style: none;
|
92 | 91 | }
|
93 | 92 |
|
94 |
| -.otp .Itin .option .default-itin .leg .item { |
| 93 | +.otp .Itin .option.default-itin .leg .item { |
95 | 94 | padding: 2px;
|
96 | 95 | font-size: small;
|
97 | 96 | }
|
98 | 97 |
|
99 |
| -.otp .option .default-itin .leg .alert-item { |
| 98 | +.otp .option.default-itin .leg .alert-item { |
100 | 99 | padding-left: 22px;
|
101 | 100 | }
|
102 | 101 |
|
103 |
| -.otp .option .default-itin .leg .stop-list .stop-item { |
| 102 | +.otp .option.default-itin .leg .stop-list .stop-item { |
104 | 103 | padding-left: 0px;
|
105 | 104 | }
|
106 | 105 |
|
107 |
| -.otp .option .default-itin .leg .stop-list .info-item { |
| 106 | +.otp .option.default-itin .leg .stop-list .info-item { |
108 | 107 | padding-left: 12px;
|
109 | 108 | }
|
110 | 109 |
|
111 | 110 | /* ITINERARY STEP */
|
112 | 111 |
|
113 |
| -.otp .option .default-itin .step { |
| 112 | +.otp .option.default-itin .step { |
114 | 113 | cursor: pointer;
|
115 | 114 | background-color: #eee;
|
116 | 115 | margin-bottom: 4px;
|
117 | 116 | padding: 4px;
|
118 | 117 | font-size: x-small;
|
119 | 118 | }
|
120 | 119 |
|
121 |
| -.otp .option .default-itin .step:hover { |
| 120 | +.otp .option.default-itin .step:hover { |
122 | 121 | background-color: var(--hover-color);
|
123 | 122 | }
|
124 | 123 |
|
125 |
| -.otp .option .default-itin .step.active { |
| 124 | +.otp .option.default-itin .step.active { |
126 | 125 | background-color: #ccc;
|
127 | 126 | /*border: 1px dotted;*/
|
128 | 127 | }
|
129 | 128 |
|
130 |
| -.otp .option .default-itin .step .step-distance { |
| 129 | +.otp .option.default-itin .step .step-distance { |
131 | 130 | float: right;
|
132 | 131 | }
|
0 commit comments