urfu-ui-kit-vanilla 1.0.45 → 1.0.47

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +106 -100
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.45",
6
+ "version": "1.0.47",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -43,14 +43,14 @@ button {
43
43
  ::-webkit-scrollbar {
44
44
  background-color: transparent;
45
45
  width: 0.45vw;
46
- height: 1.5vh;
46
+ height: 1vh;
47
47
  }
48
48
  /* ползунок скроллбара */
49
49
  ::-webkit-scrollbar-thumb {
50
50
  background-color: #D3D3D3;
51
51
  border-radius: 10px;
52
52
  width: 0.45vw;
53
- height: 1.5vh;
53
+ height: 1vh;
54
54
  }
55
55
  ::-webkit-scrollbar-thumb:hover {
56
56
  background-color: #7A7A7A;
@@ -73,13 +73,6 @@ button {
73
73
  scrollbar-width: thin;
74
74
  /*Толщина скролла thin, auto*/
75
75
  }
76
- .flex-container__2 {
77
- display: flex;
78
- column-gap: 15px;
79
- }
80
- .flex-container__2 > .flex-item {
81
- flex: 0 0 50%;
82
- }
83
76
  @font-face {
84
77
  font-family: 'Open Sans';
85
78
  font-style: normal;
@@ -107,6 +100,11 @@ button {
107
100
  * {
108
101
  font-family: 'Montserrat';
109
102
  }
103
+ /*simple text*/
104
+ /*descriptor*/
105
+ /*table header*/
106
+ /*table text*/
107
+ /*button text*/
110
108
  .u-button {
111
109
  height: 48px;
112
110
  padding: 0 50px;
@@ -332,8 +330,7 @@ button {
332
330
  /* Internet Explorer 10-11 */
333
331
  color: #A7A7A7;
334
332
  }
335
- .u-input::-ms-input-placeholder {
336
- /* Microsoft Edge */
333
+ .u-input::placeholder {
337
334
  color: #A7A7A7;
338
335
  }
339
336
  .u-input[type="number"] {
@@ -463,7 +460,7 @@ button {
463
460
  .u-selectbox.u-selectbox-disabled .u-selectbox-select-icon-cross {
464
461
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%23A7A7A7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%23A7A7A7'/%3E%3C/svg%3E ");
465
462
  }
466
- .u-selectbox.u-selectbox-disabled .u-selectbox-select-open ~ .u-selectbox-options {
463
+ .u-selectbox.u-selectbox-disabled .u-selectbox-select-open ~ .u-selectbox-options-wrapper {
467
464
  display: none;
468
465
  }
469
466
  .u-selectbox-select {
@@ -507,8 +504,7 @@ button {
507
504
  /* Internet Explorer 10-11 */
508
505
  color: #A7A7A7;
509
506
  }
510
- .u-selectbox-select::-ms-input-placeholder {
511
- /* Microsoft Edge */
507
+ .u-selectbox-select::placeholder {
512
508
  color: #A7A7A7;
513
509
  }
514
510
  .u-selectbox-select[type="number"] {
@@ -580,7 +576,7 @@ button {
580
576
  .u-selectbox-select-open .u-selectbox-select-icon {
581
577
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 10.3819C11.3166 10.7724 10.6834 10.7724 10.2929 10.3819L5.99999 6.08902L1.70711 10.3819C1.31658 10.7724 0.683418 10.7724 0.292894 10.3819C-0.0976305 9.99139 -0.0976315 9.35822 0.292892 8.9677L5.29288 3.9677C5.48042 3.78016 5.73477 3.67481 5.99999 3.6748C6.26521 3.6748 6.51956 3.78016 6.7071 3.9677L11.7071 8.9677C12.0976 9.35822 12.0976 9.99139 11.7071 10.3819Z' fill='%231E4391'/%3E%3C/svg%3E ");
582
578
  }
583
- .u-selectbox-select-open + .u-selectbox-options {
579
+ .u-selectbox-select-open + .u-selectbox-options-wrapper {
584
580
  display: block;
585
581
  }
586
582
  .u-selectbox-select-icon-arrow {
@@ -592,6 +588,9 @@ button {
592
588
  height: 12px;
593
589
  right: 20px;
594
590
  top: calc(50% - 7px);
591
+ transition-property: color, background-color, border-color, background-image;
592
+ transition-duration: 0.15s;
593
+ transition-timing-function: ease-in-out;
595
594
  }
596
595
  .u-selectbox-select-icon-cross {
597
596
  position: absolute;
@@ -617,16 +616,26 @@ button {
617
616
  text-overflow: ellipsis;
618
617
  }
619
618
  .u-selectbox-options {
619
+ border-top-left-radius: 10px;
620
+ border-bottom-left-radius: 10px;
621
+ border-top-right-radius: 6px;
622
+ border-bottom-right-radius: 6px;
623
+ padding-right: 2px;
624
+ overflow-y: auto;
625
+ max-height: 195px;
626
+ background-color: #FFFFFF;
627
+ position: relative;
628
+ }
629
+ .u-selectbox-options-wrapper {
630
+ padding-right: 2px;
620
631
  display: none;
632
+ background-color: #FFFFFF;
621
633
  position: absolute;
622
- width: 100%;
623
634
  z-index: 100;
624
- border: 1px solid #748AB9;
625
635
  border-radius: 10px;
636
+ border: 1px solid #748AB9;
626
637
  margin-top: 2px;
627
- max-height: 195px;
628
- background-color: #FFFFFF;
629
- overflow-y: auto;
638
+ width: 100%;
630
639
  }
631
640
  .u-selectbox-option {
632
641
  cursor: pointer;
@@ -635,20 +644,12 @@ button {
635
644
  background-color: #FFFFFF;
636
645
  border-bottom: 1px solid #CAD1E1;
637
646
  padding: 14px 16px;
638
- /*table text*/
639
- /*table text*/
640
647
  font-weight: 400;
641
648
  font-size: 14px;
642
649
  line-height: 20px;
643
650
  }
644
- .u-selectbox-option:first-child {
645
- border-top-right-radius: 10px;
646
- border-top-left-radius: 10px;
647
- }
648
- .u-selectbox-option:last-child {
651
+ .u-selectbox-option:last-child:hover {
649
652
  border-bottom: none;
650
- border-bottom-right-radius: 10px;
651
- border-bottom-left-radius: 10px;
652
653
  }
653
654
  .u-selectbox-option:hover {
654
655
  background-color: #E7F2FF;
@@ -656,6 +657,9 @@ button {
656
657
  .u-multiselectbox {
657
658
  position: relative;
658
659
  }
660
+ .u-multiselectbox:hover .u-multiselectbox-select-wrapper {
661
+ border: 1px solid #748AB9;
662
+ }
659
663
  .u-multiselectbox.u-multiselectbox-disabled * {
660
664
  cursor: not-allowed;
661
665
  }
@@ -669,12 +673,21 @@ button {
669
673
  .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-icon-cross {
670
674
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%23A7A7A7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%23A7A7A7'/%3E%3C/svg%3E ");
671
675
  }
672
- .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-open ~ .u-multiselectbox-options {
676
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-open ~ .u-multiselectbox-options-wrapper {
673
677
  display: none;
674
678
  }
675
679
  .u-multiselectbox-select {
676
680
  max-height: 132px;
677
681
  overflow: auto;
682
+ line-height: 30px;
683
+ position: relative;
684
+ display: flex;
685
+ flex-wrap: wrap;
686
+ padding: 8px 75px 7px 16px;
687
+ grid-row-gap: 8px;
688
+ grid-column-gap: 4px;
689
+ }
690
+ .u-multiselectbox-select-wrapper {
678
691
  height: 48px;
679
692
  padding: 14px 16px;
680
693
  border-radius: 10px;
@@ -688,57 +701,50 @@ button {
688
701
  transition-duration: 0.15s;
689
702
  transition-timing-function: ease-in-out;
690
703
  border: 1px solid #D3D3D3;
691
- position: relative;
692
- padding: 8px 16px 7px 16px;
693
- display: flex;
694
- flex-wrap: wrap;
695
704
  min-height: 48px;
696
705
  height: 100%;
697
- grid-row-gap: 8px;
698
- grid-column-gap: 4px;
699
- padding-right: 75px;
706
+ padding: 0 2px 0 0;
700
707
  z-index: 100 !important;
701
708
  }
702
- .u-multiselectbox-select:hover,
703
- .u-multiselectbox-select.active {
709
+ .u-multiselectbox-select-wrapper:hover,
710
+ .u-multiselectbox-select-wrapper.active {
704
711
  border: 1px solid #748AB9;
705
712
  }
706
- .u-multiselectbox-select:focus {
713
+ .u-multiselectbox-select-wrapper:focus {
707
714
  outline: 0;
708
715
  border: 1px solid #748AB9;
709
716
  }
710
- .u-multiselectbox-select:disabled,
711
- .u-multiselectbox-select.disabled {
717
+ .u-multiselectbox-select-wrapper:disabled,
718
+ .u-multiselectbox-select-wrapper.disabled {
712
719
  cursor: not-allowed;
713
720
  border: none;
714
721
  background-color: #F6F6F6;
715
722
  }
716
- .u-multiselectbox-select::placeholder {
723
+ .u-multiselectbox-select-wrapper::placeholder {
717
724
  /* Chrome, Firefox, Opera, Safari 10.1+ */
718
725
  color: #A7A7A7;
719
726
  opacity: 1;
720
727
  /* Firefox */
721
728
  }
722
- .u-multiselectbox-select:-ms-input-placeholder {
729
+ .u-multiselectbox-select-wrapper:-ms-input-placeholder {
723
730
  /* Internet Explorer 10-11 */
724
731
  color: #A7A7A7;
725
732
  }
726
- .u-multiselectbox-select::-ms-input-placeholder {
727
- /* Microsoft Edge */
733
+ .u-multiselectbox-select-wrapper::placeholder {
728
734
  color: #A7A7A7;
729
735
  }
730
- .u-multiselectbox-select[type="number"] {
736
+ .u-multiselectbox-select-wrapper[type="number"] {
731
737
  display: block;
732
738
  box-sizing: border-box;
733
739
  -moz-appearance: textfield;
734
740
  -webkit-appearance: textfield;
735
741
  appearance: textfield;
736
742
  }
737
- .u-multiselectbox-select[type="number"]::-webkit-outer-spin-button,
738
- .u-multiselectbox-select[type="number"]::-webkit-inner-spin-button {
743
+ .u-multiselectbox-select-wrapper[type="number"]::-webkit-outer-spin-button,
744
+ .u-multiselectbox-select-wrapper[type="number"]::-webkit-inner-spin-button {
739
745
  display: none;
740
746
  }
741
- .u-multiselectbox-select[type="search"]::-webkit-search-cancel-button {
747
+ .u-multiselectbox-select-wrapper[type="search"]::-webkit-search-cancel-button {
742
748
  transition-property: color, background-color, border-color, background-image;
743
749
  transition-duration: 0.15s;
744
750
  transition-timing-function: ease-in-out;
@@ -750,10 +756,10 @@ button {
750
756
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%23A7A7A7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%23A7A7A7'/%3E%3C/svg%3E ");
751
757
  background-repeat: no-repeat;
752
758
  }
753
- .u-multiselectbox-select[type="search"]::-webkit-search-cancel-button:hover {
759
+ .u-multiselectbox-select-wrapper[type="search"]::-webkit-search-cancel-button:hover {
754
760
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%231E4391'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%231E4391'/%3E%3C/svg%3E ");
755
761
  }
756
- .u-multiselectbox-select-required {
762
+ .u-multiselectbox-select-wrapper-required {
757
763
  height: 48px;
758
764
  padding: 14px 16px;
759
765
  border-radius: 10px;
@@ -768,25 +774,25 @@ button {
768
774
  transition-timing-function: ease-in-out;
769
775
  border: 1px solid #EF302B;
770
776
  }
771
- .u-multiselectbox-select-required:hover,
772
- .u-multiselectbox-select-required.active {
777
+ .u-multiselectbox-select-wrapper-required:hover,
778
+ .u-multiselectbox-select-wrapper-required.active {
773
779
  border: 1px solid #748AB9;
774
780
  }
775
- .u-multiselectbox-select-required:focus {
781
+ .u-multiselectbox-select-wrapper-required:focus {
776
782
  outline: 0;
777
783
  border: 1px solid #748AB9;
778
784
  }
779
- .u-multiselectbox-select-required::placeholder {
785
+ .u-multiselectbox-select-wrapper-required::placeholder {
780
786
  /* Chrome, Firefox, Opera, Safari 10.1+ */
781
787
  color: #A7A7A7;
782
788
  opacity: 1;
783
789
  /* Firefox */
784
790
  }
785
- .u-multiselectbox-select-required:-ms-input-placeholder {
791
+ .u-multiselectbox-select-wrapper-required:-ms-input-placeholder {
786
792
  /* Internet Explorer 10-11 */
787
793
  color: #A7A7A7;
788
794
  }
789
- .u-multiselectbox-select-required::-ms-input-placeholder {
795
+ .u-multiselectbox-select-wrapper-required::-ms-input-placeholder {
790
796
  /* Microsoft Edge */
791
797
  color: #A7A7A7;
792
798
  }
@@ -823,15 +829,15 @@ button {
823
829
  background-repeat: no-repeat;
824
830
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L10.5833 11.5M11 1.5L1 11.5' stroke='%23748AB9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
825
831
  }
826
- .u-multiselectbox-select-open {
827
- border: 1px solid #748AB9;
828
- }
829
832
  .u-multiselectbox-select-open ~ .u-multiselectbox-select-icon-arrow {
830
833
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 10.3819C11.3166 10.7724 10.6834 10.7724 10.2929 10.3819L5.99999 6.08902L1.70711 10.3819C1.31658 10.7724 0.683418 10.7724 0.292894 10.3819C-0.0976305 9.99139 -0.0976315 9.35822 0.292892 8.9677L5.29288 3.9677C5.48042 3.78016 5.73477 3.67481 5.99999 3.6748C6.26521 3.6748 6.51956 3.78016 6.7071 3.9677L11.7071 8.9677C12.0976 9.35822 12.0976 9.99139 11.7071 10.3819Z' fill='%231E4391'/%3E%3C/svg%3E ");
831
834
  }
832
- .u-multiselectbox-select-open ~ .u-multiselectbox-options {
835
+ .u-multiselectbox-select-open ~ .u-multiselectbox-options-wrapper {
833
836
  display: block;
834
837
  }
838
+ .u-multiselectbox-select-open.u-multiselectbox-select-wrapper {
839
+ border: 1px solid #748AB9;
840
+ }
835
841
  .u-multiselectbox-select-icon-arrow {
836
842
  cursor: pointer;
837
843
  position: absolute;
@@ -841,7 +847,7 @@ button {
841
847
  background-repeat: no-repeat;
842
848
  width: 12px;
843
849
  height: 12px;
844
- right: 20px;
850
+ right: 22px;
845
851
  top: 18px;
846
852
  }
847
853
  .u-multiselectbox-select-icon-cross {
@@ -853,7 +859,7 @@ button {
853
859
  background-repeat: no-repeat;
854
860
  width: 12px;
855
861
  height: 12px;
856
- right: 44px;
862
+ right: 46px;
857
863
  top: 19px;
858
864
  transition-property: color, background-color, border-color, background-image;
859
865
  transition-duration: 0.15s;
@@ -871,15 +877,23 @@ button {
871
877
  }
872
878
  .u-multiselectbox-options {
873
879
  overflow-y: auto;
880
+ border-top-left-radius: 10px;
881
+ border-bottom-left-radius: 10px;
882
+ border-top-right-radius: 6px;
883
+ border-bottom-right-radius: 6px;
884
+ padding-right: 2px;
874
885
  max-height: 195px;
875
- width: 100%;
876
- border-radius: 10px;
877
- z-index: 100;
886
+ }
887
+ .u-multiselectbox-options-wrapper {
888
+ padding-right: 2px;
878
889
  display: none;
890
+ background-color: #FFFFFF;
879
891
  position: absolute;
892
+ z-index: 100;
893
+ border-radius: 10px;
880
894
  border: 1px solid #748AB9;
881
895
  margin-top: 2px;
882
- background-color: #FFFFFF;
896
+ width: 100%;
883
897
  }
884
898
  .u-multiselectbox-option {
885
899
  background-color: #FFFFFF;
@@ -921,12 +935,8 @@ button {
921
935
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='1.5' fill='white' stroke='%23D3D3D3'/%3E%3C/svg%3E ");
922
936
  margin-right: 16px;
923
937
  }
924
- .u-multiselectbox-option:first-child {
925
- border-top-left-radius: 10px;
926
- }
927
938
  .u-multiselectbox-option:last-child {
928
939
  border-bottom: none;
929
- border-bottom-left-radius: 10px;
930
940
  }
931
941
  .u-multiselectbox-option:hover {
932
942
  background-color: #E7F2FF;
@@ -934,6 +944,9 @@ button {
934
944
  .u-multiselectbox-simple {
935
945
  position: relative;
936
946
  }
947
+ .u-multiselectbox-simple:hover .u-multiselectbox-simple-select {
948
+ border: 1px solid #748AB9;
949
+ }
937
950
  .u-multiselectbox-simple.u-multiselectbox-simple-disabled * {
938
951
  cursor: not-allowed;
939
952
  }
@@ -947,7 +960,7 @@ button {
947
960
  .u-multiselectbox-simple.u-multiselectbox-simple-disabled .u-multiselectbox-simple-select-icon-cross {
948
961
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%23A7A7A7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%23A7A7A7'/%3E%3C/svg%3E ");
949
962
  }
950
- .u-multiselectbox-simple.u-multiselectbox-simple-disabled .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-options {
963
+ .u-multiselectbox-simple.u-multiselectbox-simple-disabled .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-options-wrapper {
951
964
  display: none;
952
965
  }
953
966
  .u-multiselectbox-simple-select {
@@ -1002,8 +1015,7 @@ button {
1002
1015
  /* Internet Explorer 10-11 */
1003
1016
  color: #A7A7A7;
1004
1017
  }
1005
- .u-multiselectbox-simple-select::-ms-input-placeholder {
1006
- /* Microsoft Edge */
1018
+ .u-multiselectbox-simple-select::placeholder {
1007
1019
  color: #A7A7A7;
1008
1020
  }
1009
1021
  .u-multiselectbox-simple-select[type="number"] {
@@ -1078,7 +1090,7 @@ button {
1078
1090
  .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-select-icon-arrow {
1079
1091
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7071 10.3819C11.3166 10.7724 10.6834 10.7724 10.2929 10.3819L5.99999 6.08902L1.70711 10.3819C1.31658 10.7724 0.683418 10.7724 0.292894 10.3819C-0.0976305 9.99139 -0.0976315 9.35822 0.292892 8.9677L5.29288 3.9677C5.48042 3.78016 5.73477 3.67481 5.99999 3.6748C6.26521 3.6748 6.51956 3.78016 6.7071 3.9677L11.7071 8.9677C12.0976 9.35822 12.0976 9.99139 11.7071 10.3819Z' fill='%231E4391'/%3E%3C/svg%3E ");
1080
1092
  }
1081
- .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-options {
1093
+ .u-multiselectbox-simple-select-open ~ .u-multiselectbox-simple-options-wrapper {
1082
1094
  display: block;
1083
1095
  }
1084
1096
  .u-multiselectbox-simple-select-icon-arrow {
@@ -1114,14 +1126,22 @@ button {
1114
1126
  .u-multiselectbox-simple-options {
1115
1127
  overflow-y: auto;
1116
1128
  max-height: 195px;
1117
- width: 100%;
1118
- border-radius: 10px;
1119
- z-index: 100;
1129
+ border-top-left-radius: 10px;
1130
+ border-bottom-left-radius: 10px;
1131
+ border-top-right-radius: 6px;
1132
+ border-bottom-right-radius: 6px;
1133
+ padding-right: 2px;
1134
+ }
1135
+ .u-multiselectbox-simple-options-wrapper {
1136
+ padding-right: 2px;
1120
1137
  display: none;
1138
+ background-color: #FFFFFF;
1121
1139
  position: absolute;
1140
+ z-index: 100;
1141
+ border-radius: 10px;
1122
1142
  border: 1px solid #748AB9;
1123
1143
  margin-top: 2px;
1124
- background-color: #FFFFFF;
1144
+ width: 100%;
1125
1145
  }
1126
1146
  .u-multiselectbox-simple-option {
1127
1147
  background-color: #FFFFFF;
@@ -1280,8 +1300,6 @@ button {
1280
1300
  -moz-animation: negative_rotate 3s linear infinite;
1281
1301
  }
1282
1302
  .u-file-title {
1283
- /*table text*/
1284
- /*table text*/
1285
1303
  font-weight: 400;
1286
1304
  font-size: 14px;
1287
1305
  line-height: 20px;
@@ -1291,8 +1309,6 @@ button {
1291
1309
  margin-bottom: 7px;
1292
1310
  }
1293
1311
  .u-file-title-loading {
1294
- /*simple text*/
1295
- /*simple text*/
1296
1312
  font-weight: 400;
1297
1313
  font-size: 16px;
1298
1314
  line-height: 22.4px;
@@ -1536,6 +1552,11 @@ button {
1536
1552
  width: 20px;
1537
1553
  height: 20px;
1538
1554
  }
1555
+ .u-calendar::placeholder {
1556
+ color: #A7A7A7;
1557
+ opacity: 1;
1558
+ /* Firefox */
1559
+ }
1539
1560
  .u-switch {
1540
1561
  cursor: pointer;
1541
1562
  display: flex;
@@ -1977,8 +1998,6 @@ button {
1977
1998
  .u-pagination__limits,
1978
1999
  .u-pagination__limit,
1979
2000
  .u-pagination__paginator {
1980
- /*table text*/
1981
- /*table text*/
1982
2001
  font-weight: 400;
1983
2002
  font-size: 14px;
1984
2003
  line-height: 20px;
@@ -2575,8 +2594,6 @@ button {
2575
2594
  height: 28px;
2576
2595
  width: 28px;
2577
2596
  color: #748AB9;
2578
- /*simple text*/
2579
- /*simple text*/
2580
2597
  font-weight: 400;
2581
2598
  font-size: 16px;
2582
2599
  line-height: 22.4px;
@@ -2590,8 +2607,6 @@ button {
2590
2607
  grid-row-gap: 10px;
2591
2608
  }
2592
2609
  .air-datepicker-cell {
2593
- /*simple text*/
2594
- /*simple text*/
2595
2610
  font-weight: 400;
2596
2611
  font-size: 16px;
2597
2612
  line-height: 22.4px;
@@ -3106,8 +3121,6 @@ button {
3106
3121
  display: flex;
3107
3122
  cursor: pointer;
3108
3123
  margin-top: 28px;
3109
- /*simple text*/
3110
- /*simple text*/
3111
3124
  font-weight: 400;
3112
3125
  font-size: 16px;
3113
3126
  line-height: 22.4px;
@@ -3231,8 +3244,6 @@ button {
3231
3244
  display: flex;
3232
3245
  cursor: pointer;
3233
3246
  margin-top: 28px;
3234
- /*simple text*/
3235
- /*simple text*/
3236
3247
  font-weight: 400;
3237
3248
  font-size: 16px;
3238
3249
  line-height: 22.4px;
@@ -3385,7 +3396,7 @@ button {
3385
3396
  cursor: pointer;
3386
3397
  visibility: hidden;
3387
3398
  opacity: 0;
3388
- z-index: 100;
3399
+ z-index: 112;
3389
3400
  border-radius: 50%;
3390
3401
  transition: 0.5s;
3391
3402
  background-color: #E7F2FF;
@@ -3564,31 +3575,26 @@ h5,
3564
3575
  line-height: 16.8px;
3565
3576
  }
3566
3577
  .st {
3567
- /*simple text*/
3568
3578
  font-weight: 400;
3569
3579
  font-size: 16px;
3570
3580
  line-height: 22.4px;
3571
3581
  }
3572
3582
  .ds {
3573
- /*descriptor*/
3574
3583
  font-weight: 600;
3575
3584
  font-size: 16px;
3576
3585
  line-height: 22.4px;
3577
3586
  }
3578
3587
  .th {
3579
- /*table header*/
3580
3588
  font-weight: 600;
3581
3589
  font-size: 14px;
3582
3590
  line-height: 20px;
3583
3591
  }
3584
3592
  .tt {
3585
- /*table text*/
3586
3593
  font-weight: 400;
3587
3594
  font-size: 14px;
3588
3595
  line-height: 20px;
3589
3596
  }
3590
3597
  .bt {
3591
- /*button text*/
3592
3598
  font-weight: 500;
3593
3599
  font-size: 13px;
3594
3600
  line-height: 15.6px;