|
5 | 5 | .ionic_datepicker_popup .font_bold { |
6 | 6 | font-weight: bold; |
7 | 7 | } |
| 8 | + |
8 | 9 | .ionic_datepicker_popup .padding_top_zero { |
9 | 10 | padding-top: 0; |
10 | 11 | } |
| 12 | + |
11 | 13 | .ionic_datepicker_popup .padding_left_5px { |
12 | 14 | padding-left: 5px; |
13 | 15 | } |
| 16 | + |
14 | 17 | .ionic_datepicker_popup .padding_right_5px { |
15 | 18 | padding-right: 5px; |
16 | 19 | } |
| 20 | + |
17 | 21 | .ionic_datepicker_popup .calendar_grid { |
18 | 22 | height: 215px; |
19 | 23 | } |
| 24 | + |
| 25 | +.ionic_datepicker_popup .calendar_grid .weeks_row { |
| 26 | + padding: 0; |
| 27 | +} |
| 28 | + |
20 | 29 | .ionic_datepicker_popup .today { |
21 | 30 | border: 1px solid #009688; |
22 | 31 | border-radius: 50%; |
23 | 32 | } |
| 33 | + |
24 | 34 | .ionic_datepicker_popup .selected_date { |
25 | 35 | background-color: #009688; |
26 | 36 | border-radius: 50%; |
27 | 37 | color: #fff; |
28 | 38 | font-weight: bold; |
29 | 39 | } |
| 40 | + |
30 | 41 | .ionic_datepicker_popup .popup-head { |
31 | 42 | background-color: #009688; |
32 | 43 | display: none; |
33 | 44 | } |
| 45 | + |
34 | 46 | .ionic_datepicker_popup .popup-head .popup-title { |
35 | 47 | color: #ffffff; |
36 | 48 | } |
| 49 | + |
37 | 50 | .ionic_datepicker_popup .popup-head .popup-sub-title { |
38 | 51 | color: #ffffff; |
39 | 52 | } |
| 53 | + |
40 | 54 | .ionic_datepicker_popup .popup-body { |
41 | 55 | background-color: #ffffff; |
42 | 56 | } |
| 57 | + |
43 | 58 | .ionic_datepicker_popup .popup-body .selected_date_full { |
44 | 59 | background-color: #019688; |
45 | 60 | margin: -10px -10px 0 -10px; |
|
50 | 65 | line-height: 45px; |
51 | 66 | font-size: 18px; |
52 | 67 | } |
| 68 | + |
53 | 69 | .ionic_datepicker_popup .popup-body .select_section { |
54 | 70 | padding: 1px 5px; |
55 | 71 | } |
| 72 | + |
56 | 73 | .ionic_datepicker_popup .popup-body .pointer_events_none { |
57 | 74 | pointer-events: none; |
58 | 75 | color: #aaaaaa !important; |
59 | 76 | } |
| 77 | + |
60 | 78 | .ionic_datepicker_popup .popup-body .month_select, .ionic_datepicker_popup .popup-body .year_select { |
61 | 79 | border: none; |
62 | 80 | border-bottom: 1px solid #009688; |
63 | 81 | padding: 0; |
64 | 82 | } |
| 83 | + |
65 | 84 | .ionic_datepicker_popup .popup-body .month_select .input-label, .ionic_datepicker_popup .popup-body .year_select .input-label { |
66 | 85 | padding: 2px 0; |
67 | 86 | width: 0; |
68 | 87 | } |
| 88 | + |
69 | 89 | .ionic_datepicker_popup .popup-body .month_select select, .ionic_datepicker_popup .popup-body .year_select select { |
70 | 90 | left: 10px; |
71 | 91 | border: none; |
72 | 92 | padding: 0; |
73 | 93 | } |
| 94 | + |
74 | 95 | .ionic_datepicker_popup .popup-body .month_select:after, .ionic_datepicker_popup .popup-body .year_select:after { |
75 | 96 | right: 5px; |
76 | 97 | color: #009688; |
77 | 98 | } |
| 99 | + |
78 | 100 | .ionic_datepicker_popup .popup-body .show_nav { |
79 | 101 | padding: 10px 0 0 0; |
80 | 102 | } |
| 103 | + |
81 | 104 | .ionic_datepicker_popup .popup-body .show_nav .prev_btn_section { |
82 | 105 | padding: 5px 0; |
83 | 106 | text-align: left; |
84 | 107 | } |
| 108 | + |
85 | 109 | .ionic_datepicker_popup .popup-body .show_nav .prev_btn_section button { |
86 | 110 | padding: 0; |
87 | 111 | } |
| 112 | + |
88 | 113 | .ionic_datepicker_popup .popup-body .show_nav .next_btn_section { |
89 | 114 | padding: 5px 0; |
90 | 115 | text-align: right; |
91 | 116 | } |
| 117 | + |
92 | 118 | .ionic_datepicker_popup .popup-body .show_nav .next_btn_section button { |
93 | 119 | padding: 0; |
94 | 120 | } |
| 121 | + |
95 | 122 | .ionic_datepicker_popup .popup-body .button-clear { |
96 | 123 | color: #009688; |
97 | 124 | } |
| 125 | + |
98 | 126 | .ionic_datepicker_popup .popup-buttons { |
99 | 127 | padding: 0; |
100 | 128 | min-height: 45px; |
101 | 129 | } |
| 130 | + |
102 | 131 | .ionic_datepicker_popup .popup-buttons button { |
103 | 132 | background-color: #009688; |
104 | 133 | border-radius: 0; |
105 | 134 | margin-right: 1px; |
106 | 135 | color: #ffffff; |
107 | 136 | } |
108 | 137 |
|
| 138 | +.ionic_datepicker_popup .row + .row { |
| 139 | + padding: 0; |
| 140 | +} |
| 141 | + |
109 | 142 | .ionic_datepicker_modal .header, .ionic_datepicker_modal .footer { |
110 | 143 | background-color: #009688; |
111 | 144 | } |
| 145 | + |
112 | 146 | .ionic_datepicker_modal .header .title, .ionic_datepicker_modal .header .button, .ionic_datepicker_modal .footer .title, .ionic_datepicker_modal .footer .button { |
113 | 147 | color: #ffffff; |
114 | 148 | } |
| 149 | + |
115 | 150 | .ionic_datepicker_modal .footer .button-block { |
116 | 151 | margin: 0; |
117 | 152 | } |
| 153 | + |
118 | 154 | .ionic_datepicker_modal .today { |
119 | 155 | border: 1px solid #009688; |
120 | 156 | } |
| 157 | + |
121 | 158 | .ionic_datepicker_modal .selected_date { |
122 | 159 | background-color: #009688; |
123 | 160 | color: #fff; |
124 | 161 | font-weight: bold; |
125 | 162 | } |
| 163 | + |
126 | 164 | .ionic_datepicker_modal .pointer_events_none { |
127 | 165 | pointer-events: none; |
128 | 166 | color: #aaaaaa !important; |
129 | 167 | } |
| 168 | + |
130 | 169 | .ionic_datepicker_modal .select_section { |
131 | 170 | padding: 1px 5px; |
132 | 171 | } |
| 172 | + |
133 | 173 | .ionic_datepicker_modal .button-clear { |
134 | 174 | color: #009688; |
135 | 175 | } |
| 176 | + |
136 | 177 | .ionic_datepicker_modal .month_select, .ionic_datepicker_modal .year_select { |
137 | 178 | border: none; |
138 | 179 | border-bottom: 1px solid #009688; |
139 | 180 | padding: 0; |
140 | 181 | } |
| 182 | + |
141 | 183 | .ionic_datepicker_modal .month_select .input-label, .ionic_datepicker_modal .year_select .input-label { |
142 | 184 | padding: 2px 0; |
143 | 185 | width: 0; |
144 | 186 | } |
| 187 | + |
145 | 188 | .ionic_datepicker_modal .month_select select, .ionic_datepicker_modal .year_select select { |
146 | 189 | left: 10px; |
147 | 190 | border: none; |
148 | 191 | padding: 0 10px; |
149 | 192 | } |
| 193 | + |
150 | 194 | .ionic_datepicker_modal .month_select:after, .ionic_datepicker_modal .year_select:after { |
151 | 195 | right: 5px; |
152 | 196 | color: #009688; |
153 | 197 | } |
| 198 | + |
154 | 199 | .ionic_datepicker_modal .padding_left_5px { |
155 | 200 | padding-left: 5px; |
156 | 201 | } |
| 202 | + |
157 | 203 | .ionic_datepicker_modal .padding_right_5px { |
158 | 204 | padding-right: 5px; |
159 | 205 | } |
| 206 | + |
160 | 207 | .ionic_datepicker_modal .date_col { |
161 | 208 | height: 50px; |
162 | 209 | line-height: 50px; |
163 | 210 | } |
| 211 | + |
164 | 212 | .ionic_datepicker_modal .font_bold { |
165 | 213 | font-weight: bold; |
166 | 214 | } |
| 215 | + |
167 | 216 | .ionic_datepicker_modal .font_22px { |
168 | 217 | font-size: 22px; |
169 | 218 | } |
| 219 | + |
170 | 220 | .platform-android .ionic_datepicker_modal .bar .title.title-left { |
171 | 221 | text-align: center; |
172 | 222 | } |
| 223 | + |
173 | 224 | .platform-android .ionic_datepicker_modal select { |
174 | 225 | left: 25%; |
175 | 226 | } |
| 227 | + |
176 | 228 | .platform-ios .ionic_datepicker_modal select { |
177 | 229 | left: 5%; |
178 | 230 | } |
0 commit comments