@innovastudio/contentbuilder 1.4.118 → 1.4.120

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.118",
4
+ "version": "1.4.120",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -55,7 +55,6 @@
55
55
  "cropperjs": "^1.5.12",
56
56
  "js-beautify": "^1.14.0",
57
57
  "moveable": "^0.30.0",
58
- "rangy": "^1.3.0",
59
58
  "sortablejs": "^1.14.0",
60
59
  "string-similarity-js": "^2.1.4"
61
60
  }
@@ -248,11 +248,11 @@ button:focus-visible {
248
248
  }
249
249
  #_cbhtml .style-helper.on,
250
250
  .is-ui .style-helper.on {
251
- background: whitesmoke;
251
+ background: #f1f1f1;
252
252
  }
253
253
  #_cbhtml .style-helper.hover,
254
254
  .is-ui .style-helper.hover {
255
- background: whitesmoke;
255
+ background: #f1f1f1;
256
256
  }
257
257
  #_cbhtml .style-helper svg,
258
258
  .is-ui .style-helper svg {
@@ -356,12 +356,12 @@ button:focus-visible {
356
356
  }
357
357
  #_cbhtml .style-helper-button-classic,
358
358
  .is-ui .style-helper-button-classic {
359
- background: #f7f7f7;
359
+ background: transparent;
360
360
  color: #000;
361
361
  }
362
362
  #_cbhtml .style-helper-button-classic.hover,
363
363
  .is-ui .style-helper-button-classic.hover {
364
- background: #f9f9f9;
364
+ background: #f1f1f1;
365
365
  }
366
366
  #_cbhtml .style-helper-button-classic svg,
367
367
  .is-ui .style-helper-button-classic svg {
@@ -620,13 +620,13 @@ button:focus-visible {
620
620
  #_cbhtml .is-general-options div[role=button].on,
621
621
  .is-ui .is-general-options button.on,
622
622
  .is-ui .is-general-options div[role=button].on {
623
- background: whitesmoke;
623
+ background: #f1f1f1;
624
624
  }
625
625
  #_cbhtml .is-general-options button:hover,
626
626
  #_cbhtml .is-general-options div[role=button]:hover,
627
627
  .is-ui .is-general-options button:hover,
628
628
  .is-ui .is-general-options div[role=button]:hover {
629
- background: whitesmoke !important;
629
+ background: #f1f1f1 !important;
630
630
  }
631
631
  #_cbhtml .is-general-options button:focus,
632
632
  #_cbhtml .is-general-options div[role=button]:focus,
@@ -679,7 +679,7 @@ button:focus-visible {
679
679
  .is-ui .is-elementrte-tool div[role=button].on,
680
680
  .is-ui .is-rte-pop.rte-more-options div[role=button].on,
681
681
  .is-ui .is-rte-pop.elementrte-more-options div[role=button].on {
682
- background: whitesmoke;
682
+ background: #f1f1f1;
683
683
  }
684
684
  #_cbhtml .is-rte-tool div[role=button]:hover,
685
685
  #_cbhtml .is-elementrte-tool div[role=button]:hover,
@@ -689,7 +689,7 @@ button:focus-visible {
689
689
  .is-ui .is-elementrte-tool div[role=button]:hover,
690
690
  .is-ui .is-rte-pop.rte-more-options div[role=button]:hover,
691
691
  .is-ui .is-rte-pop.elementrte-more-options div[role=button]:hover {
692
- background: whitesmoke;
692
+ background: #f1f1f1;
693
693
  }
694
694
  #_cbhtml .is-rte-tool div[role=button]:focus,
695
695
  #_cbhtml .is-elementrte-tool div[role=button]:focus,
@@ -721,9 +721,10 @@ button:focus-visible {
721
721
  .is-ui .is-rte-pop.elementrte-more-options button {
722
722
  background-color: transparent;
723
723
  color: #121212;
724
- width: 45px;
724
+ width: 44px;
725
725
  height: 40px;
726
- margin: 0;
726
+ margin: 0 2px 0 0;
727
+ border-radius: 3px;
727
728
  box-shadow: none;
728
729
  }
729
730
  #_cbhtml .is-rte-tool button.on,
@@ -734,7 +735,7 @@ button:focus-visible {
734
735
  .is-ui .is-elementrte-tool button.on,
735
736
  .is-ui .is-rte-pop.rte-more-options button.on,
736
737
  .is-ui .is-rte-pop.elementrte-more-options button.on {
737
- background: whitesmoke;
738
+ background: #f1f1f1;
738
739
  }
739
740
  #_cbhtml .is-rte-tool button:hover,
740
741
  #_cbhtml .is-elementrte-tool button:hover,
@@ -744,7 +745,7 @@ button:focus-visible {
744
745
  .is-ui .is-elementrte-tool button:hover,
745
746
  .is-ui .is-rte-pop.rte-more-options button:hover,
746
747
  .is-ui .is-rte-pop.elementrte-more-options button:hover {
747
- background: whitesmoke;
748
+ background: #f1f1f1;
748
749
  }
749
750
  #_cbhtml .is-rte-tool button:focus,
750
751
  #_cbhtml .is-elementrte-tool button:focus,
@@ -868,11 +869,11 @@ button:focus-visible {
868
869
  }
869
870
  #_cbhtml .is-rte-pop button.on,
870
871
  .is-ui .is-rte-pop button.on {
871
- background: whitesmoke;
872
+ background: #f1f1f1;
872
873
  }
873
874
  #_cbhtml .is-rte-pop button:hover,
874
875
  .is-ui .is-rte-pop button:hover {
875
- background: whitesmoke;
876
+ background: #f1f1f1;
876
877
  }
877
878
  #_cbhtml .is-rte-pop .is-label,
878
879
  .is-ui .is-rte-pop .is-label {
@@ -946,7 +947,7 @@ button:focus-visible {
946
947
  }
947
948
  #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
948
949
  .is-ui .is-rte-pop.rte-paragraph-options li.on {
949
- background: whitesmoke;
950
+ background: #f1f1f1;
950
951
  }
951
952
  #_cbhtml .is-rte-pop.rte-paragraph-options > ul,
952
953
  .is-ui .is-rte-pop.rte-paragraph-options > ul {
@@ -976,7 +977,7 @@ button:focus-visible {
976
977
  #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
977
978
  .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
978
979
  .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
979
- background: whitesmoke;
980
+ background: #f1f1f1;
980
981
  }
981
982
  #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li > *,
982
983
  .is-ui .is-rte-pop.rte-paragraph-options > ul > li > * {
@@ -1006,15 +1007,15 @@ button:focus-visible {
1006
1007
  }
1007
1008
  #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
1008
1009
  .is-ui .is-rte-pop.rte-textsetting-options button.on {
1009
- background: whitesmoke;
1010
+ background: #f1f1f1;
1010
1011
  }
1011
1012
  #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
1012
1013
  .is-ui .is-rte-pop.rte-textsetting-options button:hover {
1013
- background: whitesmoke;
1014
+ background: #f1f1f1;
1014
1015
  }
1015
1016
  #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
1016
1017
  .is-ui .is-rte-pop.rte-textsetting-options button:focus {
1017
- background: whitesmoke;
1018
+ background: #f1f1f1;
1018
1019
  }
1019
1020
  #_cbhtml .is-rte-pop.rte-textsetting-options.active,
1020
1021
  .is-ui .is-rte-pop.rte-textsetting-options.active {
@@ -1094,11 +1095,11 @@ button:focus-visible {
1094
1095
  }
1095
1096
  #_cbhtml .is-rte-pop.rte-formatting-options button.on,
1096
1097
  .is-ui .is-rte-pop.rte-formatting-options button.on {
1097
- background: whitesmoke;
1098
+ background: #f1f1f1;
1098
1099
  }
1099
1100
  #_cbhtml .is-rte-pop.rte-formatting-options button:hover,
1100
1101
  .is-ui .is-rte-pop.rte-formatting-options button:hover {
1101
- background: whitesmoke;
1102
+ background: #f1f1f1;
1102
1103
  }
1103
1104
  #_cbhtml .is-rte-pop.rte-list-options button,
1104
1105
  .is-ui .is-rte-pop.rte-list-options button {
@@ -1107,11 +1108,11 @@ button:focus-visible {
1107
1108
  }
1108
1109
  #_cbhtml .is-rte-pop.rte-list-options button.on,
1109
1110
  .is-ui .is-rte-pop.rte-list-options button.on {
1110
- background: whitesmoke;
1111
+ background: #f1f1f1;
1111
1112
  }
1112
1113
  #_cbhtml .is-rte-pop.rte-list-options button:hover,
1113
1114
  .is-ui .is-rte-pop.rte-list-options button:hover {
1114
- background: whitesmoke;
1115
+ background: #f1f1f1;
1115
1116
  }
1116
1117
  #_cbhtml .is-rte-pop.rte-align-options button,
1117
1118
  .is-ui .is-rte-pop.rte-align-options button {
@@ -1120,11 +1121,11 @@ button:focus-visible {
1120
1121
  }
1121
1122
  #_cbhtml .is-rte-pop.rte-align-options button.on,
1122
1123
  .is-ui .is-rte-pop.rte-align-options button.on {
1123
- background: whitesmoke;
1124
+ background: #f1f1f1;
1124
1125
  }
1125
1126
  #_cbhtml .is-rte-pop.rte-align-options button:hover,
1126
1127
  .is-ui .is-rte-pop.rte-align-options button:hover {
1127
- background: whitesmoke;
1128
+ background: #f1f1f1;
1128
1129
  }
1129
1130
  #_cbhtml .is-rte-pop.rte-color-picker,
1130
1131
  .is-ui .is-rte-pop.rte-color-picker {
@@ -1303,11 +1304,11 @@ button:focus-visible {
1303
1304
  }
1304
1305
  #_cbhtml .is-rte-pop.rte-customtag-options > div button:hover,
1305
1306
  .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
1306
- background: whitesmoke;
1307
+ background: #f1f1f1;
1307
1308
  }
1308
1309
  #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
1309
1310
  .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
1310
- background: whitesmoke;
1311
+ background: #f1f1f1;
1311
1312
  }
1312
1313
  #_cbhtml .is-rte-pop.rte-zoom-options > div,
1313
1314
  .is-ui .is-rte-pop.rte-zoom-options > div {
@@ -1897,11 +1898,11 @@ button:focus-visible {
1897
1898
  }
1898
1899
  #_cbhtml .is-modal button:hover,
1899
1900
  .is-ui .is-modal button:hover {
1900
- background: #fff;
1901
+ background: #f1f1f1;
1901
1902
  }
1902
1903
  #_cbhtml .is-modal button.on,
1903
1904
  .is-ui .is-modal button.on {
1904
- background: #f2f2f2;
1905
+ background: #f1f1f1;
1905
1906
  }
1906
1907
  #_cbhtml .is-modal button.is-btn-color,
1907
1908
  .is-ui .is-modal button.is-btn-color {
@@ -2323,6 +2324,10 @@ button:focus-visible {
2323
2324
  width: 100%;
2324
2325
  margin-top: 30px;
2325
2326
  }
2327
+ #_cbhtml .is-modal.edittable .is-modal-overlay,
2328
+ .is-ui .is-modal.edittable .is-modal-overlay {
2329
+ display: none !important;
2330
+ }
2326
2331
  #_cbhtml .is-modal.edittable button,
2327
2332
  .is-ui .is-modal.edittable button {
2328
2333
  height: 35px;
@@ -2690,7 +2695,6 @@ button:focus-visible {
2690
2695
  #_cbhtml .is-modal.columnsettings .image-src > button, #_cbhtml .is-modal.rowsettings .image-src > button,
2691
2696
  .is-ui .is-modal.columnsettings .image-src > button,
2692
2697
  .is-ui .is-modal.rowsettings .image-src > button {
2693
- background: transparent !important;
2694
2698
  width: 50px;
2695
2699
  height: 43px;
2696
2700
  }
@@ -2713,7 +2717,6 @@ button:focus-visible {
2713
2717
  #_cbhtml .is-modal.imagesource .image-src > button, #_cbhtml .is-modal.mediasource .image-src > button,
2714
2718
  .is-ui .is-modal.imagesource .image-src > button,
2715
2719
  .is-ui .is-modal.mediasource .image-src > button {
2716
- background: transparent !important;
2717
2720
  width: 50px;
2718
2721
  height: 43px;
2719
2722
  }
@@ -2722,6 +2725,7 @@ button:focus-visible {
2722
2725
  .is-ui .is-modal.mediasource .input-select {
2723
2726
  width: 50px;
2724
2727
  height: 43px;
2728
+ flex: none;
2725
2729
  }
2726
2730
  #_cbhtml .is-modal.imagesource .input-upload, #_cbhtml .is-modal.mediasource .input-upload,
2727
2731
  .is-ui .is-modal.imagesource .input-upload,
@@ -2841,7 +2845,6 @@ button:focus-visible {
2841
2845
  }
2842
2846
  #_cbhtml .is-modal.insertimage .image-src > button,
2843
2847
  .is-ui .is-modal.insertimage .image-src > button {
2844
- background: transparent !important;
2845
2848
  width: 50px;
2846
2849
  height: 43px;
2847
2850
  }
@@ -2870,7 +2873,6 @@ button:focus-visible {
2870
2873
  }
2871
2874
  #_cbhtml .is-modal.imagelink .image-src button,
2872
2875
  .is-ui .is-modal.imagelink .image-src button {
2873
- background: transparent !important;
2874
2876
  width: 50px;
2875
2877
  height: 43px;
2876
2878
  }
@@ -2885,7 +2887,6 @@ button:focus-visible {
2885
2887
  }
2886
2888
  #_cbhtml .is-modal.imagelink .image-link button,
2887
2889
  .is-ui .is-modal.imagelink .image-link button {
2888
- background: transparent !important;
2889
2890
  width: 50px;
2890
2891
  height: 43px;
2891
2892
  }
@@ -2913,10 +2914,6 @@ button:focus-visible {
2913
2914
  .is-ui .is-modal.videolink .video-url .inpVideoLinkSource {
2914
2915
  width: 100%;
2915
2916
  }
2916
- #_cbhtml .is-modal.videolink .video-url button,
2917
- .is-ui .is-modal.videolink .video-url button {
2918
- background: transparent !important;
2919
- }
2920
2917
  #_cbhtml .is-modal.videolink .input-select,
2921
2918
  .is-ui .is-modal.videolink .input-select {
2922
2919
  width: 50px;
@@ -2925,7 +2922,7 @@ button:focus-visible {
2925
2922
  height: 43px;
2926
2923
  width: 50px;
2927
2924
  border-left: none;
2928
- background: transparent;
2925
+ flex: none;
2929
2926
  }
2930
2927
  #_cbhtml .is-modal.videolink .input-upload,
2931
2928
  .is-ui .is-modal.videolink .input-upload {
@@ -2947,10 +2944,6 @@ button:focus-visible {
2947
2944
  .is-ui .is-modal.audiolink .audio-url .inpAudioLinkSource {
2948
2945
  width: 100%;
2949
2946
  }
2950
- #_cbhtml .is-modal.audiolink .audio-url button,
2951
- .is-ui .is-modal.audiolink .audio-url button {
2952
- background: transparent !important;
2953
- }
2954
2947
  #_cbhtml .is-modal.audiolink .input-select,
2955
2948
  .is-ui .is-modal.audiolink .input-select {
2956
2949
  width: 50px;
@@ -2959,7 +2952,7 @@ button:focus-visible {
2959
2952
  height: 43px;
2960
2953
  width: 50px;
2961
2954
  border-left: none;
2962
- background: transparent;
2955
+ flex: none;
2963
2956
  }
2964
2957
  #_cbhtml .is-modal.audiolink .input-upload,
2965
2958
  .is-ui .is-modal.audiolink .input-upload {
@@ -2986,10 +2979,6 @@ button:focus-visible {
2986
2979
  .is-ui .is-modal.createlink .link-src .input-url {
2987
2980
  width: 100%;
2988
2981
  }
2989
- #_cbhtml .is-modal.createlink .link-src button,
2990
- .is-ui .is-modal.createlink .link-src button {
2991
- background: transparent !important;
2992
- }
2993
2982
  #_cbhtml .is-modal.createlink .input-select,
2994
2983
  .is-ui .is-modal.createlink .input-select {
2995
2984
  width: 60px;
@@ -2997,7 +2986,7 @@ button:focus-visible {
2997
2986
  height: 43px;
2998
2987
  width: 50px;
2999
2988
  border-left: none;
3000
- background: transparent;
2989
+ flex: none;
3001
2990
  }
3002
2991
  #_cbhtml .is-modal.viewconfig .div-themes,
3003
2992
  .is-ui .is-modal.viewconfig .div-themes {
@@ -3017,6 +3006,12 @@ button:focus-visible {
3017
3006
  .is-ui .is-modal.viewconfig button.input-setcolor:focus {
3018
3007
  outline-offset: -2px;
3019
3008
  }
3009
+ #_cbhtml .is-modal .div-anyfile-upload,
3010
+ #_cbhtml .is-modal [class^=image-larger],
3011
+ .is-ui .is-modal .div-anyfile-upload,
3012
+ .is-ui .is-modal [class^=image-larger] {
3013
+ flex: none;
3014
+ }
3020
3015
  #_cbhtml .is-tool#divImageTool, #_cbhtml .is-tool.is-video-tool, #_cbhtml .is-tool.is-audio-tool, #_cbhtml .is-tool.is-iframe-tool,
3021
3016
  .is-ui .is-tool#divImageTool,
3022
3017
  .is-ui .is-tool.is-video-tool,
@@ -3215,11 +3210,11 @@ button:focus-visible {
3215
3210
  }
3216
3211
  #_cbhtml .is-side button:hover,
3217
3212
  .is-ui .is-side button:hover {
3218
- background: #fff;
3213
+ background: #f1f1f1;
3219
3214
  }
3220
3215
  #_cbhtml .is-side button.on,
3221
3216
  .is-ui .is-side button.on {
3222
- background: #f2f2f2;
3217
+ background: #f1f1f1;
3223
3218
  }
3224
3219
  #_cbhtml .is-side.active,
3225
3220
  .is-ui .is-side.active {
@@ -3310,14 +3305,14 @@ button:focus-visible {
3310
3305
  width: 100%;
3311
3306
  height: 43px;
3312
3307
  display: block;
3313
- background: #f7f7f7;
3308
+ background: transparent;
3314
3309
  box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
3315
3310
  }
3316
3311
  #_cbhtml button.classic:hover,
3317
3312
  #_cbhtml .is-btn.classic:hover,
3318
3313
  .is-ui button.classic:hover,
3319
3314
  .is-ui .is-btn.classic:hover {
3320
- background: #f9f9f9;
3315
+ background: #f1f1f1;
3321
3316
  }
3322
3317
  #_cbhtml button.classic-primary,
3323
3318
  #_cbhtml .is-btn.classic-primary,
@@ -3329,7 +3324,7 @@ button:focus-visible {
3329
3324
  padding-left: 25px;
3330
3325
  padding-right: 25px;
3331
3326
  min-width: 110px;
3332
- background: #f3f3f3;
3327
+ background: #f5f5f5;
3333
3328
  border: transparent 1px solid;
3334
3329
  box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
3335
3330
  }
@@ -3337,8 +3332,7 @@ button:focus-visible {
3337
3332
  #_cbhtml .is-btn.classic-primary:hover,
3338
3333
  .is-ui button.classic-primary:hover,
3339
3334
  .is-ui .is-btn.classic-primary:hover {
3340
- background: #f3f3f3;
3341
- border: transparent 1px solid;
3335
+ background: #f1f1f1;
3342
3336
  }
3343
3337
  #_cbhtml button.classic-secondary,
3344
3338
  #_cbhtml .is-btn.classic-secondary,
@@ -3357,8 +3351,7 @@ button:focus-visible {
3357
3351
  #_cbhtml .is-btn.classic-secondary:hover,
3358
3352
  .is-ui button.classic-secondary:hover,
3359
3353
  .is-ui .is-btn.classic-secondary:hover {
3360
- background: transparent;
3361
- border: transparent 1px solid;
3354
+ background: #f1f1f1;
3362
3355
  }
3363
3356
  #_cbhtml textarea:not(.monaco-mouse-cursor-text),
3364
3357
  .is-ui textarea:not(.monaco-mouse-cursor-text) {
@@ -3436,7 +3429,7 @@ button:focus-visible {
3436
3429
  #_cbhtml input[type=text]:focus,
3437
3430
  .is-ui input[type=text]:focus {
3438
3431
  outline: #3e93f7 2px solid;
3439
- outline-offset: 0;
3432
+ outline-offset: -2px;
3440
3433
  box-shadow: none;
3441
3434
  }
3442
3435
  #_cbhtml input[type=text] [type=checkbox], #_cbhtml input[type=text] [type=radio],
@@ -3480,6 +3473,7 @@ button:focus-visible {
3480
3473
  -webkit-transition: 0.2s;
3481
3474
  transition: opacity 0.2s;
3482
3475
  margin: 2px !important;
3476
+ border-radius: 2px !important;
3483
3477
  }
3484
3478
  #_cbhtml .is-rangeslider:hover,
3485
3479
  .is-ui .is-rangeslider:hover {
@@ -3496,7 +3490,7 @@ button:focus-visible {
3496
3490
  appearance: none;
3497
3491
  width: 25px !important;
3498
3492
  height: 24px !important;
3499
- border-radius: 0 !important;
3493
+ border-radius: 3px !important;
3500
3494
  background: #0e75de;
3501
3495
  cursor: pointer;
3502
3496
  margin: 0 !important;
@@ -3505,6 +3499,7 @@ button:focus-visible {
3505
3499
  .is-ui .is-rangeslider::-moz-range-thumb {
3506
3500
  width: 25px !important;
3507
3501
  height: 24px !important;
3502
+ border-radius: 3px !important;
3508
3503
  background: #0e75de;
3509
3504
  cursor: pointer;
3510
3505
  margin: 0 !important;
@@ -3722,7 +3717,7 @@ button:focus-visible {
3722
3717
  right: -230px;
3723
3718
  width: 230px;
3724
3719
  background: #fff;
3725
- border-left: 1px solid #e8e8e8;
3720
+ border-left: 1px solid #e6e6e6;
3726
3721
  box-shadow: rgba(0, 0, 0, 0.03) 0 0 10px 0px;
3727
3722
  }
3728
3723
  #_cbhtml #divSnippetList.active,
@@ -3745,7 +3740,7 @@ button:focus-visible {
3745
3740
  top: 170px;
3746
3741
  left: -40px;
3747
3742
  background: #fff;
3748
- border: 1px solid #e8e8e8;
3743
+ border: 1px solid #dfdfdf;
3749
3744
  border-right: none;
3750
3745
  line-height: 39px;
3751
3746
  text-align: center;
@@ -4462,6 +4457,7 @@ button:focus-visible {
4462
4457
  flex-direction: column;
4463
4458
  background-color: transparent;
4464
4459
  box-shadow: none;
4460
+ border-radius: 3px;
4465
4461
  }
4466
4462
  #_cbhtml .is-pop.columnmore button span {
4467
4463
  display: inline-block;
@@ -4469,10 +4465,10 @@ button:focus-visible {
4469
4465
  height: 24px;
4470
4466
  }
4471
4467
  #_cbhtml .is-pop.columnmore button.on {
4472
- background-color: rgba(0, 0, 0, 0.05) !important;
4468
+ background-color: #f1f1f1;
4473
4469
  }
4474
4470
  #_cbhtml .is-pop.columnmore button:hover {
4475
- background-color: rgba(0, 0, 0, 0.03) !important;
4471
+ background-color: #f1f1f1;
4476
4472
  }
4477
4473
  #_cbhtml .is-pop.columnmore div.is-separator {
4478
4474
  width: 100%;
@@ -4497,6 +4493,7 @@ button:focus-visible {
4497
4493
  flex-direction: column;
4498
4494
  background-color: transparent;
4499
4495
  box-shadow: none;
4496
+ border-radius: 3px;
4500
4497
  }
4501
4498
  #_cbhtml .is-pop.rowmore button span {
4502
4499
  display: inline-block;
@@ -4504,10 +4501,10 @@ button:focus-visible {
4504
4501
  height: 24px;
4505
4502
  }
4506
4503
  #_cbhtml .is-pop.rowmore button.on {
4507
- background-color: rgba(0, 0, 0, 0.05) !important;
4504
+ background-color: #f1f1f1;
4508
4505
  }
4509
4506
  #_cbhtml .is-pop.rowmore button:hover {
4510
- background-color: rgba(0, 0, 0, 0.03) !important;
4507
+ background-color: #f1f1f1;
4511
4508
  }
4512
4509
  #_cbhtml .is-pop.rowmore div.is-separator {
4513
4510
  width: 100%;
@@ -4532,6 +4529,7 @@ button:focus-visible {
4532
4529
  flex-direction: column;
4533
4530
  background-color: transparent;
4534
4531
  box-shadow: none;
4532
+ border-radius: 3px;
4535
4533
  }
4536
4534
  #_cbhtml .is-pop.elmmore button span {
4537
4535
  display: inline-block;
@@ -4539,10 +4537,10 @@ button:focus-visible {
4539
4537
  height: 24px;
4540
4538
  }
4541
4539
  #_cbhtml .is-pop.elmmore button.on {
4542
- background-color: rgba(0, 0, 0, 0.05) !important;
4540
+ background-color: #f1f1f1;
4543
4541
  }
4544
4542
  #_cbhtml .is-pop.elmmore button:hover {
4545
- background-color: rgba(0, 0, 0, 0.03) !important;
4543
+ background-color: #f1f1f1;
4546
4544
  }
4547
4545
  #_cbhtml .is-pop.quickadd {
4548
4546
  width: 430px;
@@ -4563,12 +4561,13 @@ button:focus-visible {
4563
4561
  flex-direction: column;
4564
4562
  background-color: transparent;
4565
4563
  box-shadow: none;
4564
+ border-radius: 3px;
4566
4565
  }
4567
4566
  #_cbhtml .is-pop.quickadd button.on {
4568
- background-color: rgba(0, 0, 0, 0.05) !important;
4567
+ background-color: #f1f1f1;
4569
4568
  }
4570
4569
  #_cbhtml .is-pop.quickadd button:hover {
4571
- background-color: rgba(0, 0, 0, 0.03) !important;
4570
+ background-color: #f1f1f1;
4572
4571
  }
4573
4572
  #_cbhtml .is-pop.quickadd .pop-separator {
4574
4573
  width: 100%;
@@ -4580,7 +4579,6 @@ button:focus-visible {
4580
4579
  width: 100%;
4581
4580
  height: 50px;
4582
4581
  flex-direction: initial;
4583
- background: transparent;
4584
4582
  padding: 5px;
4585
4583
  }
4586
4584
  #_cbhtml .is-tool.is-element-tool {