1 @import "../../assets/components/themes/default/theme.less";
2 @import "../../assets/components/themes/common/plx-input.less";
3 @import "../../assets/components/themes/common/plx-button.less";
9 font-family: @font-family;
10 font-size: @font-size;
11 background: @component-bg;
19 .owl-dateTime input:-ms-input-placeholder {
20 color: @unselected-text-color !important;
22 .owl-dateTime input::-webkit-input-placeholder {
23 color: @unselected-text-color !important;
28 padding-right: 1.5em; }
30 .owl-dateTime-cancel {
35 transform: translateY(-50%);
39 .owl-dateTime-inputWrapper {
42 .owl-dateTime-customTemp {
43 display: inline-block;
46 .owl-dateTime-dialog {
50 .owl-dateTime-dialogHeader {
52 justify-content: center;
56 .owl-calendar-wrapper,
62 .owl-calendar-control {
64 justify-content: space-around;
67 .owl-calendar-control .owl-calendar-controlNav {
71 .owl-calendar-control .owl-calendar-controlContent {
73 justify-content: center;
83 border-collapse: collapse; }
84 .owl-calendar tbody td {
87 .owl-calendar tbody td a {
91 text-decoration: none;
95 .owl-calendar .owl-calendar-yearArrow {
100 transform: translateY(-50%);
102 .owl-calendar .owl-calendar-yearArrow.left {
104 .owl-calendar .owl-calendar-yearArrow.right {
110 justify-content: center; }
111 .owl-timer-wrapper .owl-timer {
114 flex-direction: column;
115 justify-content: center;
119 .owl-timer-wrapper .owl-timer-control {
121 justify-content: center;
126 .owl-timer-wrapper .owl-timer-control .icon:before {
128 .owl-timer-wrapper .owl-timer-input {
132 /*# sourceMappingURL=picker.component.css.map */
135 font-style: normal; }
137 [class^="paletx-datepicker-icon-"]:before, [class*="paletx-datepicker-icon-"]:before {
138 font-family: "fontello";
142 display: inline-block;
143 text-decoration: inherit;
148 /* For safety - reset parent styles, that can break glyph codes*/
149 font-variant: normal;
150 text-transform: none;
151 /* fix buttons height, for twitter bootstrap */
153 /* Animation center compensation - margins should be symmetric */
154 /* remove if not needed */
156 /* you can be more comfortable with increased icons size */
157 /* font-size: 120%; */
158 /* Font smoothing. That was taken from TWBS */
159 -webkit-font-smoothing: antialiased;
160 -moz-osx-font-smoothing: grayscale;
161 /* Uncomment for 3D effect */
162 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
164 .paletx-datepicker-icon-cancel:before {
168 .paletx-datepicker-icon-up-open:before {
172 .paletx-datepicker-icon-down-open:before {
176 .paletx-datepicker-icon-left-open:before {
180 .paletx-datepicker-icon-right-open:before {
186 box-sizing: border-box; }
194 border-radius: 3px; }
197 border-top-left-radius: 3px;
198 border-top-right-radius: 3px; }
201 border: 1px solid @border-color-base;
202 background: @component-bg;
203 color: @text-color; }
207 outline: medium none;
211 .owl-dateTime.owl-dateTime-inline {
213 .owl-dateTime.owl-dateTime-inline .owl-dateTime-dialog {
217 .owl-dateTime-dialog {
222 .owl-dateTime-dialogHeader {
225 background-color: @component-bg;
228 .owl-calendar-control .owl-calendar-controlNav .nav-prev,
229 .owl-calendar-control .owl-calendar-controlNav .nav-next {
235 transform: translate(-50%, -50%);
239 background: @selected-bg-color;
240 //color: @form-label;
245 .owl-calendar-control .owl-calendar-controlNav .nav-prev:before,
246 .owl-calendar-control .owl-calendar-controlNav .nav-next:before {
248 border-top: .5em solid transparent;
249 border-bottom: .5em solid transparent;
250 border-right: 0.75em solid #000000;
255 .owl-calendar-control .owl-calendar-controlNav .nav-next:before {
257 border-left: 0.75em solid #000000; }
258 .owl-calendar-control .owl-calendar-controlContent .month-control,
259 .owl-calendar-control .owl-calendar-controlContent .year-control {
260 color: @unselected-text-color;
261 display: inline-block;
263 transition: transform 200ms ease; }
264 .owl-calendar-control .owl-calendar-controlContent .month-control:hover,
265 .owl-calendar-control .owl-calendar-controlContent .year-control:hover {
266 // transform: scale(1.2); }
267 color: @guide-color; }
268 .owl-calendar-control .owl-calendar-controlContent .month-control {
269 font-size: @font-size-title-group;
272 .owl-calendar-control .owl-calendar-controlContent .year-control {
273 font-size: @font-size-title-group;
276 .owl-calendar tbody td.owl-calendar-selected {
277 background-color: @guide-color;
278 color: @component-bg }
279 .owl-calendar tbody td.owl-calendar-invalid {
280 color: @disabled-text-color }
281 .owl-calendar tbody td.owl-calendar-outFocus {
282 color: @unselected-text-color; }
283 .owl-calendar tbody td.owl-calendar-hidden {
284 visibility: hidden; }
286 .owl-calendar tbody td:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
287 background-color: @hover-bg-color;
288 color: @shadow-color }
290 .owl-years td.owl-year,
291 .owl-years td.owl-month,
292 .owl-months td.owl-year,
293 .owl-months td.owl-month {
301 .owl-weekdays th.owl-weekday {
306 font-size: @font-size;
307 /**color: @unselected-text-color; **/
310 .owl-days td.owl-day {
313 width: calc(100% / 7);
315 .owl-days td.owl-day.owl-day-today:before {
321 color: @primary-color;
322 border-top: 0.5em solid @primary-color-hover;
323 border-left: .5em solid transparent;
328 background-color: @shadow-color; }
329 .owl-timer-wrapper .owl-timer-text {
331 justify-content: center;
336 .owl-timer-wrapper .owl-meridian-btn {
339 background-image: none;
340 background-color: transparent;
341 border-color: @guide-color; }
342 .owl-timer-wrapper .owl-meridian-btn:hover {
343 color: @scene-textcolor;
344 background-color: @guide-color;
345 border-color: @guide-color; }
348 display: inline-block;
349 align-self: flex-end;
354 .owl-timer-divider .owl-timer-dot {
361 transform: translateX(-50%); }
362 .owl-timer-divider .owl-timer-dot.dot-top {
364 .owl-timer-divider .owl-timer-dot.dot-bottom {
371 -webkit-transform: translateY(-50%);
372 transform: translateY(-50%);
374 color: @fonticon-color;
378 color: @text-color !important;
380 .owl-calendar-selected {
381 background-color: @guide-color;
385 .owl-calendar tbody td div.day:not(.owl-calendar-selected):not(.owl-calendar-invalid):hover {
386 background-color: @hover-bg-color;
388 border-radius: 50%; }
390 font-size: @font-size;
392 .owl-calendar-year-part{
397 .owl-calendar-year-part:hover{
398 background-color: @hover-bg-color;
402 .owl-calendar-year-selected{
403 background-color: @guide-color;
407 .owl-calendar-year-selected:hover{
408 background-color: @guide-color;
412 .owl-calendar-month-part{
417 .owl-calendar-month-part:hover{
418 background-color: @hover-bg-color;
422 .owl-calendar-month-selected{
423 background-color: @guide-color;
427 .owl-calendar-month-selected:hover{
428 background-color: @guide-color;
433 /*# sourceMappingURL=picker.css.map */