directual-web-components-v2 3.11.329 → 3.11.331
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +434 -536
- package/dist/index.js +287 -90
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +287 -90
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -5975,6 +5975,28 @@ div._x81-m._xmAnF h2 {
|
|
|
5975
5975
|
._1Ml-1 ._1ofhx ._1Rrwy:hover {
|
|
5976
5976
|
opacity: 0.9;
|
|
5977
5977
|
}
|
|
5978
|
+
/* Loading/error состояния для превью */
|
|
5979
|
+
._1Ml-1 ._1ofhx ._-BW7J,
|
|
5980
|
+
._1Ml-1 ._1ofhx ._20z7u {
|
|
5981
|
+
width: 80px;
|
|
5982
|
+
height: 80px;
|
|
5983
|
+
display: flex;
|
|
5984
|
+
align-items: center;
|
|
5985
|
+
justify-content: center;
|
|
5986
|
+
background: var(--form-field-bgr, #f5f5f5);
|
|
5987
|
+
border-radius: var(--border-radius, 4px);
|
|
5988
|
+
border: 1px dashed var(--form-field-border, #ddd);
|
|
5989
|
+
}
|
|
5990
|
+
._1Ml-1 ._1ofhx ._-BW7J {
|
|
5991
|
+
animation: _6KljN 1.5s ease-in-out infinite;
|
|
5992
|
+
}
|
|
5993
|
+
._1Ml-1 ._1ofhx ._20z7u {
|
|
5994
|
+
opacity: 0.5;
|
|
5995
|
+
}
|
|
5996
|
+
@keyframes _6KljN {
|
|
5997
|
+
0%, 100% { opacity: 0.4; }
|
|
5998
|
+
50% { opacity: 0.8; }
|
|
5999
|
+
}
|
|
5978
6000
|
._2apDj {
|
|
5979
6001
|
z-index: 201;
|
|
5980
6002
|
position: fixed;
|
|
@@ -8686,25 +8708,135 @@ div._x81-m._xmAnF h2 {
|
|
|
8686
8708
|
white-space: break-spaces;
|
|
8687
8709
|
}
|
|
8688
8710
|
|
|
8711
|
+
._1Kd9p {
|
|
8712
|
+
display: flex;
|
|
8713
|
+
flex-direction: column;
|
|
8714
|
+
background-color: #ffffff;
|
|
8715
|
+
border-radius: 8px;
|
|
8716
|
+
}
|
|
8717
|
+
.rbc-today {
|
|
8718
|
+
background-color: var(--button-dropdown-hover-bgr, rgba(5, 142, 252, 0.05));
|
|
8719
|
+
}
|
|
8720
|
+
._KeJXa {
|
|
8721
|
+
display: flex;
|
|
8722
|
+
justify-content: center;
|
|
8723
|
+
align-items: center;
|
|
8724
|
+
padding: 16px;
|
|
8725
|
+
}
|
|
8726
|
+
._2FxAd {
|
|
8727
|
+
display: flex;
|
|
8728
|
+
align-items: center;
|
|
8729
|
+
gap: 16px;
|
|
8730
|
+
padding: 16px 0;
|
|
8731
|
+
background: var(--layout-secondary-bgr, #ffffff);
|
|
8732
|
+
border-radius: 8px;
|
|
8733
|
+
}
|
|
8734
|
+
._2FxAd .rbc-toolbar-label {
|
|
8735
|
+
flex: 1;
|
|
8736
|
+
text-align: center;
|
|
8737
|
+
font-size: 24px;
|
|
8738
|
+
font-weight: 600;
|
|
8739
|
+
color: var(--layout-text, #333333);
|
|
8740
|
+
margin-left: 8px;
|
|
8741
|
+
font-weight: bold;
|
|
8742
|
+
}
|
|
8743
|
+
._2FxAd .rbc-btn-group {
|
|
8744
|
+
display: flex;
|
|
8745
|
+
align-items: center;
|
|
8746
|
+
gap: 8px;
|
|
8747
|
+
}
|
|
8748
|
+
._3JU7w {
|
|
8749
|
+
display: flex;
|
|
8750
|
+
align-items: center;
|
|
8751
|
+
gap: 8px;
|
|
8752
|
+
}
|
|
8753
|
+
._16uM4 {
|
|
8754
|
+
display: flex;
|
|
8755
|
+
gap: 4px;
|
|
8756
|
+
}
|
|
8757
|
+
._OdLV7 {
|
|
8758
|
+
border-radius: 50% !important;
|
|
8759
|
+
width: 40px !important;
|
|
8760
|
+
min-width: 40px !important;
|
|
8761
|
+
height: 40px !important;
|
|
8762
|
+
min-height: 40px !important;
|
|
8763
|
+
padding: 0 !important;
|
|
8764
|
+
display: flex !important;
|
|
8765
|
+
align-items: center !important;
|
|
8766
|
+
justify-content: center !important;
|
|
8767
|
+
}
|
|
8768
|
+
._h63QL {
|
|
8769
|
+
display: flex;
|
|
8770
|
+
align-items: center;
|
|
8771
|
+
}
|
|
8772
|
+
._UJo8u {
|
|
8773
|
+
margin-bottom: 0 !important;
|
|
8774
|
+
}
|
|
8775
|
+
._2lVWM {
|
|
8776
|
+
display: flex;
|
|
8777
|
+
align-items: center;
|
|
8778
|
+
}
|
|
8689
8779
|
._YJ6pl {
|
|
8690
8780
|
box-sizing: border-box;
|
|
8691
8781
|
height: 100%;
|
|
8692
8782
|
display: flex;
|
|
8693
8783
|
flex-direction: column;
|
|
8694
|
-
align-items: stretch;
|
|
8695
8784
|
}
|
|
8696
8785
|
._YJ6pl *,
|
|
8697
8786
|
._YJ6pl *:before,
|
|
8698
8787
|
._YJ6pl *:after {
|
|
8699
8788
|
box-sizing: inherit;
|
|
8700
8789
|
}
|
|
8701
|
-
._YJ6pl .rbc-
|
|
8702
|
-
|
|
8790
|
+
._YJ6pl .rbc-month-view {
|
|
8791
|
+
position: relative;
|
|
8792
|
+
border: 1px solid #ddd;
|
|
8793
|
+
display: flex;
|
|
8794
|
+
flex-direction: column;
|
|
8795
|
+
flex: 1 0 0;
|
|
8796
|
+
width: 100%;
|
|
8797
|
+
user-select: none;
|
|
8798
|
+
-webkit-user-select: none;
|
|
8799
|
+
height: 100%;
|
|
8800
|
+
}
|
|
8801
|
+
._YJ6pl .rbc-month-view .rbc-month-header {
|
|
8802
|
+
display: flex;
|
|
8803
|
+
flex-direction: row;
|
|
8804
|
+
}
|
|
8805
|
+
._YJ6pl .rbc-month-view .rbc-header {
|
|
8806
|
+
height: 40px;
|
|
8807
|
+
overflow: hidden;
|
|
8808
|
+
flex: 1 0 0%;
|
|
8809
|
+
text-overflow: ellipsis;
|
|
8810
|
+
white-space: nowrap;
|
|
8811
|
+
padding: 0 3px;
|
|
8812
|
+
text-align: center;
|
|
8813
|
+
vertical-align: middle;
|
|
8814
|
+
font-weight: bold;
|
|
8815
|
+
font-size: 100%;
|
|
8816
|
+
min-height: 0;
|
|
8817
|
+
align-content: center;
|
|
8818
|
+
border-bottom: 1px solid #ddd;
|
|
8819
|
+
}
|
|
8820
|
+
._YJ6pl .rbc-month-view .rbc-header+.rbc-header {
|
|
8821
|
+
border-left: 1px solid #ddd;
|
|
8703
8822
|
}
|
|
8704
|
-
._YJ6pl .rbc-
|
|
8823
|
+
._YJ6pl .rbc-month-view .rbc-month-row {
|
|
8824
|
+
display: flex;
|
|
8825
|
+
position: relative;
|
|
8826
|
+
flex-direction: column;
|
|
8827
|
+
flex: 1 0 0;
|
|
8828
|
+
flex-basis: 0px;
|
|
8829
|
+
overflow: hidden;
|
|
8705
8830
|
height: 100%;
|
|
8706
8831
|
}
|
|
8707
|
-
._YJ6pl .rbc-
|
|
8832
|
+
._YJ6pl .rbc-month-view .rbc-month-row+.rbc-month-row {
|
|
8833
|
+
border-top: 1px solid #ddd;
|
|
8834
|
+
}
|
|
8835
|
+
._YJ6pl .rbc-month-view .rbc-row-bg {
|
|
8836
|
+
display: flex;
|
|
8837
|
+
flex-direction: row;
|
|
8838
|
+
flex: 1 0 0;
|
|
8839
|
+
right: 1px;
|
|
8708
8840
|
overflow: hidden;
|
|
8709
8841
|
position: absolute;
|
|
8710
8842
|
top: 0;
|
|
@@ -8712,35 +8844,48 @@ div._x81-m._xmAnF h2 {
|
|
|
8712
8844
|
right: 0;
|
|
8713
8845
|
bottom: 0;
|
|
8714
8846
|
}
|
|
8715
|
-
._YJ6pl .rbc-
|
|
8716
|
-
|
|
8847
|
+
._YJ6pl .rbc-month-view .rbc-abs-full,
|
|
8848
|
+
._YJ6pl .rbc-month-view .rbc-row-bg {
|
|
8717
8849
|
overflow: hidden;
|
|
8718
|
-
|
|
8719
|
-
|
|
8850
|
+
position: absolute;
|
|
8851
|
+
top: 0;
|
|
8852
|
+
left: 0;
|
|
8853
|
+
right: 0;
|
|
8854
|
+
bottom: 0;
|
|
8720
8855
|
}
|
|
8721
|
-
._YJ6pl .rbc-
|
|
8722
|
-
|
|
8856
|
+
._YJ6pl .rbc-month-view .rbc-day-bg {
|
|
8857
|
+
flex: 1 0 0%;
|
|
8723
8858
|
}
|
|
8724
|
-
._YJ6pl .rbc-
|
|
8725
|
-
|
|
8726
|
-
font: inherit;
|
|
8727
|
-
margin: 0;
|
|
8859
|
+
._YJ6pl .rbc-month-view .rbc-off-range-bg {
|
|
8860
|
+
background: #e6e6e6;
|
|
8728
8861
|
}
|
|
8729
|
-
._YJ6pl
|
|
8730
|
-
|
|
8731
|
-
text-transform: none;
|
|
8732
|
-
-webkit-appearance: button;
|
|
8733
|
-
appearance: button;
|
|
8734
|
-
cursor: pointer;
|
|
8862
|
+
._YJ6pl .rbc-month-view .rbc-day-bg+.rbc-day-bg {
|
|
8863
|
+
border-left: 1px solid #ddd;
|
|
8735
8864
|
}
|
|
8736
|
-
._YJ6pl
|
|
8737
|
-
|
|
8865
|
+
._YJ6pl .rbc-month-view .rbc-row-content {
|
|
8866
|
+
position: relative;
|
|
8867
|
+
user-select: none;
|
|
8868
|
+
-webkit-user-select: none;
|
|
8869
|
+
z-index: 4;
|
|
8738
8870
|
}
|
|
8739
|
-
._YJ6pl
|
|
8740
|
-
|
|
8741
|
-
|
|
8871
|
+
._YJ6pl .rbc-month-view .rbc-row-content .rbc-addons-dnd-row-body .rbc-row {
|
|
8872
|
+
min-height: 0px !important;
|
|
8873
|
+
}
|
|
8874
|
+
._YJ6pl .rbc-month-view .rbc-row {
|
|
8875
|
+
display: flex;
|
|
8876
|
+
flex-direction: row;
|
|
8877
|
+
}
|
|
8878
|
+
._YJ6pl .rbc-month-view .rbc-date-cell {
|
|
8879
|
+
flex: 1 1 0;
|
|
8880
|
+
min-width: 0;
|
|
8881
|
+
padding-top: 4px;
|
|
8882
|
+
padding-left: 4px;
|
|
8883
|
+
text-align: left;
|
|
8884
|
+
}
|
|
8885
|
+
._YJ6pl .rbc-month-view .rbc-off-range {
|
|
8886
|
+
color: #999;
|
|
8742
8887
|
}
|
|
8743
|
-
._YJ6pl .rbc-button-link {
|
|
8888
|
+
._YJ6pl .rbc-month-view .rbc-button-link {
|
|
8744
8889
|
color: inherit;
|
|
8745
8890
|
background: none;
|
|
8746
8891
|
margin: 0;
|
|
@@ -8749,467 +8894,258 @@ div._x81-m._xmAnF h2 {
|
|
|
8749
8894
|
cursor: pointer;
|
|
8750
8895
|
-webkit-user-select: text;
|
|
8751
8896
|
user-select: text;
|
|
8752
|
-
}
|
|
8753
|
-
._YJ6pl .rbc-header {
|
|
8754
|
-
overflow: hidden;
|
|
8755
|
-
flex: 1 0 0%;
|
|
8756
|
-
text-overflow: ellipsis;
|
|
8757
|
-
white-space: nowrap;
|
|
8758
|
-
padding: 0 3px;
|
|
8759
|
-
text-align: center;
|
|
8760
|
-
vertical-align: middle;
|
|
8761
8897
|
font-weight: bold;
|
|
8762
|
-
font-size:
|
|
8763
|
-
min-height: 0;
|
|
8764
|
-
border-bottom: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
8765
|
-
}
|
|
8766
|
-
._YJ6pl .rbc-header + .rbc-header {
|
|
8767
|
-
border-left: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
8768
|
-
}
|
|
8769
|
-
._YJ6pl .rbc-header > a,
|
|
8770
|
-
._YJ6pl .rbc-header > a:active,
|
|
8771
|
-
._YJ6pl .rbc-header > a:visited {
|
|
8772
|
-
color: inherit;
|
|
8773
|
-
text-decoration: none;
|
|
8774
|
-
}
|
|
8775
|
-
._YJ6pl .rbc-rtl .rbc-header + .rbc-header {
|
|
8776
|
-
border-left-width: 0;
|
|
8777
|
-
border-right: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
8778
|
-
}
|
|
8779
|
-
._YJ6pl ._2FxAd {
|
|
8780
|
-
display: flex !important;
|
|
8781
|
-
flex-wrap: wrap !important;
|
|
8782
|
-
justify-content: space-between !important;
|
|
8783
|
-
align-items: center !important;
|
|
8784
|
-
margin-bottom: 20px !important;
|
|
8785
|
-
padding: 12px 0px !important;
|
|
8786
|
-
background: var(--layout-secondary-bgr, #ffffff) !important;
|
|
8787
|
-
border-radius: 8px !important;
|
|
8788
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
|
|
8789
|
-
gap: 12px !important;
|
|
8790
|
-
width: 100% !important;
|
|
8791
|
-
box-sizing: border-box !important;
|
|
8792
|
-
font-size: 16px !important;
|
|
8793
|
-
}
|
|
8794
|
-
._YJ6pl ._2FxAd .rbc-toolbar-label {
|
|
8795
|
-
flex: 1 !important;
|
|
8796
|
-
padding: 0 20px !important;
|
|
8797
|
-
text-align: center !important;
|
|
8798
|
-
font-size: 20px !important;
|
|
8799
|
-
font-weight: 600 !important;
|
|
8800
|
-
color: var(--layout-text, #333333) !important;
|
|
8801
|
-
letter-spacing: 0.3px !important;
|
|
8802
|
-
min-width: 200px !important;
|
|
8803
|
-
}
|
|
8804
|
-
._YJ6pl ._2FxAd .rbc-btn-group {
|
|
8805
|
-
display: flex !important;
|
|
8806
|
-
align-items: center !important;
|
|
8807
|
-
white-space: normal !important;
|
|
8808
|
-
}
|
|
8809
|
-
._YJ6pl ._2FxAd .rbc-btn-group > button,
|
|
8810
|
-
._YJ6pl ._2FxAd .rbc-btn-group > .FPS_BUTTON {
|
|
8811
|
-
margin-left: 0 !important;
|
|
8812
|
-
margin-right: 0 !important;
|
|
8813
|
-
}
|
|
8814
|
-
._YJ6pl ._2FxAd .rbc-btn-group > button:first-child:not(:last-child),
|
|
8815
|
-
._YJ6pl ._2FxAd .rbc-btn-group > button:last-child:not(:first-child),
|
|
8816
|
-
._YJ6pl ._2FxAd .rbc-btn-group > button:not(:first-child):not(:last-child) {
|
|
8817
|
-
border-radius: var(--border-radius) !important;
|
|
8818
|
-
}
|
|
8819
|
-
._YJ6pl ._3JU7w {
|
|
8820
|
-
display: flex !important;
|
|
8821
|
-
align-items: center !important;
|
|
8822
|
-
gap: 8px !important;
|
|
8823
|
-
}
|
|
8824
|
-
._YJ6pl ._16uM4 {
|
|
8825
|
-
display: flex !important;
|
|
8826
|
-
gap: 4px !important;
|
|
8827
|
-
}
|
|
8828
|
-
._YJ6pl ._OdLV7 {
|
|
8829
|
-
border-radius: 50% !important;
|
|
8830
|
-
width: 40px !important;
|
|
8831
|
-
min-width: 40px !important;
|
|
8832
|
-
max-width: 40px !important;
|
|
8833
|
-
height: 40px !important;
|
|
8834
|
-
min-height: 40px !important;
|
|
8835
|
-
max-height: 40px !important;
|
|
8836
|
-
padding: 0 !important;
|
|
8837
|
-
display: flex !important;
|
|
8838
|
-
align-items: center !important;
|
|
8839
|
-
justify-content: center !important;
|
|
8898
|
+
font-size: 14px;
|
|
8840
8899
|
}
|
|
8841
|
-
._YJ6pl .
|
|
8842
|
-
|
|
8843
|
-
margin-left: 0 !important;
|
|
8844
|
-
margin-right: 0 !important;
|
|
8900
|
+
._YJ6pl .rbc-month-view .rbc-row-segment {
|
|
8901
|
+
padding: 0 1px 1px 1px;
|
|
8845
8902
|
}
|
|
8846
|
-
._YJ6pl .
|
|
8847
|
-
|
|
8848
|
-
|
|
8849
|
-
|
|
8850
|
-
|
|
8903
|
+
._YJ6pl .rbc-month-view .rbc-event,
|
|
8904
|
+
._YJ6pl .rbc-month-view .rbc-day-slot .rbc-background-event {
|
|
8905
|
+
border: none;
|
|
8906
|
+
box-sizing: border-box;
|
|
8907
|
+
box-shadow: none;
|
|
8908
|
+
margin: 0;
|
|
8909
|
+
padding: 2px 5px;
|
|
8910
|
+
background-color: #3174ad;
|
|
8911
|
+
border-radius: 5px;
|
|
8912
|
+
color: #fff;
|
|
8913
|
+
cursor: pointer;
|
|
8914
|
+
width: 100%;
|
|
8915
|
+
text-align: left;
|
|
8851
8916
|
}
|
|
8852
|
-
._YJ6pl .
|
|
8853
|
-
|
|
8854
|
-
|
|
8855
|
-
|
|
8856
|
-
|
|
8917
|
+
._YJ6pl .rbc-month-view .rbc-slot-selection {
|
|
8918
|
+
z-index: 10;
|
|
8919
|
+
position: absolute;
|
|
8920
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
8921
|
+
color: white;
|
|
8922
|
+
font-size: 75%;
|
|
8923
|
+
width: 100%;
|
|
8924
|
+
padding: 3px;
|
|
8857
8925
|
}
|
|
8858
|
-
._YJ6pl .
|
|
8859
|
-
|
|
8860
|
-
align-items: center !important;
|
|
8926
|
+
._YJ6pl .rbc-month-view .rbc-selected-cell {
|
|
8927
|
+
background-color: var(--table-raw-hover, rgba(5, 142, 252, 0.05));
|
|
8861
8928
|
}
|
|
8862
|
-
._YJ6pl .
|
|
8863
|
-
|
|
8864
|
-
align-self: center !important;
|
|
8929
|
+
._YJ6pl .rbc-month-view .rbc-slot-selecting {
|
|
8930
|
+
cursor: move;
|
|
8865
8931
|
}
|
|
8866
|
-
._YJ6pl .
|
|
8867
|
-
|
|
8868
|
-
align-items: center !important;
|
|
8869
|
-
margin: 0 !important;
|
|
8932
|
+
._YJ6pl .rbc-month-view .rbc-slot-selecting {
|
|
8933
|
+
cursor: move;
|
|
8870
8934
|
}
|
|
8871
|
-
._YJ6pl .
|
|
8872
|
-
display: flex
|
|
8873
|
-
|
|
8935
|
+
._YJ6pl .rbc-time-view {
|
|
8936
|
+
display: flex;
|
|
8937
|
+
flex-direction: column;
|
|
8938
|
+
flex: 1;
|
|
8939
|
+
width: 100%;
|
|
8940
|
+
border: 1px solid #ddd;
|
|
8941
|
+
min-height: 0;
|
|
8874
8942
|
}
|
|
8875
|
-
|
|
8876
|
-
|
|
8877
|
-
|
|
8878
|
-
gap: 12px !important;
|
|
8879
|
-
}
|
|
8880
|
-
._YJ6pl ._2FxAd .rbc-toolbar-label {
|
|
8881
|
-
order: -1 !important;
|
|
8882
|
-
min-width: auto !important;
|
|
8883
|
-
width: 100% !important;
|
|
8884
|
-
font-size: 18px !important;
|
|
8885
|
-
}
|
|
8886
|
-
._YJ6pl ._2FxAd ._3JU7w,
|
|
8887
|
-
._YJ6pl ._2FxAd ._h63QL,
|
|
8888
|
-
._YJ6pl ._2FxAd ._2lVWM {
|
|
8889
|
-
width: 100% !important;
|
|
8890
|
-
justify-content: center !important;
|
|
8891
|
-
}
|
|
8943
|
+
._YJ6pl .rbc-time-view .rbc-row {
|
|
8944
|
+
box-sizing: border-box;
|
|
8945
|
+
min-height: 0;
|
|
8892
8946
|
}
|
|
8893
|
-
._YJ6pl .rbc-
|
|
8894
|
-
|
|
8947
|
+
._YJ6pl .rbc-time-view .rbc-allday-cell {
|
|
8948
|
+
box-sizing: content-box;
|
|
8949
|
+
width: 100%;
|
|
8950
|
+
position: relative;
|
|
8895
8951
|
}
|
|
8896
|
-
._YJ6pl .rbc-
|
|
8897
|
-
|
|
8952
|
+
._YJ6pl .rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
|
|
8953
|
+
border-left: 1px solid #ddd;
|
|
8898
8954
|
}
|
|
8899
|
-
._YJ6pl .rbc-
|
|
8900
|
-
|
|
8955
|
+
._YJ6pl .rbc-time-view .rbc-allday-events {
|
|
8956
|
+
position: relative;
|
|
8957
|
+
z-index: 4;
|
|
8901
8958
|
}
|
|
8902
|
-
._YJ6pl .rbc-
|
|
8903
|
-
|
|
8959
|
+
._YJ6pl .rbc-time-view .rbc-row-segment {
|
|
8960
|
+
padding: 0 1px 1px 1px;
|
|
8904
8961
|
}
|
|
8905
|
-
._YJ6pl .rbc-event
|
|
8962
|
+
._YJ6pl .rbc-time-view .rbc-event,
|
|
8963
|
+
._YJ6pl .rbc-time-view .rbc-background-event {
|
|
8906
8964
|
border: none;
|
|
8907
8965
|
box-sizing: border-box;
|
|
8908
8966
|
box-shadow: none;
|
|
8909
8967
|
margin: 0;
|
|
8910
|
-
padding: 2px
|
|
8911
|
-
background-color:
|
|
8968
|
+
padding: 2px 4px;
|
|
8969
|
+
background-color: #3174ad;
|
|
8912
8970
|
border-radius: 5px;
|
|
8913
8971
|
color: #fff;
|
|
8914
8972
|
cursor: pointer;
|
|
8915
8973
|
width: 100%;
|
|
8916
8974
|
text-align: left;
|
|
8917
8975
|
}
|
|
8918
|
-
._YJ6pl .rbc-
|
|
8919
|
-
|
|
8976
|
+
._YJ6pl .rbc-time-header {
|
|
8977
|
+
display: flex;
|
|
8978
|
+
flex: 0 0 auto;
|
|
8979
|
+
flex-direction: row;
|
|
8920
8980
|
}
|
|
8921
|
-
._YJ6pl .rbc-
|
|
8922
|
-
|
|
8981
|
+
._YJ6pl .rbc-time-header .rbc-label {
|
|
8982
|
+
padding: 0 5px;
|
|
8923
8983
|
}
|
|
8924
|
-
._YJ6pl .rbc-
|
|
8925
|
-
|
|
8926
|
-
|
|
8984
|
+
._YJ6pl .rbc-time-header .rbc-time-header-content {
|
|
8985
|
+
flex: 1;
|
|
8986
|
+
display: flex;
|
|
8987
|
+
min-width: 0;
|
|
8988
|
+
flex-direction: column;
|
|
8989
|
+
border-left: 1px solid #ddd;
|
|
8927
8990
|
}
|
|
8928
|
-
._YJ6pl .rbc-
|
|
8929
|
-
|
|
8930
|
-
|
|
8991
|
+
._YJ6pl .rbc-time-header .rbc-time-header-content .rbc-row {
|
|
8992
|
+
display: flex;
|
|
8993
|
+
flex-direction: row;
|
|
8994
|
+
}
|
|
8995
|
+
._YJ6pl .rbc-time-header .rbc-time-header-content .rbc-row .rbc-header {
|
|
8931
8996
|
overflow: hidden;
|
|
8997
|
+
flex: 1 0 0%;
|
|
8932
8998
|
text-overflow: ellipsis;
|
|
8933
8999
|
white-space: nowrap;
|
|
9000
|
+
padding: 8px 3px;
|
|
9001
|
+
text-align: center;
|
|
9002
|
+
vertical-align: middle;
|
|
9003
|
+
font-weight: bold;
|
|
9004
|
+
font-size: 90%;
|
|
9005
|
+
min-height: 0;
|
|
9006
|
+
align-content: center;
|
|
8934
9007
|
}
|
|
8935
|
-
._YJ6pl .rbc-
|
|
8936
|
-
|
|
8937
|
-
|
|
8938
|
-
|
|
8939
|
-
|
|
8940
|
-
border
|
|
8941
|
-
|
|
8942
|
-
|
|
8943
|
-
|
|
8944
|
-
border-bottom-right-radius: 0;
|
|
8945
|
-
}
|
|
8946
|
-
._YJ6pl .rbc-event-continues-earlier {
|
|
8947
|
-
border-top-left-radius: 0;
|
|
8948
|
-
border-top-right-radius: 0;
|
|
9008
|
+
._YJ6pl .rbc-time-header .rbc-time-header-content .rbc-row .rbc-header .rbc-button-link {
|
|
9009
|
+
color: inherit;
|
|
9010
|
+
background: none;
|
|
9011
|
+
margin: 0;
|
|
9012
|
+
padding: 0;
|
|
9013
|
+
border: none;
|
|
9014
|
+
cursor: pointer;
|
|
9015
|
+
-webkit-user-select: text;
|
|
9016
|
+
user-select: text;
|
|
8949
9017
|
}
|
|
8950
|
-
._YJ6pl .rbc-
|
|
8951
|
-
border-
|
|
8952
|
-
border-bottom-right-radius: 0;
|
|
9018
|
+
._YJ6pl .rbc-time-header .rbc-time-header-content .rbc-row .rbc-header + .rbc-header {
|
|
9019
|
+
border-left: 1px solid #ddd;
|
|
8953
9020
|
}
|
|
8954
|
-
._YJ6pl .rbc-
|
|
8955
|
-
|
|
8956
|
-
flex-direction: row;
|
|
9021
|
+
._YJ6pl .rbc-time-header .rbc-overflowing {
|
|
9022
|
+
border-right: 1px solid #ddd;
|
|
8957
9023
|
}
|
|
8958
|
-
._YJ6pl .rbc-
|
|
9024
|
+
._YJ6pl .rbc-day-slot {
|
|
8959
9025
|
position: relative;
|
|
8960
|
-
-webkit-user-select: none;
|
|
8961
|
-
user-select: none;
|
|
8962
|
-
z-index: 4;
|
|
8963
|
-
}
|
|
8964
|
-
._YJ6pl .rbc-row-content-scrollable {
|
|
8965
|
-
display: flex;
|
|
8966
|
-
flex-direction: column;
|
|
8967
|
-
height: 100%;
|
|
8968
|
-
}
|
|
8969
|
-
._YJ6pl .rbc-row-content-scrollable .rbc-row-content-scroll-container {
|
|
8970
|
-
height: 100%;
|
|
8971
|
-
overflow-y: scroll;
|
|
8972
|
-
-ms-overflow-style: none;
|
|
8973
|
-
scrollbar-width: none;
|
|
8974
9026
|
}
|
|
8975
|
-
._YJ6pl .rbc-
|
|
8976
|
-
|
|
8977
|
-
|
|
8978
|
-
|
|
8979
|
-
|
|
8980
|
-
|
|
8981
|
-
|
|
8982
|
-
display: block;
|
|
8983
|
-
overflow: hidden;
|
|
8984
|
-
text-overflow: ellipsis;
|
|
8985
|
-
white-space: nowrap;
|
|
9027
|
+
._YJ6pl .rbc-day-slot .rbc-events-container {
|
|
9028
|
+
bottom: 0;
|
|
9029
|
+
left: 0;
|
|
9030
|
+
position: absolute;
|
|
9031
|
+
right: 0;
|
|
9032
|
+
margin-right: 10px;
|
|
9033
|
+
top: 0;
|
|
8986
9034
|
}
|
|
8987
|
-
._YJ6pl .rbc-
|
|
9035
|
+
._YJ6pl .rbc-day-slot .rbc-event,
|
|
9036
|
+
._YJ6pl .rbc-day-slot .rbc-background-event {
|
|
9037
|
+
border: 1px solid #265985;
|
|
8988
9038
|
display: flex;
|
|
8989
|
-
|
|
8990
|
-
|
|
9039
|
+
max-height: 100%;
|
|
9040
|
+
min-height: 20px;
|
|
9041
|
+
flex-flow: column wrap;
|
|
9042
|
+
align-items: flex-start;
|
|
8991
9043
|
overflow: hidden;
|
|
8992
9044
|
position: absolute;
|
|
8993
|
-
|
|
8994
|
-
|
|
8995
|
-
|
|
8996
|
-
|
|
8997
|
-
|
|
9045
|
+
box-sizing: border-box;
|
|
9046
|
+
margin: 0;
|
|
9047
|
+
padding: 2px 5px;
|
|
9048
|
+
background-color: #3174ad;
|
|
9049
|
+
border-radius: 5px;
|
|
9050
|
+
color: #fff;
|
|
9051
|
+
cursor: pointer;
|
|
9052
|
+
text-align: left;
|
|
8998
9053
|
}
|
|
8999
|
-
._YJ6pl .rbc-
|
|
9000
|
-
|
|
9001
|
-
overflow: hidden;
|
|
9002
|
-
text-overflow: ellipsis;
|
|
9003
|
-
white-space: nowrap;
|
|
9004
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
9005
|
-
z-index: 4;
|
|
9006
|
-
font-weight: bold;
|
|
9007
|
-
font-size: 85%;
|
|
9008
|
-
height: auto;
|
|
9009
|
-
line-height: normal;
|
|
9010
|
-
color: var(--layout-accent, #058efc);
|
|
9054
|
+
._YJ6pl .rbc-day-slot .rbc-background-event {
|
|
9055
|
+
opacity: 0.75;
|
|
9011
9056
|
}
|
|
9012
|
-
._YJ6pl .rbc-
|
|
9013
|
-
|
|
9014
|
-
|
|
9057
|
+
._YJ6pl .rbc-day-slot .rbc-event-label {
|
|
9058
|
+
flex: none;
|
|
9059
|
+
padding-right: 5px;
|
|
9060
|
+
width: auto;
|
|
9015
9061
|
}
|
|
9016
|
-
._YJ6pl .rbc-
|
|
9017
|
-
position: relative;
|
|
9018
|
-
border: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9019
|
-
display: flex;
|
|
9020
|
-
flex-direction: column;
|
|
9021
|
-
flex: 1 0 0;
|
|
9062
|
+
._YJ6pl .rbc-day-slot .rbc-event-content {
|
|
9022
9063
|
width: 100%;
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
height:
|
|
9026
|
-
}
|
|
9027
|
-
._YJ6pl .rbc-month-header {
|
|
9028
|
-
display: flex;
|
|
9029
|
-
flex-direction: row;
|
|
9030
|
-
}
|
|
9031
|
-
._YJ6pl .rbc-month-row {
|
|
9032
|
-
display: flex;
|
|
9033
|
-
position: relative;
|
|
9034
|
-
flex-direction: column;
|
|
9035
|
-
flex: 1 0 0;
|
|
9036
|
-
flex-basis: 0px;
|
|
9037
|
-
overflow: hidden;
|
|
9064
|
+
flex: 1 1 0;
|
|
9065
|
+
word-wrap: break-word;
|
|
9066
|
+
line-height: 1;
|
|
9038
9067
|
height: 100%;
|
|
9068
|
+
min-height: 1em;
|
|
9039
9069
|
}
|
|
9040
|
-
._YJ6pl .rbc-
|
|
9041
|
-
border-top: 1px solid
|
|
9070
|
+
._YJ6pl .rbc-day-slot .rbc-time-slot {
|
|
9071
|
+
border-top: 1px solid #f7f7f7;
|
|
9042
9072
|
}
|
|
9043
|
-
._YJ6pl .rbc-
|
|
9044
|
-
|
|
9045
|
-
|
|
9046
|
-
padding-right: 5px;
|
|
9047
|
-
text-align: right;
|
|
9073
|
+
._YJ6pl .rbc-event.rbc-selected,
|
|
9074
|
+
._YJ6pl .rbc-day-slot .rbc-selected.rbc-background-event {
|
|
9075
|
+
background-color: var(--layout-accent-hover, #0062bd);
|
|
9048
9076
|
}
|
|
9049
|
-
._YJ6pl .rbc-
|
|
9050
|
-
|
|
9077
|
+
._YJ6pl .rbc-event:focus,
|
|
9078
|
+
._YJ6pl .rbc-day-slot .rbc-background-event:focus {
|
|
9079
|
+
outline: 5px auto #3b99fc;
|
|
9051
9080
|
}
|
|
9052
|
-
._YJ6pl .rbc-
|
|
9053
|
-
|
|
9054
|
-
._YJ6pl .rbc-date-cell > a:visited {
|
|
9055
|
-
color: inherit;
|
|
9056
|
-
text-decoration: none;
|
|
9081
|
+
._YJ6pl .rbc-event-label {
|
|
9082
|
+
font-size: 80%;
|
|
9057
9083
|
}
|
|
9058
|
-
._YJ6pl .rbc-
|
|
9059
|
-
|
|
9084
|
+
._YJ6pl .rbc-event-overlaps {
|
|
9085
|
+
box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
|
|
9060
9086
|
}
|
|
9061
|
-
._YJ6pl .rbc-
|
|
9062
|
-
border-left:
|
|
9087
|
+
._YJ6pl .rbc-event-continues-prior {
|
|
9088
|
+
border-top-left-radius: 0;
|
|
9089
|
+
border-bottom-left-radius: 0;
|
|
9063
9090
|
}
|
|
9064
|
-
._YJ6pl .rbc-
|
|
9065
|
-
border-
|
|
9066
|
-
border-right:
|
|
9091
|
+
._YJ6pl .rbc-event-continues-after {
|
|
9092
|
+
border-top-right-radius: 0;
|
|
9093
|
+
border-bottom-right-radius: 0;
|
|
9067
9094
|
}
|
|
9068
|
-
._YJ6pl .rbc-
|
|
9069
|
-
|
|
9070
|
-
|
|
9071
|
-
border: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9072
|
-
background-color: var(--layout-secondary-bgr, #fff);
|
|
9073
|
-
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
|
|
9074
|
-
padding: 10px;
|
|
9095
|
+
._YJ6pl .rbc-event-continues-earlier {
|
|
9096
|
+
border-top-left-radius: 0;
|
|
9097
|
+
border-top-right-radius: 0;
|
|
9075
9098
|
}
|
|
9076
|
-
._YJ6pl .rbc-
|
|
9077
|
-
|
|
9099
|
+
._YJ6pl .rbc-event-continues-later {
|
|
9100
|
+
border-bottom-left-radius: 0;
|
|
9101
|
+
border-bottom-right-radius: 0;
|
|
9078
9102
|
}
|
|
9079
|
-
._YJ6pl .rbc-
|
|
9080
|
-
|
|
9081
|
-
|
|
9082
|
-
|
|
9103
|
+
._YJ6pl .rbc-slot-selecting .rbc-event,
|
|
9104
|
+
._YJ6pl .rbc-slot-selecting .rbc-day-slot .rbc-background-event,
|
|
9105
|
+
._YJ6pl .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
|
|
9106
|
+
cursor: inherit;
|
|
9107
|
+
pointer-events: none;
|
|
9083
9108
|
}
|
|
9084
|
-
._YJ6pl .rbc-
|
|
9109
|
+
._YJ6pl .rbc-time-column {
|
|
9085
9110
|
display: flex;
|
|
9086
9111
|
flex-direction: column;
|
|
9087
|
-
|
|
9088
|
-
overflow: auto;
|
|
9089
|
-
}
|
|
9090
|
-
._YJ6pl .rbc-agenda-view table.rbc-agenda-table {
|
|
9091
|
-
width: 100%;
|
|
9092
|
-
border: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9093
|
-
border-spacing: 0;
|
|
9094
|
-
border-collapse: collapse;
|
|
9095
|
-
}
|
|
9096
|
-
._YJ6pl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
|
|
9097
|
-
padding: 5px 10px;
|
|
9098
|
-
vertical-align: top;
|
|
9099
|
-
}
|
|
9100
|
-
._YJ6pl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
|
|
9101
|
-
border-left: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9102
|
-
}
|
|
9103
|
-
._YJ6pl .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
|
|
9104
|
-
padding-left: 15px;
|
|
9105
|
-
padding-right: 15px;
|
|
9106
|
-
text-transform: lowercase;
|
|
9107
|
-
}
|
|
9108
|
-
._YJ6pl .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
|
|
9109
|
-
border-top: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9110
|
-
}
|
|
9111
|
-
._YJ6pl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
|
|
9112
|
-
padding: 3px 5px;
|
|
9113
|
-
text-align: left;
|
|
9114
|
-
border-bottom: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9115
|
-
}
|
|
9116
|
-
._YJ6pl .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
|
|
9117
|
-
border-left-width: 0;
|
|
9118
|
-
border-right: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9119
|
-
}
|
|
9120
|
-
._YJ6pl .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
|
|
9121
|
-
text-align: right;
|
|
9112
|
+
min-height: 100%;
|
|
9122
9113
|
}
|
|
9123
|
-
._YJ6pl .rbc-
|
|
9124
|
-
|
|
9125
|
-
white-space: nowrap;
|
|
9114
|
+
._YJ6pl .rbc-time-column .rbc-timeslot-group {
|
|
9115
|
+
flex: 1;
|
|
9126
9116
|
}
|
|
9127
|
-
._YJ6pl .rbc-
|
|
9128
|
-
|
|
9117
|
+
._YJ6pl .rbc-timeslot-group {
|
|
9118
|
+
border-bottom: 1px solid #ddd;
|
|
9119
|
+
min-height: 40px;
|
|
9120
|
+
display: flex;
|
|
9121
|
+
flex-flow: column nowrap;
|
|
9129
9122
|
}
|
|
9130
|
-
._YJ6pl .rbc-
|
|
9131
|
-
|
|
9123
|
+
._YJ6pl .rbc-time-slot {
|
|
9124
|
+
flex: 1 0 0;
|
|
9132
9125
|
}
|
|
9133
|
-
._YJ6pl .rbc-
|
|
9134
|
-
|
|
9126
|
+
._YJ6pl .rbc-time-slot.rbc-now {
|
|
9127
|
+
font-weight: bold;
|
|
9135
9128
|
}
|
|
9136
|
-
._YJ6pl .rbc-
|
|
9137
|
-
|
|
9129
|
+
._YJ6pl .rbc-day-header {
|
|
9130
|
+
text-align: center;
|
|
9138
9131
|
}
|
|
9139
|
-
._YJ6pl .rbc-time-
|
|
9140
|
-
|
|
9141
|
-
flex
|
|
9142
|
-
flex: 1;
|
|
9143
|
-
width: 100%;
|
|
9144
|
-
border: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9145
|
-
min-height: 0;
|
|
9132
|
+
._YJ6pl .rbc-time-gutter,
|
|
9133
|
+
._YJ6pl .rbc-header-gutter {
|
|
9134
|
+
flex: none;
|
|
9146
9135
|
}
|
|
9147
9136
|
._YJ6pl .rbc-time-view .rbc-time-gutter {
|
|
9148
9137
|
white-space: nowrap;
|
|
9149
9138
|
text-align: right;
|
|
9150
9139
|
}
|
|
9151
|
-
._YJ6pl .rbc-
|
|
9152
|
-
|
|
9153
|
-
width: 100%;
|
|
9154
|
-
height: 100%;
|
|
9155
|
-
position: relative;
|
|
9156
|
-
}
|
|
9157
|
-
._YJ6pl .rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
|
|
9158
|
-
border-left: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9159
|
-
}
|
|
9160
|
-
._YJ6pl .rbc-time-view .rbc-allday-events {
|
|
9161
|
-
position: relative;
|
|
9162
|
-
z-index: 4;
|
|
9163
|
-
}
|
|
9164
|
-
._YJ6pl .rbc-time-view .rbc-row {
|
|
9165
|
-
box-sizing: border-box;
|
|
9166
|
-
min-height: 20px;
|
|
9167
|
-
}
|
|
9168
|
-
._YJ6pl .rbc-time-header {
|
|
9169
|
-
display: flex;
|
|
9170
|
-
flex: 0 0 auto;
|
|
9171
|
-
flex-direction: row;
|
|
9172
|
-
}
|
|
9173
|
-
._YJ6pl .rbc-time-header.rbc-overflowing {
|
|
9174
|
-
border-right: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9175
|
-
}
|
|
9176
|
-
._YJ6pl .rbc-time-header > .rbc-row:first-child {
|
|
9177
|
-
border-bottom: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9178
|
-
}
|
|
9179
|
-
._YJ6pl .rbc-time-header > .rbc-row.rbc-row-resource {
|
|
9180
|
-
border-bottom: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9181
|
-
}
|
|
9182
|
-
._YJ6pl .rbc-rtl .rbc-time-header.rbc-overflowing {
|
|
9183
|
-
border-right-width: 0;
|
|
9184
|
-
border-left: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9185
|
-
}
|
|
9186
|
-
._YJ6pl .rbc-time-header-cell-single-day {
|
|
9187
|
-
display: none;
|
|
9188
|
-
}
|
|
9189
|
-
._YJ6pl .rbc-time-header-content {
|
|
9190
|
-
flex: 1;
|
|
9191
|
-
display: flex;
|
|
9192
|
-
min-width: 0;
|
|
9193
|
-
flex-direction: column;
|
|
9194
|
-
border-left: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9195
|
-
}
|
|
9196
|
-
._YJ6pl .rbc-time-header-content + .rbc-time-header-content {
|
|
9197
|
-
margin-left: -1px;
|
|
9198
|
-
}
|
|
9199
|
-
._YJ6pl .rbc-time-header-content > .rbc-row.rbc-row-resource {
|
|
9200
|
-
border-bottom: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9201
|
-
flex-shrink: 0;
|
|
9202
|
-
}
|
|
9203
|
-
._YJ6pl .rbc-rtl .rbc-time-header-content {
|
|
9204
|
-
border-left-width: 0;
|
|
9205
|
-
border-right: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9140
|
+
._YJ6pl .rbc-label {
|
|
9141
|
+
padding: 0 5px;
|
|
9206
9142
|
}
|
|
9207
9143
|
._YJ6pl .rbc-time-content {
|
|
9208
9144
|
display: flex;
|
|
9209
9145
|
flex: 1 0 0%;
|
|
9210
9146
|
align-items: flex-start;
|
|
9211
9147
|
width: 100%;
|
|
9212
|
-
border-top: 2px solid
|
|
9148
|
+
border-top: 2px solid #ddd;
|
|
9213
9149
|
overflow-y: auto;
|
|
9214
9150
|
position: relative;
|
|
9215
9151
|
}
|
|
@@ -9217,93 +9153,23 @@ div._x81-m._xmAnF h2 {
|
|
|
9217
9153
|
flex: none;
|
|
9218
9154
|
}
|
|
9219
9155
|
._YJ6pl .rbc-time-content > * + * > * {
|
|
9220
|
-
border-left: 1px solid
|
|
9156
|
+
border-left: 1px solid #ddd;
|
|
9221
9157
|
}
|
|
9222
9158
|
._YJ6pl .rbc-time-content > .rbc-day-slot {
|
|
9223
9159
|
width: 100%;
|
|
9224
9160
|
-webkit-user-select: none;
|
|
9225
9161
|
user-select: none;
|
|
9226
9162
|
}
|
|
9227
|
-
._YJ6pl .rbc-
|
|
9228
|
-
border-left-width: 0;
|
|
9229
|
-
border-right: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9230
|
-
}
|
|
9231
|
-
._YJ6pl .rbc-time-column {
|
|
9232
|
-
display: flex;
|
|
9233
|
-
flex-direction: column;
|
|
9234
|
-
min-height: 100%;
|
|
9235
|
-
}
|
|
9236
|
-
._YJ6pl .rbc-time-column .rbc-timeslot-group {
|
|
9237
|
-
flex: 1;
|
|
9238
|
-
}
|
|
9239
|
-
._YJ6pl .rbc-timeslot-group {
|
|
9240
|
-
border-bottom: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9241
|
-
min-height: 40px;
|
|
9242
|
-
display: flex;
|
|
9243
|
-
flex-flow: column nowrap;
|
|
9244
|
-
}
|
|
9245
|
-
._YJ6pl .rbc-time-gutter,
|
|
9246
|
-
._YJ6pl .rbc-header-gutter {
|
|
9247
|
-
flex: none;
|
|
9248
|
-
}
|
|
9249
|
-
._YJ6pl .rbc-label {
|
|
9250
|
-
padding: 0 5px;
|
|
9251
|
-
}
|
|
9252
|
-
._YJ6pl .rbc-day-slot {
|
|
9253
|
-
position: relative;
|
|
9254
|
-
}
|
|
9255
|
-
._YJ6pl .rbc-day-slot .rbc-events-container {
|
|
9256
|
-
bottom: 0;
|
|
9257
|
-
left: 0;
|
|
9163
|
+
._YJ6pl .rbc-current-time-indicator {
|
|
9258
9164
|
position: absolute;
|
|
9165
|
+
z-index: 3;
|
|
9166
|
+
left: 0;
|
|
9259
9167
|
right: 0;
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
._YJ6pl .rbc-day-slot .rbc-events-container.rbc-rtl {
|
|
9264
|
-
left: 10px;
|
|
9265
|
-
right: 0;
|
|
9266
|
-
}
|
|
9267
|
-
._YJ6pl .rbc-day-slot .rbc-event,
|
|
9268
|
-
._YJ6pl .rbc-day-slot .rbc-background-event {
|
|
9269
|
-
border: 1px solid var(--layout-accent-hover, #0062bd);
|
|
9270
|
-
display: flex;
|
|
9271
|
-
max-height: 100%;
|
|
9272
|
-
min-height: 20px;
|
|
9273
|
-
flex-flow: column wrap;
|
|
9274
|
-
align-items: flex-start;
|
|
9275
|
-
overflow: hidden;
|
|
9276
|
-
position: absolute;
|
|
9277
|
-
}
|
|
9278
|
-
._YJ6pl .rbc-day-slot .rbc-background-event {
|
|
9279
|
-
opacity: 0.75;
|
|
9280
|
-
}
|
|
9281
|
-
._YJ6pl .rbc-day-slot .rbc-event-label {
|
|
9282
|
-
flex: none;
|
|
9283
|
-
padding-right: 5px;
|
|
9284
|
-
width: auto;
|
|
9285
|
-
}
|
|
9286
|
-
._YJ6pl .rbc-day-slot .rbc-event-content {
|
|
9287
|
-
width: 100%;
|
|
9288
|
-
flex: 1 1 0;
|
|
9289
|
-
word-wrap: break-word;
|
|
9290
|
-
line-height: 1;
|
|
9291
|
-
height: 100%;
|
|
9292
|
-
min-height: 1em;
|
|
9293
|
-
}
|
|
9294
|
-
._YJ6pl .rbc-day-slot .rbc-time-slot {
|
|
9295
|
-
border-top: 1px solid #f7f7f7;
|
|
9296
|
-
}
|
|
9297
|
-
._YJ6pl .rbc-time-slot {
|
|
9298
|
-
flex: 1 0 0;
|
|
9299
|
-
}
|
|
9300
|
-
._YJ6pl .rbc-time-slot.rbc-now {
|
|
9301
|
-
font-weight: bold;
|
|
9302
|
-
}
|
|
9303
|
-
._YJ6pl .rbc-day-header {
|
|
9304
|
-
text-align: center;
|
|
9168
|
+
height: 1px;
|
|
9169
|
+
background-color: var(--label, #26be99);
|
|
9170
|
+
pointer-events: none;
|
|
9305
9171
|
}
|
|
9306
|
-
._YJ6pl .rbc-slot-selection {
|
|
9172
|
+
._YJ6pl .rbc-time-view .rbc-slot-selection {
|
|
9307
9173
|
z-index: 10;
|
|
9308
9174
|
position: absolute;
|
|
9309
9175
|
background-color: rgba(0, 0, 0, 0.5);
|
|
@@ -9312,62 +9178,94 @@ div._x81-m._xmAnF h2 {
|
|
|
9312
9178
|
width: 100%;
|
|
9313
9179
|
padding: 3px;
|
|
9314
9180
|
}
|
|
9315
|
-
._YJ6pl .rbc-slot-selecting {
|
|
9181
|
+
._YJ6pl .rbc-time-view .rbc-slot-selecting {
|
|
9316
9182
|
cursor: move;
|
|
9317
9183
|
}
|
|
9318
|
-
.
|
|
9319
|
-
position: absolute;
|
|
9320
|
-
z-index:
|
|
9321
|
-
|
|
9322
|
-
|
|
9323
|
-
|
|
9324
|
-
|
|
9325
|
-
|
|
9326
|
-
|
|
9327
|
-
._YJ6pl .rbc-time-view-resources .rbc-time-gutter,
|
|
9328
|
-
._YJ6pl .rbc-time-view-resources .rbc-time-header-gutter {
|
|
9329
|
-
position: -webkit-sticky;
|
|
9330
|
-
position: sticky;
|
|
9331
|
-
left: 0;
|
|
9332
|
-
background-color: white;
|
|
9333
|
-
border-right: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9334
|
-
z-index: 10;
|
|
9335
|
-
margin-right: -1px;
|
|
9184
|
+
.rbc-overlay {
|
|
9185
|
+
position: absolute !important;
|
|
9186
|
+
z-index: 9999 !important;
|
|
9187
|
+
border: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9188
|
+
background-color: var(--layout-secondary-bgr, #fff) !important;
|
|
9189
|
+
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
|
|
9190
|
+
padding: 10px !important;
|
|
9191
|
+
border-radius: 4px;
|
|
9192
|
+
min-width: 200px;
|
|
9336
9193
|
}
|
|
9337
|
-
.
|
|
9338
|
-
|
|
9194
|
+
.rbc-overlay .rbc-event,
|
|
9195
|
+
.rbc-overlay .rbc-day-slot .rbc-background-event {
|
|
9196
|
+
border: none;
|
|
9197
|
+
box-sizing: border-box;
|
|
9198
|
+
box-shadow: none;
|
|
9199
|
+
margin: 0;
|
|
9200
|
+
padding: 2px 5px;
|
|
9201
|
+
background-color: #3174ad;
|
|
9202
|
+
border-radius: 5px;
|
|
9203
|
+
color: #fff;
|
|
9204
|
+
cursor: pointer;
|
|
9205
|
+
width: 100%;
|
|
9206
|
+
text-align: left;
|
|
9339
9207
|
}
|
|
9340
|
-
.
|
|
9341
|
-
|
|
9342
|
-
flex: 1 0 0;
|
|
9343
|
-
flex-basis: 0px;
|
|
9208
|
+
.rbc-overlay .rbc-event+ .rbc-event {
|
|
9209
|
+
margin-top: 2px;
|
|
9344
9210
|
}
|
|
9345
|
-
.
|
|
9346
|
-
|
|
9211
|
+
.rbc-overlay .rbc-row-segment {
|
|
9212
|
+
padding: 1px 1px 1px 1px;
|
|
9347
9213
|
}
|
|
9348
|
-
.
|
|
9349
|
-
|
|
9214
|
+
.rbc-overlay-header {
|
|
9215
|
+
border-bottom: 1px solid var(--table-borders, rgba(0, 0, 0, 0.12));
|
|
9216
|
+
margin: -10px -10px 5px -10px;
|
|
9217
|
+
padding: 2px 10px;
|
|
9218
|
+
font-weight: 600;
|
|
9350
9219
|
}
|
|
9351
|
-
.
|
|
9352
|
-
|
|
9353
|
-
|
|
9354
|
-
flex: 1 1 0;
|
|
9355
|
-
flex-basis: 0px;
|
|
9220
|
+
.rbc-event-continues-after {
|
|
9221
|
+
border-top-right-radius: 0;
|
|
9222
|
+
border-bottom-right-radius: 0;
|
|
9356
9223
|
}
|
|
9357
|
-
.
|
|
9224
|
+
.rbc-agenda-view {
|
|
9358
9225
|
display: flex;
|
|
9359
9226
|
flex-direction: column;
|
|
9227
|
+
flex: 1 0 0;
|
|
9228
|
+
overflow: auto;
|
|
9360
9229
|
}
|
|
9361
|
-
.
|
|
9362
|
-
width:
|
|
9230
|
+
.rbc-agenda-view table.rbc-agenda-table {
|
|
9231
|
+
width: 100%;
|
|
9232
|
+
border: 1px solid #ddd;
|
|
9233
|
+
border-spacing: 0;
|
|
9234
|
+
border-collapse: collapse;
|
|
9363
9235
|
}
|
|
9364
|
-
.
|
|
9365
|
-
|
|
9366
|
-
|
|
9367
|
-
border-color: var(--layout-accent-hover, #0062bd) !important;
|
|
9368
|
-
font-weight: 600;
|
|
9236
|
+
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
|
|
9237
|
+
padding: 10px 15px;
|
|
9238
|
+
vertical-align: middle;
|
|
9369
9239
|
}
|
|
9370
|
-
.
|
|
9371
|
-
|
|
9372
|
-
|
|
9240
|
+
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
|
|
9241
|
+
padding-left: 20px;
|
|
9242
|
+
padding-right: 20px;
|
|
9243
|
+
text-transform: lowercase;
|
|
9244
|
+
}
|
|
9245
|
+
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
|
|
9246
|
+
border-left: 1px solid #ddd;
|
|
9247
|
+
}
|
|
9248
|
+
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
|
|
9249
|
+
border-top: 1px solid #ddd;
|
|
9250
|
+
}
|
|
9251
|
+
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
|
|
9252
|
+
padding: 3px 5px;
|
|
9253
|
+
text-align: left;
|
|
9254
|
+
border-bottom: 1px solid #ddd;
|
|
9255
|
+
}
|
|
9256
|
+
.rbc-agenda-time-cell {
|
|
9257
|
+
text-transform: lowercase;
|
|
9258
|
+
}
|
|
9259
|
+
.rbc-agenda-time-cell .rbc-continues-after:after {
|
|
9260
|
+
content: " \BB";
|
|
9261
|
+
}
|
|
9262
|
+
.rbc-agenda-time-cell .rbc-continues-prior:before {
|
|
9263
|
+
content: "\AB ";
|
|
9264
|
+
}
|
|
9265
|
+
.rbc-agenda-date-cell,
|
|
9266
|
+
.rbc-agenda-time-cell {
|
|
9267
|
+
white-space: nowrap;
|
|
9268
|
+
}
|
|
9269
|
+
.rbc-agenda-event-cell {
|
|
9270
|
+
width: 100%;
|
|
9373
9271
|
}
|