@innovastudio/contentbuilder 1.5.57 → 1.5.58

Sign up to get free protection for your applications and to get access to all the features.
@@ -1160,6 +1160,8 @@ button:focus-visible {
1160
1160
  }
1161
1161
  #_cbhtml .is-rte-pop.rte-color-picker,
1162
1162
  .is-ui .is-rte-pop.rte-color-picker {
1163
+ width: 240px;
1164
+ /* new colorpicker */
1163
1165
  flex-direction: column;
1164
1166
  }
1165
1167
  #_cbhtml .is-rte-pop.rte-color-picker > div,
@@ -1194,14 +1196,18 @@ button:focus-visible {
1194
1196
  #_cbhtml .is-rte-pop.rte-color-picker.active,
1195
1197
  .is-ui .is-rte-pop.rte-color-picker.active {
1196
1198
  animation-name: colorpicker-slide-out;
1199
+ animation-duration: 200ms;
1200
+ /* new colorpicker */
1197
1201
  }
1198
1202
  @keyframes colorpicker-slide-out {
1199
1203
  from {
1200
1204
  height: 0;
1201
1205
  }
1202
1206
  to {
1203
- height: 445px;
1207
+ height: 390px;
1204
1208
  }
1209
+ /* 445px */
1210
+ /* new colorpicker */
1205
1211
  }
1206
1212
  #_cbhtml .is-rte-pop.rte-color-picker.deactive,
1207
1213
  .is-ui .is-rte-pop.rte-color-picker.deactive {
@@ -1209,8 +1215,9 @@ button:focus-visible {
1209
1215
  }
1210
1216
  @keyframes colorpicker-slide-in {
1211
1217
  from {
1212
- height: 445px;
1218
+ height: 390px;
1213
1219
  }
1220
+ /* new colorpicker */
1214
1221
  to {
1215
1222
  height: 0;
1216
1223
  }
@@ -2421,85 +2428,6 @@ button:focus-visible {
2421
2428
  display: flex;
2422
2429
  padding: 1px;
2423
2430
  }
2424
- #_cbhtml .is-modal.pickgradientcolor div.is-modal-content,
2425
- .is-ui .is-modal.pickgradientcolor div.is-modal-content {
2426
- max-width: 201px;
2427
- padding: 0;
2428
- }
2429
- #_cbhtml .is-modal.pickgradientcolor .is-modal-bar,
2430
- .is-ui .is-modal.pickgradientcolor .is-modal-bar {
2431
- height: 10px;
2432
- }
2433
- #_cbhtml .is-modal.pickgradientcolor .is-settings,
2434
- .is-ui .is-modal.pickgradientcolor .is-settings {
2435
- margin-bottom: 15px;
2436
- }
2437
- #_cbhtml .is-modal.pickgradientcolor .is-settings > div,
2438
- .is-ui .is-modal.pickgradientcolor .is-settings > div {
2439
- display: flex;
2440
- align-items: center;
2441
- height: 50px;
2442
- }
2443
- #_cbhtml .is-modal.pickgradientcolor .is-settings > div.is-label,
2444
- .is-ui .is-modal.pickgradientcolor .is-settings > div.is-label {
2445
- height: auto;
2446
- font-family: sans-serif;
2447
- font-size: 13px;
2448
- font-weight: 300;
2449
- letter-spacing: 1px;
2450
- margin: 10px 0 3px;
2451
- }
2452
- #_cbhtml .is-modal.pickgradientcolor .is-settings button,
2453
- .is-ui .is-modal.pickgradientcolor .is-settings button {
2454
- width: auto;
2455
- height: 37px;
2456
- font-size: 10px;
2457
- line-height: 1;
2458
- text-transform: uppercase;
2459
- padding: 1px 20px;
2460
- box-sizing: border-box;
2461
- border: none;
2462
- outline-offset: -2px;
2463
- }
2464
- #_cbhtml .is-modal.pickgradientcolor .is-settings button.is-btn-color,
2465
- .is-ui .is-modal.pickgradientcolor .is-settings button.is-btn-color {
2466
- width: 35px;
2467
- height: 35px;
2468
- padding: 0;
2469
- background: rgba(255, 255, 255, 0.2);
2470
- border: rgba(0, 0, 0, 0.09) 1px solid;
2471
- }
2472
- #_cbhtml .is-modal.pickgradientcolor .is-settings button .is-elmgrad-remove,
2473
- .is-ui .is-modal.pickgradientcolor .is-settings button .is-elmgrad-remove {
2474
- position: absolute;
2475
- top: 0px;
2476
- right: 0px;
2477
- width: 20px;
2478
- height: 20px;
2479
- background: rgba(95, 94, 94, 0.26);
2480
- color: #fff;
2481
- line-height: 20px;
2482
- text-align: center;
2483
- font-size: 12px;
2484
- cursor: pointer;
2485
- display: none;
2486
- }
2487
- #_cbhtml .is-modal.pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove,
2488
- .is-ui .is-modal.pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove {
2489
- display: block;
2490
- }
2491
- #_cbhtml .is-modal.pickgradientcolor .is-settings label,
2492
- .is-ui .is-modal.pickgradientcolor .is-settings label {
2493
- font-size: 13px;
2494
- color: inherit;
2495
- }
2496
- #_cbhtml .is-modal.pickgradientcolor button.input-gradient-clear,
2497
- #_cbhtml .is-modal.pickgradientcolor button.input-gradient-clear:hover,
2498
- .is-ui .is-modal.pickgradientcolor button.input-gradient-clear,
2499
- .is-ui .is-modal.pickgradientcolor button.input-gradient-clear:hover {
2500
- border: transparent 1px solid;
2501
- background-color: transparent;
2502
- }
2503
2431
  #_cbhtml .is-modal.pagesize .is-modal-content,
2504
2432
  .is-ui .is-modal.pagesize .is-modal-content {
2505
2433
  max-width: 980px;
@@ -4615,6 +4543,125 @@ button:focus-visible {
4615
4543
  width: 100%;
4616
4544
  z-index: 1;
4617
4545
  }
4546
+ #_cbhtml .is-pop-overlay,
4547
+ .is-ui .is-pop-overlay {
4548
+ display: none;
4549
+ position: fixed;
4550
+ top: 0;
4551
+ left: 0;
4552
+ right: 0;
4553
+ bottom: 0;
4554
+ background: rgba(0, 0, 0, 0);
4555
+ }
4556
+ #_cbhtml .is-pop-overlay.pop1,
4557
+ .is-ui .is-pop-overlay.pop1 {
4558
+ z-index: 10005 !important;
4559
+ }
4560
+ #_cbhtml .is-pop-overlay.pop2,
4561
+ .is-ui .is-pop-overlay.pop2 {
4562
+ z-index: 10006 !important;
4563
+ }
4564
+ #_cbhtml .is-pop-overlay.pop3,
4565
+ .is-ui .is-pop-overlay.pop3 {
4566
+ z-index: 10007 !important;
4567
+ }
4568
+ #_cbhtml .is-pop-overlay.pop4,
4569
+ .is-ui .is-pop-overlay.pop4 {
4570
+ z-index: 10008 !important;
4571
+ }
4572
+ #_cbhtml .is-pop.pop1,
4573
+ .is-ui .is-pop.pop1 {
4574
+ z-index: 10006 !important;
4575
+ }
4576
+ #_cbhtml .is-pop.pop2,
4577
+ .is-ui .is-pop.pop2 {
4578
+ z-index: 10007 !important;
4579
+ }
4580
+ #_cbhtml .is-pop.pop2,
4581
+ .is-ui .is-pop.pop2 {
4582
+ z-index: 10008 !important;
4583
+ }
4584
+ #_cbhtml .is-pop.pop2,
4585
+ .is-ui .is-pop.pop2 {
4586
+ z-index: 10009 !important;
4587
+ }
4588
+ #_cbhtml .pickgradientcolor,
4589
+ .is-ui .pickgradientcolor {
4590
+ flex-direction: column;
4591
+ width: 207px;
4592
+ padding: 15px;
4593
+ box-sizing: border-box;
4594
+ }
4595
+ #_cbhtml .pickgradientcolor .is-settings,
4596
+ .is-ui .pickgradientcolor .is-settings {
4597
+ margin-bottom: 15px;
4598
+ }
4599
+ #_cbhtml .pickgradientcolor .is-settings > div,
4600
+ .is-ui .pickgradientcolor .is-settings > div {
4601
+ display: flex;
4602
+ align-items: center;
4603
+ height: 50px;
4604
+ }
4605
+ #_cbhtml .pickgradientcolor .is-settings > div.is-label,
4606
+ .is-ui .pickgradientcolor .is-settings > div.is-label {
4607
+ height: auto;
4608
+ font-family: sans-serif;
4609
+ font-size: 13px;
4610
+ font-weight: 300;
4611
+ letter-spacing: 1px;
4612
+ margin: 10px 0 3px;
4613
+ }
4614
+ #_cbhtml .pickgradientcolor .is-settings button,
4615
+ .is-ui .pickgradientcolor .is-settings button {
4616
+ width: auto;
4617
+ height: 37px;
4618
+ font-size: 10px;
4619
+ line-height: 1;
4620
+ text-transform: uppercase;
4621
+ padding: 1px 20px;
4622
+ box-sizing: border-box;
4623
+ border: none;
4624
+ outline-offset: -2px;
4625
+ }
4626
+ #_cbhtml .pickgradientcolor .is-settings button.is-btn-color,
4627
+ .is-ui .pickgradientcolor .is-settings button.is-btn-color {
4628
+ width: 35px;
4629
+ height: 35px;
4630
+ padding: 0;
4631
+ background: rgba(255, 255, 255, 0.2);
4632
+ border: rgba(0, 0, 0, 0.09) 1px solid;
4633
+ }
4634
+ #_cbhtml .pickgradientcolor .is-settings button .is-elmgrad-remove,
4635
+ .is-ui .pickgradientcolor .is-settings button .is-elmgrad-remove {
4636
+ position: absolute;
4637
+ top: 0px;
4638
+ right: 0px;
4639
+ width: 20px;
4640
+ height: 20px;
4641
+ background: rgba(95, 94, 94, 0.26);
4642
+ color: #fff;
4643
+ line-height: 20px;
4644
+ text-align: center;
4645
+ font-size: 12px;
4646
+ cursor: pointer;
4647
+ display: none;
4648
+ }
4649
+ #_cbhtml .pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove,
4650
+ .is-ui .pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove {
4651
+ display: block;
4652
+ }
4653
+ #_cbhtml .pickgradientcolor .is-settings label,
4654
+ .is-ui .pickgradientcolor .is-settings label {
4655
+ font-size: 13px;
4656
+ color: inherit;
4657
+ }
4658
+ #_cbhtml .pickgradientcolor button.input-gradient-clear,
4659
+ #_cbhtml .pickgradientcolor button.input-gradient-clear:hover,
4660
+ .is-ui .pickgradientcolor button.input-gradient-clear,
4661
+ .is-ui .pickgradientcolor button.input-gradient-clear:hover {
4662
+ border: transparent 1px solid;
4663
+ background-color: transparent;
4664
+ }
4618
4665
  #_cbhtml .pickgradientcolor .div-gradients button,
4619
4666
  .is-ui .pickgradientcolor .div-gradients button {
4620
4667
  width: 35px;
@@ -7485,3 +7532,506 @@ iframe.wait-autoplay {
7485
7532
  .gclose.disabled, .gnext.disabled, .gprev.disabled {
7486
7533
  opacity: 0;
7487
7534
  }
7535
+
7536
+ /* new colorpicker */
7537
+ .pickr {
7538
+ position: relative;
7539
+ overflow: visible;
7540
+ transform: translateY(0);
7541
+ }
7542
+ .pickr * {
7543
+ box-sizing: border-box;
7544
+ outline: none;
7545
+ border: none;
7546
+ -webkit-appearance: none;
7547
+ }
7548
+
7549
+ .pickr .pcr-button {
7550
+ position: relative;
7551
+ height: 2em;
7552
+ width: 2em;
7553
+ padding: 0.5em;
7554
+ cursor: pointer;
7555
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
7556
+ border-radius: 0.15em;
7557
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
7558
+ background-size: 0;
7559
+ transition: all 0.3s;
7560
+ }
7561
+ .pickr .pcr-button::before {
7562
+ position: absolute;
7563
+ content: "";
7564
+ top: 0;
7565
+ left: 0;
7566
+ width: 100%;
7567
+ height: 100%;
7568
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7569
+ background-size: 0.5em;
7570
+ border-radius: 0.15em;
7571
+ z-index: -1;
7572
+ }
7573
+ .pickr .pcr-button::before {
7574
+ z-index: initial;
7575
+ }
7576
+ .pickr .pcr-button::after {
7577
+ position: absolute;
7578
+ content: "";
7579
+ top: 0;
7580
+ left: 0;
7581
+ height: 100%;
7582
+ width: 100%;
7583
+ transition: background 0.3s;
7584
+ background: var(--pcr-color);
7585
+ border-radius: 0.15em;
7586
+ }
7587
+ .pickr .pcr-button.clear {
7588
+ background-size: 70%;
7589
+ }
7590
+ .pickr .pcr-button.clear::before {
7591
+ opacity: 0;
7592
+ }
7593
+ .pickr .pcr-button.clear:focus {
7594
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
7595
+ }
7596
+ .pickr .pcr-button.disabled {
7597
+ cursor: not-allowed;
7598
+ }
7599
+
7600
+ .pickr *,
7601
+ .pcr-app * {
7602
+ box-sizing: border-box;
7603
+ outline: none;
7604
+ border: none;
7605
+ -webkit-appearance: none;
7606
+ }
7607
+ .pickr input:focus, .pickr input.pcr-active,
7608
+ .pickr button:focus,
7609
+ .pickr button.pcr-active,
7610
+ .pcr-app input:focus,
7611
+ .pcr-app input.pcr-active,
7612
+ .pcr-app button:focus,
7613
+ .pcr-app button.pcr-active {
7614
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
7615
+ }
7616
+ .pickr .pcr-palette,
7617
+ .pickr .pcr-slider,
7618
+ .pcr-app .pcr-palette,
7619
+ .pcr-app .pcr-slider {
7620
+ transition: box-shadow 0.3s;
7621
+ }
7622
+ .pickr .pcr-palette:focus,
7623
+ .pickr .pcr-slider:focus,
7624
+ .pcr-app .pcr-palette:focus,
7625
+ .pcr-app .pcr-slider:focus {
7626
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
7627
+ }
7628
+
7629
+ .pcr-app {
7630
+ position: fixed;
7631
+ display: flex;
7632
+ flex-direction: column;
7633
+ z-index: 10000;
7634
+ border-radius: 0.1em;
7635
+ background: #fff;
7636
+ opacity: 0;
7637
+ visibility: hidden;
7638
+ transition: opacity 0.3s, visibility 0s 0.3s;
7639
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
7640
+ box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
7641
+ left: 0;
7642
+ top: 0;
7643
+ }
7644
+ .pcr-app.visible {
7645
+ transition: opacity 0.3s;
7646
+ visibility: visible;
7647
+ opacity: 1;
7648
+ }
7649
+ .pcr-app .pcr-swatches {
7650
+ display: flex;
7651
+ flex-wrap: wrap;
7652
+ margin-top: 0.75em;
7653
+ }
7654
+ .pcr-app .pcr-swatches.pcr-last {
7655
+ margin: 0;
7656
+ }
7657
+ @supports (display: grid) {
7658
+ .pcr-app .pcr-swatches {
7659
+ display: grid;
7660
+ align-items: center;
7661
+ grid-template-columns: repeat(auto-fit, 1.75em);
7662
+ }
7663
+ }
7664
+ .pcr-app .pcr-swatches > button {
7665
+ font-size: 1em;
7666
+ position: relative;
7667
+ width: calc(1.75em - 5px);
7668
+ height: calc(1.75em - 5px);
7669
+ border-radius: 0.15em;
7670
+ cursor: pointer;
7671
+ margin: 2.5px;
7672
+ flex-shrink: 0;
7673
+ justify-self: center;
7674
+ transition: all 0.15s;
7675
+ overflow: hidden;
7676
+ background: transparent;
7677
+ z-index: 1;
7678
+ }
7679
+ .pcr-app .pcr-swatches > button::before {
7680
+ position: absolute;
7681
+ content: "";
7682
+ top: 0;
7683
+ left: 0;
7684
+ width: 100%;
7685
+ height: 100%;
7686
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7687
+ background-size: 6px;
7688
+ border-radius: 0.15em;
7689
+ z-index: -1;
7690
+ }
7691
+ .pcr-app .pcr-swatches > button::after {
7692
+ content: "";
7693
+ position: absolute;
7694
+ top: 0;
7695
+ left: 0;
7696
+ width: 100%;
7697
+ height: 100%;
7698
+ background: var(--pcr-color);
7699
+ border: 1px solid rgba(0, 0, 0, 0.05);
7700
+ border-radius: 0.15em;
7701
+ box-sizing: border-box;
7702
+ }
7703
+ .pcr-app .pcr-swatches > button:hover {
7704
+ filter: brightness(1.05);
7705
+ }
7706
+ .pcr-app .pcr-swatches > button:not(.pcr-active) {
7707
+ box-shadow: none;
7708
+ }
7709
+ .pcr-app .pcr-interaction {
7710
+ display: flex;
7711
+ flex-wrap: wrap;
7712
+ align-items: center;
7713
+ margin: 0 -0.2em 0 -0.2em;
7714
+ }
7715
+ .pcr-app .pcr-interaction > * {
7716
+ margin: 0 0.2em;
7717
+ }
7718
+ .pcr-app .pcr-interaction input {
7719
+ letter-spacing: 0.07em;
7720
+ font-size: 0.75em;
7721
+ text-align: center;
7722
+ cursor: pointer;
7723
+ color: #75797e;
7724
+ background: #f1f3f4;
7725
+ border-radius: 0.15em;
7726
+ transition: all 0.15s;
7727
+ padding: 0.45em 0.5em;
7728
+ margin-top: 0.75em;
7729
+ }
7730
+ .pcr-app .pcr-interaction input:hover {
7731
+ filter: brightness(0.975);
7732
+ }
7733
+ .pcr-app .pcr-interaction input:focus {
7734
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
7735
+ }
7736
+ .pcr-app .pcr-interaction .pcr-result {
7737
+ color: #75797e;
7738
+ text-align: left;
7739
+ flex: 1 1 8em;
7740
+ min-width: 8em;
7741
+ transition: all 0.2s;
7742
+ border-radius: 0.15em;
7743
+ background: #f1f3f4;
7744
+ cursor: text;
7745
+ }
7746
+ .pcr-app .pcr-interaction .pcr-result::selection {
7747
+ background: #4285f4;
7748
+ color: #fff;
7749
+ }
7750
+ .pcr-app .pcr-interaction .pcr-type.active {
7751
+ color: #fff;
7752
+ background: #4285f4;
7753
+ }
7754
+ .pcr-app .pcr-interaction .pcr-save,
7755
+ .pcr-app .pcr-interaction .pcr-cancel,
7756
+ .pcr-app .pcr-interaction .pcr-clear {
7757
+ color: #fff;
7758
+ width: auto;
7759
+ }
7760
+ .pcr-app .pcr-interaction .pcr-save,
7761
+ .pcr-app .pcr-interaction .pcr-cancel,
7762
+ .pcr-app .pcr-interaction .pcr-clear {
7763
+ color: #fff;
7764
+ }
7765
+ .pcr-app .pcr-interaction .pcr-save:hover,
7766
+ .pcr-app .pcr-interaction .pcr-cancel:hover,
7767
+ .pcr-app .pcr-interaction .pcr-clear:hover {
7768
+ filter: brightness(0.925);
7769
+ }
7770
+ .pcr-app .pcr-interaction .pcr-save {
7771
+ background: #4285f4;
7772
+ }
7773
+ .pcr-app .pcr-interaction .pcr-clear,
7774
+ .pcr-app .pcr-interaction .pcr-cancel {
7775
+ background: #f44250;
7776
+ }
7777
+ .pcr-app .pcr-interaction .pcr-clear:focus,
7778
+ .pcr-app .pcr-interaction .pcr-cancel:focus {
7779
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
7780
+ }
7781
+ .pcr-app .pcr-selection .pcr-picker {
7782
+ position: absolute;
7783
+ height: 18px;
7784
+ width: 18px;
7785
+ border: 2px solid #fff;
7786
+ border-radius: 100%;
7787
+ user-select: none;
7788
+ }
7789
+ .pcr-app .pcr-selection .pcr-color-palette,
7790
+ .pcr-app .pcr-selection .pcr-color-chooser,
7791
+ .pcr-app .pcr-selection .pcr-color-opacity {
7792
+ position: relative;
7793
+ user-select: none;
7794
+ display: flex;
7795
+ flex-direction: column;
7796
+ cursor: grab;
7797
+ cursor: -moz-grab;
7798
+ cursor: -webkit-grab;
7799
+ }
7800
+ .pcr-app .pcr-selection .pcr-color-palette:active,
7801
+ .pcr-app .pcr-selection .pcr-color-chooser:active,
7802
+ .pcr-app .pcr-selection .pcr-color-opacity:active {
7803
+ cursor: grabbing;
7804
+ cursor: -moz-grabbing;
7805
+ cursor: -webkit-grabbing;
7806
+ }
7807
+
7808
+ .pcr-app[data-theme=nano] {
7809
+ width: 14.25em;
7810
+ max-width: 95vw;
7811
+ }
7812
+ .pcr-app[data-theme=nano] .pcr-swatches {
7813
+ margin-top: 0.6em;
7814
+ padding: 0 0.6em;
7815
+ }
7816
+ .pcr-app[data-theme=nano] .pcr-interaction {
7817
+ padding: 0 0.6em 0.6em 0.6em;
7818
+ }
7819
+ .pcr-app[data-theme=nano] .pcr-selection {
7820
+ display: grid;
7821
+ grid-gap: 0.6em;
7822
+ grid-template-columns: 1fr 4fr;
7823
+ grid-template-rows: 5fr auto auto;
7824
+ align-items: center;
7825
+ height: 10.5em;
7826
+ width: 100%;
7827
+ align-self: flex-start;
7828
+ }
7829
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
7830
+ grid-area: 2/1/4/1;
7831
+ height: 100%;
7832
+ width: 100%;
7833
+ display: flex;
7834
+ flex-direction: row;
7835
+ justify-content: center;
7836
+ margin-left: 0.6em;
7837
+ }
7838
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
7839
+ display: none;
7840
+ }
7841
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
7842
+ position: relative;
7843
+ background: var(--pcr-color);
7844
+ width: 2em;
7845
+ height: 2em;
7846
+ border-radius: 50em;
7847
+ overflow: hidden;
7848
+ }
7849
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color::before {
7850
+ position: absolute;
7851
+ content: "";
7852
+ top: 0;
7853
+ left: 0;
7854
+ width: 100%;
7855
+ height: 100%;
7856
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7857
+ background-size: 0.5em;
7858
+ border-radius: 0.15em;
7859
+ z-index: -1;
7860
+ }
7861
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
7862
+ grid-area: 1/1/2/3;
7863
+ width: 100%;
7864
+ height: 100%;
7865
+ z-index: 1;
7866
+ }
7867
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
7868
+ border-radius: 0.15em;
7869
+ width: 100%;
7870
+ height: 100%;
7871
+ }
7872
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette::before {
7873
+ position: absolute;
7874
+ content: "";
7875
+ top: 0;
7876
+ left: 0;
7877
+ width: 100%;
7878
+ height: 100%;
7879
+ background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7880
+ background-size: 0.5em;
7881
+ border-radius: 0.15em;
7882
+ z-index: -1;
7883
+ }
7884
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser {
7885
+ grid-area: 2/2/2/2;
7886
+ }
7887
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
7888
+ grid-area: 3/2/3/2;
7889
+ }
7890
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser,
7891
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
7892
+ height: 0.5em;
7893
+ margin: 0 0.6em;
7894
+ }
7895
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker,
7896
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker {
7897
+ top: 50%;
7898
+ transform: translateY(-50%);
7899
+ }
7900
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider,
7901
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
7902
+ flex-grow: 1;
7903
+ border-radius: 50em;
7904
+ }
7905
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider {
7906
+ background: linear-gradient(to right, red, yellow, lime, aqua, blue, fuchsia, red);
7907
+ }
7908
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
7909
+ background: linear-gradient(to right, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
7910
+ background-size: 100%, 0.25em;
7911
+ }
7912
+
7913
+ ._rte-colpick_container {
7914
+ position: relative;
7915
+ }
7916
+
7917
+ ._rte-colpick {
7918
+ display: none !important;
7919
+ }
7920
+
7921
+ .pop-picker {
7922
+ z-index: 10050 !important;
7923
+ width: 240px;
7924
+ height: 362px;
7925
+ padding: 10px;
7926
+ box-sizing: border-box;
7927
+ }
7928
+
7929
+ ._pop-colpick_container {
7930
+ position: relative;
7931
+ width: 100%;
7932
+ }
7933
+
7934
+ ._pop-colpick {
7935
+ display: none !important;
7936
+ }
7937
+
7938
+ .pcr-app {
7939
+ box-shadow: none;
7940
+ position: absolute !important;
7941
+ top: 0 !important;
7942
+ left: 0 !important;
7943
+ width: 100% !important;
7944
+ background: transparent !important;
7945
+ }
7946
+
7947
+ .pcr-app[data-theme=nano] .pcr-interaction {
7948
+ padding: 0;
7949
+ }
7950
+
7951
+ .pcr-app[data-theme=nano] .pcr-swatches {
7952
+ display: flex;
7953
+ padding: 0;
7954
+ margin-top: 12px !important;
7955
+ }
7956
+
7957
+ .pcr-app .pcr-interaction .pcr-result {
7958
+ width: 100%;
7959
+ flex: none;
7960
+ height: 36px !important;
7961
+ margin-top: 8px !important;
7962
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
7963
+ font-weight: 300 !important;
7964
+ transition: none !important;
7965
+ }
7966
+
7967
+ .pcr-app .pcr-swatches > button {
7968
+ font-size: 1em !important;
7969
+ position: relative !important;
7970
+ width: 30.7px !important;
7971
+ height: 30px !important;
7972
+ border-radius: 0px !important;
7973
+ cursor: pointer;
7974
+ margin: 0 !important;
7975
+ flex-shrink: 0;
7976
+ justify-self: center;
7977
+ transition: all 0.15s;
7978
+ overflow: hidden;
7979
+ background: rgba(0, 0, 0, 0) !important;
7980
+ z-index: 1;
7981
+ }
7982
+
7983
+ .pcr-app .pcr-swatches > button::before,
7984
+ .pcr-app .pcr-swatches > button::after {
7985
+ border-radius: 0px !important;
7986
+ }
7987
+
7988
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
7989
+ display: none !important;
7990
+ }
7991
+
7992
+ .pcr-app[data-theme=nano] .pcr-selection {
7993
+ grid-gap: 1em !important;
7994
+ height: 160px !important;
7995
+ }
7996
+
7997
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
7998
+ height: 0.8em;
7999
+ margin: 0 0.6em;
8000
+ }
8001
+
8002
+ .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
8003
+ width: 2.5em;
8004
+ height: 2.5em;
8005
+ }
8006
+
8007
+ .pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-cancel {
8008
+ line-height: 1;
8009
+ width: 74px;
8010
+ height: 24px;
8011
+ font-size: 0.9em;
8012
+ background: #cfcfcf66;
8013
+ color: #111;
8014
+ outline: none;
8015
+ }
8016
+
8017
+ .pcr-app .pcr-interaction input {
8018
+ margin: 0.75em 0 0 0;
8019
+ }
8020
+
8021
+ .pcr-app .pcr-interaction {
8022
+ justify-content: flex-end;
8023
+ }
8024
+
8025
+ .pcr-app .pcr-interaction .pcr-clear:focus,
8026
+ .pcr-app .pcr-interaction .pcr-cancel:focus {
8027
+ box-shadow: none !important;
8028
+ }
8029
+
8030
+ .dark .pcr-app .pcr-interaction .pcr-clear,
8031
+ .dark .pcr-app .pcr-interaction .pcr-cancel {
8032
+ color: white !important;
8033
+ }
8034
+
8035
+ .hide-drag-class {
8036
+ opacity: 0;
8037
+ }