11@import url ("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" );
2-
32.database-plugin__html {
43 box-sizing : border-box;
54}
332331*/
333332.configuration-section-container-developer {
334333 background-color : var (--background-modifier-error )
334+ }
335+
336+ /*
337+ * React calendar styles
338+ */
339+ .react-calendar {
340+ width : 350px ;
341+ max-width : 100% ;
342+ background : white;
343+ border : 1px solid # a0a096 ;
344+ font-family : Arial, Helvetica, sans-serif;
345+ line-height : 1.125em ;
346+ }
347+
348+ .react-calendar--doubleView {
349+ width : 700px ;
350+ }
351+
352+ .react-calendar--doubleView .react-calendar__viewContainer {
353+ display : flex;
354+ margin : -0.5em ;
355+ }
356+
357+ .react-calendar--doubleView .react-calendar__viewContainer > * {
358+ width : 50% ;
359+ margin : 0.5em ;
360+ }
361+
362+ .react-calendar ,
363+ .react-calendar * ,
364+ .react-calendar * : before ,
365+ .react-calendar * : after {
366+ -moz-box-sizing : border-box;
367+ -webkit-box-sizing : border-box;
368+ box-sizing : border-box;
369+ }
370+
371+ .react-calendar button {
372+ margin : 0 ;
373+ border : 0 ;
374+ outline : none;
375+ }
376+
377+ .react-calendar button : enabled : hover {
378+ cursor : pointer;
379+ }
380+
381+ .react-calendar__navigation {
382+ height : 44px ;
383+ margin-bottom : 1em ;
384+ }
385+
386+ .react-calendar__navigation button {
387+ min-width : 44px ;
388+ background : none;
389+ }
390+
391+ .react-calendar__navigation button : enabled : hover ,
392+ .react-calendar__navigation button : enabled : focus {
393+ background-color : # e6e6e6 ;
394+ }
395+
396+ .react-calendar__navigation button [disabled ] {
397+ background-color : # f0f0f0 ;
398+ }
399+
400+ .react-calendar__month-view__weekdays {
401+ text-align : center;
402+ text-transform : uppercase;
403+ font-weight : bold;
404+ font-size : 0.75em ;
405+ }
406+
407+ .react-calendar__month-view__weekdays__weekday {
408+ padding : 0.5em ;
409+ }
410+
411+ .react-calendar__month-view__weekNumbers {
412+ font-weight : bold;
413+ }
414+
415+ .react-calendar__month-view__weekNumbers .react-calendar__tile {
416+ display : flex;
417+ align-items : center;
418+ justify-content : center;
419+ font-size : 0.75em ;
420+ padding : calc (0.75em / 0.75 ) calc (0.5em / 0.75 );
421+ }
422+
423+ .react-calendar__month-view__days__day--weekend {
424+ color : # d10000 ;
425+ }
426+
427+ .react-calendar__month-view__days__day--neighboringMonth {
428+ color : # 757575 ;
429+ }
430+
431+ .react-calendar__year-view .react-calendar__tile ,
432+ .react-calendar__decade-view .react-calendar__tile ,
433+ .react-calendar__century-view .react-calendar__tile {
434+ padding : 2em 0.5em ;
435+ }
436+
437+ .react-calendar__tile {
438+ max-width : 100% ;
439+ text-align : center;
440+ padding : 0.75em 0.5em ;
441+ background : none;
442+ }
443+
444+ .react-calendar__tile : disabled {
445+ background-color : # f0f0f0 ;
446+ }
447+
448+ .react-calendar__tile : enabled : hover ,
449+ .react-calendar__tile : enabled : focus {
450+ background-color : # e6e6e6 ;
451+ }
452+
453+ .react-calendar__tile--now {
454+ background : # ffff76 ;
455+ }
456+
457+ .react-calendar__tile--now : enabled : hover ,
458+ .react-calendar__tile--now : enabled : focus {
459+ background : # ffffa9 ;
460+ }
461+
462+ .react-calendar__tile--hasActive {
463+ background : # 76baff ;
464+ }
465+
466+ .react-calendar__tile--hasActive : enabled : hover ,
467+ .react-calendar__tile--hasActive : enabled : focus {
468+ background : # a9d4ff ;
469+ }
470+
471+ .react-calendar__tile--active {
472+ background : # 006edc ;
473+ color : white;
474+ }
475+
476+ .react-calendar__tile--active : enabled : hover ,
477+ .react-calendar__tile--active : enabled : focus {
478+ background : # 1087ff ;
479+ }
480+
481+ .react-calendar--selectRange .react-calendar__tile--hover {
482+ background-color : # e6e6e6 ;
335483}
0 commit comments