@innovastudio/contentbuilder 1.2.3 → 1.2.4-rc3
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/package.json +1 -1
- package/public/contentbuilder/contentbuilder.css +382 -78
- package/public/contentbuilder/contentbuilder.esm.js +5109 -3859
- package/public/contentbuilder/contentbuilder.min.js +10 -9
- package/public/contentbuilder/plugins/buttoneditor/plugin.js +1 -1
- package/public/contentbuilder/plugins/preview/plugin.js +1 -1
- package/public/contentbuilder/plugins/searchreplace/plugin.js +1 -1
- package/public/contentbuilder/plugins/symbols/plugin.js +1 -1
- package/public/contentbuilder/plugins/wordcount/plugin.js +1 -1
- package/public/contentbuilder/themes/colored-blue.css +63 -6
- package/public/contentbuilder/themes/colored-blue2.css +63 -6
- package/public/contentbuilder/themes/colored-blue3.css +63 -6
- package/public/contentbuilder/themes/colored-blue4.css +63 -6
- package/public/contentbuilder/themes/colored-blue5.css +63 -6
- package/public/contentbuilder/themes/colored-blue6.css +63 -6
- package/public/contentbuilder/themes/colored-blue7.css +63 -6
- package/public/contentbuilder/themes/colored-blue8.css +63 -6
- package/public/contentbuilder/themes/colored-dark.css +63 -6
- package/public/contentbuilder/themes/colored-darkblue.css +63 -6
- package/public/contentbuilder/themes/colored-gray.css +63 -6
- package/public/contentbuilder/themes/colored-green.css +63 -6
- package/public/contentbuilder/themes/colored-green2.css +63 -6
- package/public/contentbuilder/themes/colored-green3.css +63 -6
- package/public/contentbuilder/themes/colored-green4.css +63 -6
- package/public/contentbuilder/themes/colored-green5.css +63 -6
- package/public/contentbuilder/themes/colored-magenta.css +63 -6
- package/public/contentbuilder/themes/colored-orange.css +63 -6
- package/public/contentbuilder/themes/colored-orange2.css +63 -6
- package/public/contentbuilder/themes/colored-orange3.css +63 -6
- package/public/contentbuilder/themes/colored-pink.css +63 -6
- package/public/contentbuilder/themes/colored-pink2.css +63 -6
- package/public/contentbuilder/themes/colored-pink3.css +63 -6
- package/public/contentbuilder/themes/colored-pink4.css +63 -6
- package/public/contentbuilder/themes/colored-purple.css +63 -6
- package/public/contentbuilder/themes/colored-purple2.css +63 -6
- package/public/contentbuilder/themes/colored-red.css +63 -6
- package/public/contentbuilder/themes/colored-red2.css +63 -6
- package/public/contentbuilder/themes/colored-red3.css +63 -6
- package/public/contentbuilder/themes/colored-red4.css +63 -6
- package/public/contentbuilder/themes/colored-red5.css +63 -6
- package/public/contentbuilder/themes/colored-yellow.css +63 -6
- package/public/contentbuilder/themes/colored-yellow2.css +63 -6
- package/public/contentbuilder/themes/dark-blue.css +63 -6
- package/public/contentbuilder/themes/dark-blue2.css +63 -6
- package/public/contentbuilder/themes/dark-blue3.css +63 -6
- package/public/contentbuilder/themes/dark-gray.css +63 -6
- package/public/contentbuilder/themes/dark-pink.css +63 -6
- package/public/contentbuilder/themes/dark-purple.css +63 -6
- package/public/contentbuilder/themes/dark-red.css +63 -6
- package/public/contentbuilder/themes/dark.css +62 -6
- package/public/contentbuilder/themes/light-blue.css +63 -6
- package/public/contentbuilder/themes/light-blue2.css +63 -6
- package/public/contentbuilder/themes/light-blue3.css +63 -6
- package/public/contentbuilder/themes/light-cyan.css +63 -6
- package/public/contentbuilder/themes/light-gray.css +63 -6
- package/public/contentbuilder/themes/light-gray2.css +63 -6
- package/public/contentbuilder/themes/light-gray3.css +63 -6
- package/public/contentbuilder/themes/light-green.css +63 -6
- package/public/contentbuilder/themes/light-pink.css +63 -6
- package/public/contentbuilder/themes/light-pink2.css +63 -6
- package/public/contentbuilder/themes/light-purple.css +63 -6
- package/public/contentbuilder/themes/light-purple2.css +63 -6
- package/public/contentbuilder/themes/light-red.css +63 -6
- package/public/contentbuilder/themes/light-yellow.css +63 -6
- package/public/contentbuilder/themes/light-yellow2.css +63 -6
|
@@ -195,6 +195,13 @@ button:focus {
|
|
|
195
195
|
|
|
196
196
|
#_cbhtml,
|
|
197
197
|
.is-ui {
|
|
198
|
+
/*
|
|
199
|
+
* {
|
|
200
|
+
font-family:sans-serif;
|
|
201
|
+
line-height: inherit;
|
|
202
|
+
// Prevent overide
|
|
203
|
+
}
|
|
204
|
+
*/
|
|
198
205
|
font-family: sans-serif;
|
|
199
206
|
font-size: 13px;
|
|
200
207
|
letter-spacing: 1px;
|
|
@@ -215,11 +222,6 @@ button:focus {
|
|
|
215
222
|
.rte-zoom-options
|
|
216
223
|
*/
|
|
217
224
|
}
|
|
218
|
-
#_cbhtml *,
|
|
219
|
-
.is-ui * {
|
|
220
|
-
font-family: sans-serif;
|
|
221
|
-
line-height: inherit;
|
|
222
|
-
}
|
|
223
225
|
#_cbhtml p,
|
|
224
226
|
.is-ui p {
|
|
225
227
|
font-size: 13px;
|
|
@@ -334,6 +336,10 @@ button:focus {
|
|
|
334
336
|
.is-ui .style-helper.separator-color {
|
|
335
337
|
background: #f0f0f0;
|
|
336
338
|
}
|
|
339
|
+
#_cbhtml .style-helper.outline-color,
|
|
340
|
+
.is-ui .style-helper.outline-color {
|
|
341
|
+
background: #3e93f7;
|
|
342
|
+
}
|
|
337
343
|
#_cbhtml .style-helper-button-classic,
|
|
338
344
|
.is-ui .style-helper-button-classic {
|
|
339
345
|
background: #f7f7f7;
|
|
@@ -357,6 +363,7 @@ button:focus {
|
|
|
357
363
|
background: #fff;
|
|
358
364
|
border: 1px solid #f2f2f2;
|
|
359
365
|
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
|
|
366
|
+
outline: none;
|
|
360
367
|
}
|
|
361
368
|
#_cbhtml .is-pop:hover,
|
|
362
369
|
.is-ui .is-pop:hover {
|
|
@@ -576,6 +583,12 @@ button:focus {
|
|
|
576
583
|
.is-ui .is-general-options div[role=button]:hover {
|
|
577
584
|
background: whitesmoke !important;
|
|
578
585
|
}
|
|
586
|
+
#_cbhtml .is-general-options button:focus,
|
|
587
|
+
#_cbhtml .is-general-options div[role=button]:focus,
|
|
588
|
+
.is-ui .is-general-options button:focus,
|
|
589
|
+
.is-ui .is-general-options div[role=button]:focus {
|
|
590
|
+
outline: none;
|
|
591
|
+
}
|
|
579
592
|
#_cbhtml .is-general-options button svg,
|
|
580
593
|
#_cbhtml .is-general-options div[role=button] svg,
|
|
581
594
|
.is-ui .is-general-options button svg,
|
|
@@ -631,6 +644,16 @@ button:focus {
|
|
|
631
644
|
.is-ui .is-rte-pop.elementrte-more-options div[role=button]:hover {
|
|
632
645
|
background: whitesmoke;
|
|
633
646
|
}
|
|
647
|
+
#_cbhtml .is-rte-tool div[role=button]:focus,
|
|
648
|
+
#_cbhtml .is-elementrte-tool div[role=button]:focus,
|
|
649
|
+
#_cbhtml .is-rte-pop.rte-more-options div[role=button]:focus,
|
|
650
|
+
#_cbhtml .is-rte-pop.elementrte-more-options div[role=button]:focus,
|
|
651
|
+
.is-ui .is-rte-tool div[role=button]:focus,
|
|
652
|
+
.is-ui .is-elementrte-tool div[role=button]:focus,
|
|
653
|
+
.is-ui .is-rte-pop.rte-more-options div[role=button]:focus,
|
|
654
|
+
.is-ui .is-rte-pop.elementrte-more-options div[role=button]:focus {
|
|
655
|
+
outline: none;
|
|
656
|
+
}
|
|
634
657
|
#_cbhtml .is-rte-tool div[role=button] svg,
|
|
635
658
|
#_cbhtml .is-elementrte-tool div[role=button] svg,
|
|
636
659
|
#_cbhtml .is-rte-pop.rte-more-options div[role=button] svg,
|
|
@@ -676,6 +699,16 @@ button:focus {
|
|
|
676
699
|
.is-ui .is-rte-pop.elementrte-more-options button:hover {
|
|
677
700
|
background: whitesmoke;
|
|
678
701
|
}
|
|
702
|
+
#_cbhtml .is-rte-tool button:focus,
|
|
703
|
+
#_cbhtml .is-elementrte-tool button:focus,
|
|
704
|
+
#_cbhtml .is-rte-pop.rte-more-options button:focus,
|
|
705
|
+
#_cbhtml .is-rte-pop.elementrte-more-options button:focus,
|
|
706
|
+
.is-ui .is-rte-tool button:focus,
|
|
707
|
+
.is-ui .is-elementrte-tool button:focus,
|
|
708
|
+
.is-ui .is-rte-pop.rte-more-options button:focus,
|
|
709
|
+
.is-ui .is-rte-pop.elementrte-more-options button:focus {
|
|
710
|
+
outline: none;
|
|
711
|
+
}
|
|
679
712
|
#_cbhtml .is-rte-tool button svg,
|
|
680
713
|
#_cbhtml .is-elementrte-tool button svg,
|
|
681
714
|
#_cbhtml .is-rte-pop.rte-more-options button svg,
|
|
@@ -755,6 +788,7 @@ button:focus {
|
|
|
755
788
|
box-shadow: rgba(0, 0, 0, 0.07) 0px 7px 12px 0px;
|
|
756
789
|
box-sizing: border-box;
|
|
757
790
|
overflow: hidden;
|
|
791
|
+
outline: none;
|
|
758
792
|
}
|
|
759
793
|
#_cbhtml .is-rte-pop > div,
|
|
760
794
|
.is-ui .is-rte-pop > div {
|
|
@@ -777,6 +811,10 @@ button:focus {
|
|
|
777
811
|
.is-ui .is-rte-pop button:hover {
|
|
778
812
|
background: whitesmoke;
|
|
779
813
|
}
|
|
814
|
+
#_cbhtml .is-rte-pop button:focus,
|
|
815
|
+
.is-ui .is-rte-pop button:focus {
|
|
816
|
+
outline: none;
|
|
817
|
+
}
|
|
780
818
|
#_cbhtml .is-rte-pop .is-label,
|
|
781
819
|
.is-ui .is-rte-pop .is-label {
|
|
782
820
|
font-size: 9px;
|
|
@@ -794,7 +832,7 @@ button:focus {
|
|
|
794
832
|
#_cbhtml .is-rte-pop.active,
|
|
795
833
|
.is-ui .is-rte-pop.active {
|
|
796
834
|
animation-name: formatting-slide-out;
|
|
797
|
-
animation-duration:
|
|
835
|
+
animation-duration: 100ms;
|
|
798
836
|
animation-fill-mode: forwards;
|
|
799
837
|
}
|
|
800
838
|
@keyframes formatting-slide-out {
|
|
@@ -808,7 +846,7 @@ button:focus {
|
|
|
808
846
|
#_cbhtml .is-rte-pop.deactive,
|
|
809
847
|
.is-ui .is-rte-pop.deactive {
|
|
810
848
|
animation-name: formatting-slide-in;
|
|
811
|
-
animation-duration:
|
|
849
|
+
animation-duration: 100ms;
|
|
812
850
|
animation-fill-mode: forwards;
|
|
813
851
|
}
|
|
814
852
|
@keyframes formatting-slide-in {
|
|
@@ -819,6 +857,10 @@ button:focus {
|
|
|
819
857
|
height: 0px;
|
|
820
858
|
}
|
|
821
859
|
}
|
|
860
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options,
|
|
861
|
+
.is-ui .is-rte-pop.rte-paragraph-options {
|
|
862
|
+
overflow: hidden;
|
|
863
|
+
}
|
|
822
864
|
#_cbhtml .is-rte-pop.rte-paragraph-options.active,
|
|
823
865
|
.is-ui .is-rte-pop.rte-paragraph-options.active {
|
|
824
866
|
animation-name: paragraph-slide-out;
|
|
@@ -828,7 +870,7 @@ button:focus {
|
|
|
828
870
|
height: 0;
|
|
829
871
|
}
|
|
830
872
|
to {
|
|
831
|
-
height:
|
|
873
|
+
height: 277px;
|
|
832
874
|
}
|
|
833
875
|
}
|
|
834
876
|
#_cbhtml .is-rte-pop.rte-paragraph-options.deactive,
|
|
@@ -837,43 +879,55 @@ button:focus {
|
|
|
837
879
|
}
|
|
838
880
|
@keyframes paragraph-slide-in {
|
|
839
881
|
from {
|
|
840
|
-
height:
|
|
882
|
+
height: 277px;
|
|
841
883
|
}
|
|
842
884
|
to {
|
|
843
885
|
height: 0;
|
|
844
886
|
}
|
|
845
887
|
}
|
|
846
|
-
#_cbhtml .is-rte-pop.rte-paragraph-options
|
|
847
|
-
.is-ui .is-rte-pop.rte-paragraph-options
|
|
888
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
889
|
+
.is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
848
890
|
background: whitesmoke;
|
|
849
891
|
}
|
|
850
|
-
#_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
851
|
-
.is-ui .is-rte-pop.rte-paragraph-options >
|
|
892
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul,
|
|
893
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul {
|
|
852
894
|
width: 242px;
|
|
853
895
|
padding: 1px 9px 9px;
|
|
854
896
|
box-sizing: border-box;
|
|
855
|
-
overflow
|
|
897
|
+
overflow: hidden;
|
|
856
898
|
flex-direction: column;
|
|
899
|
+
list-style: none;
|
|
900
|
+
padding: 0;
|
|
901
|
+
margin: 0;
|
|
857
902
|
}
|
|
858
|
-
#_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
859
|
-
.is-ui .is-rte-pop.rte-paragraph-options >
|
|
903
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li,
|
|
904
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li {
|
|
860
905
|
cursor: pointer;
|
|
861
906
|
overflow: hidden;
|
|
862
907
|
padding: 5px 0;
|
|
863
908
|
box-sizing: border-box;
|
|
909
|
+
display: flex;
|
|
910
|
+
align-items: center;
|
|
911
|
+
justify-content: center;
|
|
912
|
+
overflow: hidden;
|
|
913
|
+
text-overflow: ellipsis;
|
|
914
|
+
white-space: nowrap;
|
|
915
|
+
outline: none;
|
|
864
916
|
}
|
|
865
|
-
#_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
866
|
-
.is-ui .is-rte-pop.rte-paragraph-options >
|
|
917
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
918
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
919
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
867
920
|
background: whitesmoke;
|
|
868
921
|
}
|
|
869
|
-
#_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
870
|
-
.is-ui .is-rte-pop.rte-paragraph-options >
|
|
922
|
+
#_cbhtml .is-rte-pop.rte-paragraph-options > ul > li > *,
|
|
923
|
+
.is-ui .is-rte-pop.rte-paragraph-options > ul > li > * {
|
|
871
924
|
text-transform: none !important;
|
|
872
925
|
margin: 0 !important;
|
|
873
926
|
line-height: 1.45 !important;
|
|
874
927
|
text-align: center;
|
|
875
928
|
transform: scale(0.7);
|
|
876
929
|
white-space: nowrap;
|
|
930
|
+
pointer-events: none;
|
|
877
931
|
}
|
|
878
932
|
#_cbhtml .is-rte-pop.rte-textsetting-options > div,
|
|
879
933
|
.is-ui .is-rte-pop.rte-textsetting-options > div {
|
|
@@ -884,8 +938,9 @@ button:focus {
|
|
|
884
938
|
}
|
|
885
939
|
#_cbhtml .is-rte-pop.rte-textsetting-options button,
|
|
886
940
|
.is-ui .is-rte-pop.rte-textsetting-options button {
|
|
887
|
-
width:
|
|
888
|
-
height:
|
|
941
|
+
width: 38px;
|
|
942
|
+
height: 28.2px;
|
|
943
|
+
margin: 1px;
|
|
889
944
|
box-shadow: none;
|
|
890
945
|
background: transparent;
|
|
891
946
|
}
|
|
@@ -897,6 +952,10 @@ button:focus {
|
|
|
897
952
|
.is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
898
953
|
background: whitesmoke;
|
|
899
954
|
}
|
|
955
|
+
#_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
956
|
+
.is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
957
|
+
background: whitesmoke;
|
|
958
|
+
}
|
|
900
959
|
#_cbhtml .is-rte-pop.rte-textsetting-options.active,
|
|
901
960
|
.is-ui .is-rte-pop.rte-textsetting-options.active {
|
|
902
961
|
animation-name: textsetting-slide-out;
|
|
@@ -977,6 +1036,16 @@ button:focus {
|
|
|
977
1036
|
.is-ui .is-rte-pop.rte-color-picker button:hover {
|
|
978
1037
|
background: transparent;
|
|
979
1038
|
}
|
|
1039
|
+
#_cbhtml .is-rte-pop.rte-color-picker button:focus,
|
|
1040
|
+
.is-ui .is-rte-pop.rte-color-picker button:focus {
|
|
1041
|
+
outline: #3e93f7 2px solid;
|
|
1042
|
+
}
|
|
1043
|
+
#_cbhtml .is-rte-pop.rte-color-picker .color-default button,
|
|
1044
|
+
#_cbhtml .is-rte-pop.rte-color-picker .color-gradient button,
|
|
1045
|
+
.is-ui .is-rte-pop.rte-color-picker .color-default button,
|
|
1046
|
+
.is-ui .is-rte-pop.rte-color-picker .color-gradient button {
|
|
1047
|
+
outline: none;
|
|
1048
|
+
}
|
|
980
1049
|
#_cbhtml .is-rte-pop.rte-color-picker.active,
|
|
981
1050
|
.is-ui .is-rte-pop.rte-color-picker.active {
|
|
982
1051
|
animation-name: colorpicker-slide-out;
|
|
@@ -1123,6 +1192,10 @@ button:focus {
|
|
|
1123
1192
|
.is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
1124
1193
|
background: whitesmoke;
|
|
1125
1194
|
}
|
|
1195
|
+
#_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
1196
|
+
.is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
1197
|
+
background: whitesmoke;
|
|
1198
|
+
}
|
|
1126
1199
|
#_cbhtml .is-rte-pop.rte-zoom-options > div,
|
|
1127
1200
|
.is-ui .is-rte-pop.rte-zoom-options > div {
|
|
1128
1201
|
width: 224px;
|
|
@@ -1679,6 +1752,11 @@ button:focus {
|
|
|
1679
1752
|
flex-direction: column;
|
|
1680
1753
|
font-family: sans-serif;
|
|
1681
1754
|
font-weight: 300;
|
|
1755
|
+
outline: none;
|
|
1756
|
+
}
|
|
1757
|
+
#_cbhtml .is-modal a:focus,
|
|
1758
|
+
.is-ui .is-modal a:focus {
|
|
1759
|
+
outline: #3e93f7 2px solid;
|
|
1682
1760
|
}
|
|
1683
1761
|
#_cbhtml .is-modal.active,
|
|
1684
1762
|
.is-ui .is-modal.active {
|
|
@@ -1687,16 +1765,16 @@ button:focus {
|
|
|
1687
1765
|
#_cbhtml .is-modal button,
|
|
1688
1766
|
.is-ui .is-modal button {
|
|
1689
1767
|
color: #000;
|
|
1690
|
-
background:
|
|
1768
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1691
1769
|
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
1692
1770
|
}
|
|
1693
1771
|
#_cbhtml .is-modal button:hover,
|
|
1694
1772
|
.is-ui .is-modal button:hover {
|
|
1695
|
-
background:
|
|
1773
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1696
1774
|
}
|
|
1697
1775
|
#_cbhtml .is-modal button.on,
|
|
1698
1776
|
.is-ui .is-modal button.on {
|
|
1699
|
-
background:
|
|
1777
|
+
background: rgba(242, 242, 242, 0.3);
|
|
1700
1778
|
}
|
|
1701
1779
|
#_cbhtml .is-modal button.is-btn-color,
|
|
1702
1780
|
.is-ui .is-modal button.is-btn-color {
|
|
@@ -1737,6 +1815,10 @@ button:focus {
|
|
|
1737
1815
|
opacity: 0;
|
|
1738
1816
|
}
|
|
1739
1817
|
}
|
|
1818
|
+
#_cbhtml .is-modal .form-upload-larger:focus-within,
|
|
1819
|
+
.is-ui .is-modal .form-upload-larger:focus-within {
|
|
1820
|
+
outline: #3e93f7 2px solid;
|
|
1821
|
+
}
|
|
1740
1822
|
#_cbhtml .is-modal .is-modal-overlay,
|
|
1741
1823
|
.is-ui .is-modal .is-modal-overlay {
|
|
1742
1824
|
position: absolute;
|
|
@@ -1758,25 +1840,27 @@ button:focus {
|
|
|
1758
1840
|
.is-ui .is-modal.is-modal-content,
|
|
1759
1841
|
.is-ui .is-modal .is-modal-content {
|
|
1760
1842
|
background: #fff;
|
|
1761
|
-
border: 1px solid
|
|
1762
|
-
box-shadow:
|
|
1843
|
+
border: 1px solid rgba(212, 217, 226, 0.75);
|
|
1844
|
+
box-shadow: 6px 14px 20px 0px rgba(95, 95, 95, 0.08);
|
|
1763
1845
|
}
|
|
1764
1846
|
#_cbhtml .is-modal .is-modal-content,
|
|
1765
1847
|
.is-ui .is-modal .is-modal-content {
|
|
1766
1848
|
position: relative;
|
|
1767
1849
|
width: 100%;
|
|
1768
|
-
padding:
|
|
1850
|
+
padding: 25px 25px;
|
|
1769
1851
|
box-sizing: border-box;
|
|
1852
|
+
border-radius: 8px;
|
|
1770
1853
|
}
|
|
1771
1854
|
#_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
|
|
1772
1855
|
.is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
|
|
1773
1856
|
background: #fff;
|
|
1774
|
-
border: 1px solid
|
|
1775
|
-
box-shadow:
|
|
1857
|
+
border: 1px solid rgba(212, 217, 226, 0.75);
|
|
1858
|
+
box-shadow: 6px 14px 20px 0px rgba(95, 95, 95, 0.08);
|
|
1776
1859
|
position: relative;
|
|
1777
1860
|
width: 100%;
|
|
1778
|
-
padding:
|
|
1861
|
+
padding: 25px 25px;
|
|
1779
1862
|
box-sizing: border-box;
|
|
1863
|
+
border-radius: 4px;
|
|
1780
1864
|
}
|
|
1781
1865
|
#_cbhtml .is-modal.is-modal-full > div:not(.is-modal-overlay),
|
|
1782
1866
|
.is-ui .is-modal.is-modal-full > div:not(.is-modal-overlay) {
|
|
@@ -1829,6 +1913,11 @@ button:focus {
|
|
|
1829
1913
|
color: #545454;
|
|
1830
1914
|
text-align: center;
|
|
1831
1915
|
cursor: pointer;
|
|
1916
|
+
box-shadow: none;
|
|
1917
|
+
}
|
|
1918
|
+
#_cbhtml .is-modal div.is-modal-footer button,
|
|
1919
|
+
.is-ui .is-modal div.is-modal-footer button {
|
|
1920
|
+
margin-left: 2px;
|
|
1832
1921
|
}
|
|
1833
1922
|
#_cbhtml .is-modal.fileselect, #_cbhtml .is-modal.imageselect, #_cbhtml .is-modal.videoselect,
|
|
1834
1923
|
.is-ui .is-modal.fileselect,
|
|
@@ -1872,7 +1961,7 @@ button:focus {
|
|
|
1872
1961
|
#_cbhtml .is-modal.viewconfig div.is-modal-content,
|
|
1873
1962
|
.is-ui .is-modal.viewconfig div.is-modal-content {
|
|
1874
1963
|
max-width: 700px;
|
|
1875
|
-
padding: 5px
|
|
1964
|
+
padding: 5px 25px 25px 25px;
|
|
1876
1965
|
}
|
|
1877
1966
|
#_cbhtml .is-modal.viewhtml, #_cbhtml .is-modal.viewhtmlformatted, #_cbhtml .is-modal.viewhtmlnormal,
|
|
1878
1967
|
.is-ui .is-modal.viewhtml,
|
|
@@ -1908,7 +1997,7 @@ button:focus {
|
|
|
1908
1997
|
.is-ui .is-modal.grideditor {
|
|
1909
1998
|
background: #fff;
|
|
1910
1999
|
width: 96px;
|
|
1911
|
-
height:
|
|
2000
|
+
height: 488px;
|
|
1912
2001
|
top: 33%;
|
|
1913
2002
|
left: auto;
|
|
1914
2003
|
right: 15%;
|
|
@@ -1927,6 +2016,7 @@ button:focus {
|
|
|
1927
2016
|
height: 20px;
|
|
1928
2017
|
line-height: 20px;
|
|
1929
2018
|
font-size: 10px;
|
|
2019
|
+
margin: 2px;
|
|
1930
2020
|
}
|
|
1931
2021
|
#_cbhtml .is-modal.grideditor.active,
|
|
1932
2022
|
.is-ui .is-modal.grideditor.active {
|
|
@@ -1936,13 +2026,14 @@ button:focus {
|
|
|
1936
2026
|
.is-ui .is-modal.grideditor > div {
|
|
1937
2027
|
width: 100%;
|
|
1938
2028
|
box-sizing: border-box;
|
|
1939
|
-
padding:
|
|
2029
|
+
padding: 1px;
|
|
1940
2030
|
border: none;
|
|
1941
2031
|
}
|
|
1942
2032
|
#_cbhtml .is-modal.grideditor button,
|
|
1943
2033
|
.is-ui .is-modal.grideditor button {
|
|
1944
|
-
width:
|
|
2034
|
+
width: 45px;
|
|
1945
2035
|
height: 40px;
|
|
2036
|
+
margin: 1px;
|
|
1946
2037
|
background-color: transparent !important;
|
|
1947
2038
|
box-shadow: none !important;
|
|
1948
2039
|
}
|
|
@@ -1959,6 +2050,7 @@ button:focus {
|
|
|
1959
2050
|
width: 100%;
|
|
1960
2051
|
border-top: #f2f2f2 1px solid;
|
|
1961
2052
|
display: flex;
|
|
2053
|
+
padding: 1px;
|
|
1962
2054
|
}
|
|
1963
2055
|
#_cbhtml .is-modal.pickgradientcolor div.is-modal-content,
|
|
1964
2056
|
.is-ui .is-modal.pickgradientcolor div.is-modal-content {
|
|
@@ -2197,6 +2289,12 @@ button:focus {
|
|
|
2197
2289
|
.is-ui .is-modal.columnsettings .is-modal-bar {
|
|
2198
2290
|
background-color: #fafafa;
|
|
2199
2291
|
}
|
|
2292
|
+
#_cbhtml .is-modal.columnsettings .is-modal-content,
|
|
2293
|
+
.is-ui .is-modal.columnsettings .is-modal-content {
|
|
2294
|
+
width: 380px !important;
|
|
2295
|
+
min-height: 435px;
|
|
2296
|
+
padding: 0px !important;
|
|
2297
|
+
}
|
|
2200
2298
|
#_cbhtml .is-modal.columnsettings.active,
|
|
2201
2299
|
.is-ui .is-modal.columnsettings.active {
|
|
2202
2300
|
display: flex;
|
|
@@ -2268,7 +2366,7 @@ button:focus {
|
|
|
2268
2366
|
.is-ui .is-modal.columnsettings .div-content-padding button,
|
|
2269
2367
|
.is-ui .is-modal.columnsettings .div-content-height button {
|
|
2270
2368
|
width: 40px;
|
|
2271
|
-
|
|
2369
|
+
border: transparent 1px solid;
|
|
2272
2370
|
}
|
|
2273
2371
|
#_cbhtml .is-modal.columnsettings .div-content-padding button svg,
|
|
2274
2372
|
#_cbhtml .is-modal.columnsettings .div-content-height button svg,
|
|
@@ -2285,6 +2383,7 @@ button:focus {
|
|
|
2285
2383
|
width: 75px;
|
|
2286
2384
|
padding-left: 15px;
|
|
2287
2385
|
padding-right: 15px;
|
|
2386
|
+
border: transparent 1px solid;
|
|
2288
2387
|
}
|
|
2289
2388
|
#_cbhtml .is-modal.columnsettings .div-content-padding-pos button svg,
|
|
2290
2389
|
.is-ui .is-modal.columnsettings .div-content-padding-pos button svg {
|
|
@@ -2297,6 +2396,7 @@ button:focus {
|
|
|
2297
2396
|
#_cbhtml .is-modal.columnsettings .div-content-textcolor button,
|
|
2298
2397
|
.is-ui .is-modal.columnsettings .div-content-textcolor button {
|
|
2299
2398
|
width: 40px;
|
|
2399
|
+
border: transparent 1px solid;
|
|
2300
2400
|
}
|
|
2301
2401
|
#_cbhtml .is-modal.columnsettings .div-content-textcolor button[data-command=dark],
|
|
2302
2402
|
.is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=dark] {
|
|
@@ -2320,7 +2420,9 @@ button:focus {
|
|
|
2320
2420
|
}
|
|
2321
2421
|
#_cbhtml .is-modal.columnsettings .div-content-position button,
|
|
2322
2422
|
.is-ui .is-modal.columnsettings .div-content-position button {
|
|
2323
|
-
width:
|
|
2423
|
+
width: 30px;
|
|
2424
|
+
height: 36px;
|
|
2425
|
+
border: transparent 1px solid;
|
|
2324
2426
|
}
|
|
2325
2427
|
#_cbhtml .is-modal.columnsettings .div-content-position button svg,
|
|
2326
2428
|
.is-ui .is-modal.columnsettings .div-content-position button svg {
|
|
@@ -2333,6 +2435,8 @@ button:focus {
|
|
|
2333
2435
|
#_cbhtml .is-modal.columnsettings .image-src > button,
|
|
2334
2436
|
.is-ui .is-modal.columnsettings .image-src > button {
|
|
2335
2437
|
background: transparent !important;
|
|
2438
|
+
width: 50px;
|
|
2439
|
+
height: 43px;
|
|
2336
2440
|
}
|
|
2337
2441
|
#_cbhtml .is-modal.columnsettings #divCellClick p,
|
|
2338
2442
|
.is-ui .is-modal.columnsettings #divCellClick p {
|
|
@@ -2350,6 +2454,18 @@ button:focus {
|
|
|
2350
2454
|
#_cbhtml .is-modal.imagesource .image-src > button,
|
|
2351
2455
|
.is-ui .is-modal.imagesource .image-src > button {
|
|
2352
2456
|
background: transparent !important;
|
|
2457
|
+
width: 50px;
|
|
2458
|
+
height: 43px;
|
|
2459
|
+
}
|
|
2460
|
+
#_cbhtml .is-modal.imagesource .input-select,
|
|
2461
|
+
.is-ui .is-modal.imagesource .input-select {
|
|
2462
|
+
width: 50px;
|
|
2463
|
+
height: 43px;
|
|
2464
|
+
}
|
|
2465
|
+
#_cbhtml .is-modal.imagesource .input-upload,
|
|
2466
|
+
.is-ui .is-modal.imagesource .input-upload {
|
|
2467
|
+
width: 50px;
|
|
2468
|
+
height: 43px;
|
|
2353
2469
|
}
|
|
2354
2470
|
#_cbhtml .is-modal.pickfontfamily .is-modal-bar,
|
|
2355
2471
|
.is-ui .is-modal.pickfontfamily .is-modal-bar {
|
|
@@ -2397,6 +2513,10 @@ button:focus {
|
|
|
2397
2513
|
.is-ui .is-modal.insertimage .is-drop-area:hover {
|
|
2398
2514
|
background-color: #f7f7f7;
|
|
2399
2515
|
}
|
|
2516
|
+
#_cbhtml .is-modal.insertimage .is-drop-area:focus-within,
|
|
2517
|
+
.is-ui .is-modal.insertimage .is-drop-area:focus-within {
|
|
2518
|
+
border-color: #3e93f7;
|
|
2519
|
+
}
|
|
2400
2520
|
#_cbhtml .is-modal.insertimage .is-drop-area.image-dropping,
|
|
2401
2521
|
.is-ui .is-modal.insertimage .is-drop-area.image-dropping {
|
|
2402
2522
|
background-color: #f7f7f7;
|
|
@@ -2431,8 +2551,8 @@ button:focus {
|
|
|
2431
2551
|
display: inline-block;
|
|
2432
2552
|
margin: 10px;
|
|
2433
2553
|
}
|
|
2434
|
-
#_cbhtml .is-modal.insertimage .is-preview-area div
|
|
2435
|
-
.is-ui .is-modal.insertimage .is-preview-area div
|
|
2554
|
+
#_cbhtml .is-modal.insertimage .is-preview-area div button,
|
|
2555
|
+
.is-ui .is-modal.insertimage .is-preview-area div button {
|
|
2436
2556
|
position: absolute;
|
|
2437
2557
|
top: 0;
|
|
2438
2558
|
right: 0;
|
|
@@ -2460,6 +2580,8 @@ button:focus {
|
|
|
2460
2580
|
#_cbhtml .is-modal.insertimage .image-src > button,
|
|
2461
2581
|
.is-ui .is-modal.insertimage .image-src > button {
|
|
2462
2582
|
background: transparent !important;
|
|
2583
|
+
width: 50px;
|
|
2584
|
+
height: 43px;
|
|
2463
2585
|
}
|
|
2464
2586
|
#_cbhtml .is-modal.imageedit div.is-modal-content,
|
|
2465
2587
|
.is-ui .is-modal.imageedit div.is-modal-content {
|
|
@@ -2487,6 +2609,8 @@ button:focus {
|
|
|
2487
2609
|
#_cbhtml .is-modal.imagelink .image-src > button,
|
|
2488
2610
|
.is-ui .is-modal.imagelink .image-src > button {
|
|
2489
2611
|
background: transparent !important;
|
|
2612
|
+
width: 50px;
|
|
2613
|
+
height: 43px;
|
|
2490
2614
|
}
|
|
2491
2615
|
#_cbhtml .is-modal.imagelink .image-link,
|
|
2492
2616
|
.is-ui .is-modal.imagelink .image-link {
|
|
@@ -2507,7 +2631,7 @@ button:focus {
|
|
|
2507
2631
|
#_cbhtml .is-modal.videolink .video-url,
|
|
2508
2632
|
.is-ui .is-modal.videolink .video-url {
|
|
2509
2633
|
position: relative;
|
|
2510
|
-
height:
|
|
2634
|
+
height: 43px;
|
|
2511
2635
|
display: flex;
|
|
2512
2636
|
flex-direction: row;
|
|
2513
2637
|
}
|
|
@@ -2521,12 +2645,19 @@ button:focus {
|
|
|
2521
2645
|
}
|
|
2522
2646
|
#_cbhtml .is-modal.videolink .input-select,
|
|
2523
2647
|
.is-ui .is-modal.videolink .input-select {
|
|
2524
|
-
width:
|
|
2648
|
+
width: 50px;
|
|
2649
|
+
height: 43px;
|
|
2525
2650
|
font-size: 20px;
|
|
2526
|
-
height:
|
|
2651
|
+
height: 43px;
|
|
2652
|
+
width: 50px;
|
|
2527
2653
|
border-left: none;
|
|
2528
2654
|
background: transparent;
|
|
2529
2655
|
}
|
|
2656
|
+
#_cbhtml .is-modal.videolink .input-upload,
|
|
2657
|
+
.is-ui .is-modal.videolink .input-upload {
|
|
2658
|
+
width: 50px;
|
|
2659
|
+
height: 43px;
|
|
2660
|
+
}
|
|
2530
2661
|
#_cbhtml .is-modal.createlink label,
|
|
2531
2662
|
.is-ui .is-modal.createlink label {
|
|
2532
2663
|
font-size: 14px;
|
|
@@ -2539,7 +2670,7 @@ button:focus {
|
|
|
2539
2670
|
#_cbhtml .is-modal.createlink .link-src,
|
|
2540
2671
|
.is-ui .is-modal.createlink .link-src {
|
|
2541
2672
|
position: relative;
|
|
2542
|
-
height:
|
|
2673
|
+
height: 43px;
|
|
2543
2674
|
display: flex;
|
|
2544
2675
|
flex-direction: row;
|
|
2545
2676
|
}
|
|
@@ -2555,7 +2686,8 @@ button:focus {
|
|
|
2555
2686
|
.is-ui .is-modal.createlink .input-select {
|
|
2556
2687
|
width: 60px;
|
|
2557
2688
|
font-size: 20px;
|
|
2558
|
-
height:
|
|
2689
|
+
height: 43px;
|
|
2690
|
+
width: 50px;
|
|
2559
2691
|
border-left: none;
|
|
2560
2692
|
background: transparent;
|
|
2561
2693
|
}
|
|
@@ -2563,8 +2695,7 @@ button:focus {
|
|
|
2563
2695
|
.is-ui .is-modal.viewconfig .div-themes {
|
|
2564
2696
|
display: flex;
|
|
2565
2697
|
flex-flow: wrap;
|
|
2566
|
-
width:
|
|
2567
|
-
border: rgba(255, 255, 255, 0.15) 1px solid;
|
|
2698
|
+
width: 219px;
|
|
2568
2699
|
box-sizing: content-box;
|
|
2569
2700
|
}
|
|
2570
2701
|
#_cbhtml .is-modal.viewconfig button.input-setcolor,
|
|
@@ -2572,6 +2703,7 @@ button:focus {
|
|
|
2572
2703
|
width: 27px;
|
|
2573
2704
|
height: 25px;
|
|
2574
2705
|
border: transparent 1px solid;
|
|
2706
|
+
margin: 1px;
|
|
2575
2707
|
}
|
|
2576
2708
|
#_cbhtml .is-tool#divImageTool, #_cbhtml .is-tool.is-video-tool, #_cbhtml .is-tool.is-iframe-tool,
|
|
2577
2709
|
.is-ui .is-tool#divImageTool,
|
|
@@ -2737,6 +2869,7 @@ button:focus {
|
|
|
2737
2869
|
font-size: 13px;
|
|
2738
2870
|
letter-spacing: 1px;
|
|
2739
2871
|
z-index: 10003;
|
|
2872
|
+
outline: none;
|
|
2740
2873
|
}
|
|
2741
2874
|
#_cbhtml .is-side.active,
|
|
2742
2875
|
.is-ui .is-side.active {
|
|
@@ -2769,7 +2902,7 @@ button:focus {
|
|
|
2769
2902
|
background: #f7f7f7;
|
|
2770
2903
|
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
2771
2904
|
width: auto;
|
|
2772
|
-
height:
|
|
2905
|
+
height: 43px;
|
|
2773
2906
|
border: none;
|
|
2774
2907
|
font-family: sans-serif;
|
|
2775
2908
|
font-size: 12px;
|
|
@@ -2785,7 +2918,7 @@ button:focus {
|
|
|
2785
2918
|
text-transform: none;
|
|
2786
2919
|
text-align: center;
|
|
2787
2920
|
position: relative;
|
|
2788
|
-
border-radius:
|
|
2921
|
+
border-radius: 1px;
|
|
2789
2922
|
user-select: none;
|
|
2790
2923
|
-moz-user-select: none;
|
|
2791
2924
|
-khtml-user-select: none;
|
|
@@ -2812,7 +2945,7 @@ button:focus {
|
|
|
2812
2945
|
#_cbhtml .is-btn:focus,
|
|
2813
2946
|
.is-ui button:focus,
|
|
2814
2947
|
.is-ui .is-btn:focus {
|
|
2815
|
-
outline:
|
|
2948
|
+
outline: #3e93f7 2px solid;
|
|
2816
2949
|
}
|
|
2817
2950
|
#_cbhtml button.fullwidth,
|
|
2818
2951
|
#_cbhtml .is-btn.fullwidth,
|
|
@@ -2825,7 +2958,7 @@ button:focus {
|
|
|
2825
2958
|
.is-ui button.classic,
|
|
2826
2959
|
.is-ui .is-btn.classic {
|
|
2827
2960
|
width: 100%;
|
|
2828
|
-
height:
|
|
2961
|
+
height: 43px;
|
|
2829
2962
|
display: block;
|
|
2830
2963
|
background: #f7f7f7;
|
|
2831
2964
|
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
@@ -2842,10 +2975,10 @@ button:focus {
|
|
|
2842
2975
|
.is-ui .is-btn.classic-primary {
|
|
2843
2976
|
display: inline-block;
|
|
2844
2977
|
width: auto;
|
|
2845
|
-
height:
|
|
2846
|
-
padding-left:
|
|
2847
|
-
padding-right:
|
|
2848
|
-
min-width:
|
|
2978
|
+
height: 43px;
|
|
2979
|
+
padding-left: 25px;
|
|
2980
|
+
padding-right: 25px;
|
|
2981
|
+
min-width: 110px;
|
|
2849
2982
|
background: #f7f7f7;
|
|
2850
2983
|
border: transparent 1px solid;
|
|
2851
2984
|
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
@@ -2863,9 +2996,9 @@ button:focus {
|
|
|
2863
2996
|
.is-ui .is-btn.classic-secondary {
|
|
2864
2997
|
display: inline-block;
|
|
2865
2998
|
width: auto;
|
|
2866
|
-
height:
|
|
2867
|
-
padding-left:
|
|
2868
|
-
padding-right:
|
|
2999
|
+
height: 43px;
|
|
3000
|
+
padding-left: 25px;
|
|
3001
|
+
padding-right: 25px;
|
|
2869
3002
|
background: transparent;
|
|
2870
3003
|
border: transparent 1px solid;
|
|
2871
3004
|
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
@@ -2877,8 +3010,8 @@ button:focus {
|
|
|
2877
3010
|
background: transparent;
|
|
2878
3011
|
border: transparent 1px solid;
|
|
2879
3012
|
}
|
|
2880
|
-
#_cbhtml textarea,
|
|
2881
|
-
.is-ui textarea {
|
|
3013
|
+
#_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
3014
|
+
.is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
2882
3015
|
font-family: courier;
|
|
2883
3016
|
font-size: 15px;
|
|
2884
3017
|
line-height: 2;
|
|
@@ -2889,10 +3022,11 @@ button:focus {
|
|
|
2889
3022
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
2890
3023
|
background-color: #fafafa;
|
|
2891
3024
|
color: #121212;
|
|
3025
|
+
border-radius: 1px;
|
|
2892
3026
|
}
|
|
2893
|
-
#_cbhtml textarea:focus,
|
|
2894
|
-
.is-ui textarea:focus {
|
|
2895
|
-
outline:
|
|
3027
|
+
#_cbhtml textarea:not(.monaco-mouse-cursor-text):focus,
|
|
3028
|
+
.is-ui textarea:not(.monaco-mouse-cursor-text):focus {
|
|
3029
|
+
outline: #3e93f7 2px solid;
|
|
2896
3030
|
box-shadow: none;
|
|
2897
3031
|
}
|
|
2898
3032
|
#_cbhtml select,
|
|
@@ -2912,6 +3046,7 @@ button:focus {
|
|
|
2912
3046
|
-moz-appearance: menulist;
|
|
2913
3047
|
appearance: menulist;
|
|
2914
3048
|
padding: 0 5px;
|
|
3049
|
+
border-radius: 1px;
|
|
2915
3050
|
}
|
|
2916
3051
|
#_cbhtml select option,
|
|
2917
3052
|
.is-ui select option {
|
|
@@ -2919,13 +3054,13 @@ button:focus {
|
|
|
2919
3054
|
}
|
|
2920
3055
|
#_cbhtml select:focus,
|
|
2921
3056
|
.is-ui select:focus {
|
|
2922
|
-
outline:
|
|
3057
|
+
outline: #3e93f7 2px solid;
|
|
2923
3058
|
box-shadow: none;
|
|
2924
3059
|
}
|
|
2925
3060
|
#_cbhtml input[type=text],
|
|
2926
3061
|
.is-ui input[type=text] {
|
|
2927
3062
|
width: 100%;
|
|
2928
|
-
height:
|
|
3063
|
+
height: 43px;
|
|
2929
3064
|
box-sizing: border-box;
|
|
2930
3065
|
margin: 0;
|
|
2931
3066
|
font-family: sans-serif;
|
|
@@ -2937,12 +3072,12 @@ button:focus {
|
|
|
2937
3072
|
display: inline-block;
|
|
2938
3073
|
border: none;
|
|
2939
3074
|
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
2940
|
-
border-radius:
|
|
3075
|
+
border-radius: 1px;
|
|
2941
3076
|
background-color: #fafafa;
|
|
2942
3077
|
}
|
|
2943
3078
|
#_cbhtml input[type=text]:focus,
|
|
2944
3079
|
.is-ui input[type=text]:focus {
|
|
2945
|
-
outline:
|
|
3080
|
+
outline: #3e93f7 2px solid;
|
|
2946
3081
|
box-shadow: none;
|
|
2947
3082
|
}
|
|
2948
3083
|
#_cbhtml input[type=text] [type=checkbox], #_cbhtml input[type=text] [type=radio],
|
|
@@ -3149,6 +3284,7 @@ button:focus {
|
|
|
3149
3284
|
margin: 0 15px 13px 0;
|
|
3150
3285
|
text-decoration: none;
|
|
3151
3286
|
transition: box-shadow ease 0.3s;
|
|
3287
|
+
outline: none;
|
|
3152
3288
|
}
|
|
3153
3289
|
#_cbhtml .is-tabs a.active,
|
|
3154
3290
|
.is-ui .is-tabs a.active {
|
|
@@ -3157,40 +3293,60 @@ button:focus {
|
|
|
3157
3293
|
cursor: default;
|
|
3158
3294
|
border-bottom: #595959 1px solid;
|
|
3159
3295
|
}
|
|
3296
|
+
#_cbhtml .is-tabs a:focus,
|
|
3297
|
+
.is-ui .is-tabs a:focus {
|
|
3298
|
+
outline: none;
|
|
3299
|
+
background: rgba(0, 0, 0, 0.05);
|
|
3300
|
+
}
|
|
3160
3301
|
#_cbhtml .is-tab-content,
|
|
3161
3302
|
.is-ui .is-tab-content {
|
|
3162
3303
|
display: none;
|
|
3163
3304
|
padding: 20px;
|
|
3164
3305
|
flex-direction: column;
|
|
3165
3306
|
}
|
|
3307
|
+
#_cbhtml .is-tab-content[tabindex="-1"]:focus,
|
|
3308
|
+
.is-ui .is-tab-content[tabindex="-1"]:focus {
|
|
3309
|
+
outline: none;
|
|
3310
|
+
}
|
|
3166
3311
|
#_cbhtml .is-tabs-more,
|
|
3167
3312
|
.is-ui .is-tabs-more {
|
|
3168
3313
|
box-sizing: border-box;
|
|
3169
3314
|
width: 150px;
|
|
3170
3315
|
position: absolute;
|
|
3316
|
+
list-style: none;
|
|
3317
|
+
padding: 0;
|
|
3318
|
+
margin: 0;
|
|
3171
3319
|
top: 0;
|
|
3172
3320
|
left: 0;
|
|
3173
3321
|
background: #fff;
|
|
3174
3322
|
display: none;
|
|
3175
3323
|
z-index: 1;
|
|
3324
|
+
border: 1px solid #f2f2f2;
|
|
3325
|
+
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.06);
|
|
3326
|
+
outline: none;
|
|
3327
|
+
}
|
|
3328
|
+
#_cbhtml .is-tabs-more li,
|
|
3329
|
+
.is-ui .is-tabs-more li {
|
|
3330
|
+
display: flex;
|
|
3331
|
+
align-items: center;
|
|
3332
|
+
overflow: hidden;
|
|
3333
|
+
text-overflow: ellipsis;
|
|
3334
|
+
white-space: nowrap;
|
|
3176
3335
|
font-family: sans-serif;
|
|
3177
3336
|
font-size: 11px;
|
|
3178
3337
|
text-transform: uppercase;
|
|
3179
3338
|
letter-spacing: 1px;
|
|
3180
|
-
border: 1px solid #f2f2f2;
|
|
3181
|
-
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.06);
|
|
3182
|
-
}
|
|
3183
|
-
#_cbhtml .is-tabs-more > a,
|
|
3184
|
-
.is-ui .is-tabs-more > a {
|
|
3185
|
-
display: block;
|
|
3186
3339
|
color: #4a4a4a;
|
|
3187
3340
|
padding: 10px;
|
|
3188
3341
|
text-decoration: none;
|
|
3189
3342
|
text-align: center;
|
|
3343
|
+
cursor: pointer;
|
|
3344
|
+
outline: none;
|
|
3190
3345
|
}
|
|
3191
|
-
#_cbhtml .is-tabs-more
|
|
3192
|
-
.is-ui .is-tabs-more
|
|
3193
|
-
.is-ui .is-tabs-more
|
|
3346
|
+
#_cbhtml .is-tabs-more li:hover, #_cbhtml .is-tabs-more li:focus, #_cbhtml .is-tabs-more li.active,
|
|
3347
|
+
.is-ui .is-tabs-more li:hover,
|
|
3348
|
+
.is-ui .is-tabs-more li:focus,
|
|
3349
|
+
.is-ui .is-tabs-more li.active {
|
|
3194
3350
|
background: whitesmoke;
|
|
3195
3351
|
}
|
|
3196
3352
|
#_cbhtml #divSnippetList,
|
|
@@ -3378,6 +3534,104 @@ button:focus {
|
|
|
3378
3534
|
.is-ui .is-selectbox-options > div.selected {
|
|
3379
3535
|
background: whitesmoke;
|
|
3380
3536
|
}
|
|
3537
|
+
#_cbhtml .is-dropdown,
|
|
3538
|
+
.is-ui .is-dropdown {
|
|
3539
|
+
width: 100%;
|
|
3540
|
+
position: relative;
|
|
3541
|
+
cursor: pointer;
|
|
3542
|
+
}
|
|
3543
|
+
#_cbhtml .is-dropdown .dropdown-toggle,
|
|
3544
|
+
.is-ui .is-dropdown .dropdown-toggle {
|
|
3545
|
+
width: 100%;
|
|
3546
|
+
height: 40px;
|
|
3547
|
+
box-sizing: border-box;
|
|
3548
|
+
padding: 0 0 0 15px;
|
|
3549
|
+
color: #000;
|
|
3550
|
+
background: #f0f0f0;
|
|
3551
|
+
box-shadow: none;
|
|
3552
|
+
font-size: 14px;
|
|
3553
|
+
cursor: pointer;
|
|
3554
|
+
appearance: none;
|
|
3555
|
+
display: flex;
|
|
3556
|
+
justify-content: flex-start;
|
|
3557
|
+
border-radius: 2px;
|
|
3558
|
+
position: relative;
|
|
3559
|
+
overflow: hidden;
|
|
3560
|
+
text-overflow: ellipsis;
|
|
3561
|
+
white-space: nowrap;
|
|
3562
|
+
cursor: pointer;
|
|
3563
|
+
}
|
|
3564
|
+
#_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
3565
|
+
.is-ui .is-dropdown .dropdown-toggle:hover {
|
|
3566
|
+
background: #f2f2f2;
|
|
3567
|
+
}
|
|
3568
|
+
#_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
3569
|
+
.is-ui .is-dropdown .dropdown-toggle svg {
|
|
3570
|
+
fill: #000;
|
|
3571
|
+
}
|
|
3572
|
+
#_cbhtml .is-dropdown .dropdown-toggle.no-outline,
|
|
3573
|
+
.is-ui .is-dropdown .dropdown-toggle.no-outline {
|
|
3574
|
+
outline: none !important;
|
|
3575
|
+
}
|
|
3576
|
+
#_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
3577
|
+
.is-ui .is-dropdown .dropdown-toggle::after {
|
|
3578
|
+
content: "";
|
|
3579
|
+
border-width: 5px;
|
|
3580
|
+
border-radius: 3px;
|
|
3581
|
+
border-style: solid;
|
|
3582
|
+
border-color: transparent;
|
|
3583
|
+
border-top-color: #000;
|
|
3584
|
+
position: absolute;
|
|
3585
|
+
right: 12px;
|
|
3586
|
+
top: calc(50% + 3px);
|
|
3587
|
+
transform: translateY(-50%);
|
|
3588
|
+
}
|
|
3589
|
+
#_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
3590
|
+
.is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
3591
|
+
border-color: transparent;
|
|
3592
|
+
border-bottom-color: #000;
|
|
3593
|
+
top: calc(50% - 3px);
|
|
3594
|
+
}
|
|
3595
|
+
#_cbhtml .is-dropdown .dropdown-menu,
|
|
3596
|
+
.is-ui .is-dropdown .dropdown-menu {
|
|
3597
|
+
width: 100%;
|
|
3598
|
+
height: 250px;
|
|
3599
|
+
border: #e8e8e8 1px solid;
|
|
3600
|
+
background-color: #fff;
|
|
3601
|
+
list-style: none;
|
|
3602
|
+
padding: 0;
|
|
3603
|
+
margin: 0;
|
|
3604
|
+
border-radius: 2px;
|
|
3605
|
+
display: none;
|
|
3606
|
+
overflow-y: auto;
|
|
3607
|
+
overflow-x: hidden;
|
|
3608
|
+
}
|
|
3609
|
+
#_cbhtml .is-dropdown .dropdown-menu li,
|
|
3610
|
+
.is-ui .is-dropdown .dropdown-menu li {
|
|
3611
|
+
height: 38px;
|
|
3612
|
+
display: flex;
|
|
3613
|
+
align-items: center;
|
|
3614
|
+
overflow: hidden;
|
|
3615
|
+
text-overflow: ellipsis;
|
|
3616
|
+
white-space: nowrap;
|
|
3617
|
+
color: #000;
|
|
3618
|
+
padding: 0 0 0 15px;
|
|
3619
|
+
font-size: 13px;
|
|
3620
|
+
}
|
|
3621
|
+
#_cbhtml .is-dropdown .dropdown-menu li:hover, #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
3622
|
+
.is-ui .is-dropdown .dropdown-menu li:hover,
|
|
3623
|
+
.is-ui .is-dropdown .dropdown-menu li:focus {
|
|
3624
|
+
outline: none;
|
|
3625
|
+
background: whitesmoke;
|
|
3626
|
+
}
|
|
3627
|
+
#_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
3628
|
+
.is-ui .is-dropdown .dropdown-menu li.selected {
|
|
3629
|
+
background: whitesmoke;
|
|
3630
|
+
}
|
|
3631
|
+
#_cbhtml .is-dropdown .dropdown-menu[aria-expanded=true],
|
|
3632
|
+
.is-ui .is-dropdown .dropdown-menu[aria-expanded=true] {
|
|
3633
|
+
display: block;
|
|
3634
|
+
}
|
|
3381
3635
|
#_cbhtml .elementstyles,
|
|
3382
3636
|
.is-ui .elementstyles {
|
|
3383
3637
|
width: 300px;
|
|
@@ -3452,6 +3706,7 @@ button:focus {
|
|
|
3452
3706
|
border-radius: 0;
|
|
3453
3707
|
height: 35px;
|
|
3454
3708
|
font-size: 13px;
|
|
3709
|
+
margin-right: 2px;
|
|
3455
3710
|
}
|
|
3456
3711
|
#_cbhtml .elementstyles .is-settings select,
|
|
3457
3712
|
.is-ui .elementstyles .is-settings select {
|
|
@@ -3503,6 +3758,21 @@ button:focus {
|
|
|
3503
3758
|
width: 100%;
|
|
3504
3759
|
z-index: 1;
|
|
3505
3760
|
}
|
|
3761
|
+
#_cbhtml .pickgradientcolor .div-gradients button,
|
|
3762
|
+
.is-ui .pickgradientcolor .div-gradients button {
|
|
3763
|
+
width: 35px;
|
|
3764
|
+
height: 35px;
|
|
3765
|
+
margin: 0;
|
|
3766
|
+
padding: 0;
|
|
3767
|
+
border: none;
|
|
3768
|
+
transition: none;
|
|
3769
|
+
outline: none;
|
|
3770
|
+
border-radius: 0px;
|
|
3771
|
+
}
|
|
3772
|
+
#_cbhtml .pickgradientcolor .div-gradients button:focus,
|
|
3773
|
+
.is-ui .pickgradientcolor .div-gradients button:focus {
|
|
3774
|
+
border: white 2px solid;
|
|
3775
|
+
}
|
|
3506
3776
|
#_cbhtml .color-swatch,
|
|
3507
3777
|
.is-ui .color-swatch {
|
|
3508
3778
|
width: 100%;
|
|
@@ -3525,6 +3795,19 @@ button:focus {
|
|
|
3525
3795
|
cursor: pointer;
|
|
3526
3796
|
transition: all ease 0.3s;
|
|
3527
3797
|
}
|
|
3798
|
+
#_cbhtml .color-swatch [data-color],
|
|
3799
|
+
.is-ui .color-swatch [data-color] {
|
|
3800
|
+
width: 35px;
|
|
3801
|
+
height: 31.5px;
|
|
3802
|
+
margin: 0;
|
|
3803
|
+
transition: none;
|
|
3804
|
+
outline: none;
|
|
3805
|
+
border-radius: 0px;
|
|
3806
|
+
}
|
|
3807
|
+
#_cbhtml .color-swatch [data-color]:focus,
|
|
3808
|
+
.is-ui .color-swatch [data-color]:focus {
|
|
3809
|
+
border: rgba(255, 255, 255, 0.7) 2px solid;
|
|
3810
|
+
}
|
|
3528
3811
|
#_cbhtml .color-gradient,
|
|
3529
3812
|
.is-ui .color-gradient {
|
|
3530
3813
|
width: 100%;
|
|
@@ -3547,18 +3830,39 @@ button:focus {
|
|
|
3547
3830
|
cursor: pointer;
|
|
3548
3831
|
transition: all ease 0.3s;
|
|
3549
3832
|
}
|
|
3833
|
+
#_cbhtml .color-gradient [data-color],
|
|
3834
|
+
.is-ui .color-gradient [data-color] {
|
|
3835
|
+
width: 35px;
|
|
3836
|
+
height: 31.5px;
|
|
3837
|
+
margin: 0;
|
|
3838
|
+
transition: none;
|
|
3839
|
+
outline: none;
|
|
3840
|
+
}
|
|
3841
|
+
#_cbhtml .color-gradient [data-color]:focus,
|
|
3842
|
+
.is-ui .color-gradient [data-color]:focus {
|
|
3843
|
+
border: rgba(255, 255, 255, 0.7) 2px solid;
|
|
3844
|
+
}
|
|
3550
3845
|
#_cbhtml .pickcolor button,
|
|
3551
3846
|
.is-ui .pickcolor button {
|
|
3552
3847
|
float: left;
|
|
3553
3848
|
width: 45px;
|
|
3554
3849
|
height: 45px;
|
|
3555
3850
|
cursor: pointer;
|
|
3851
|
+
border-radius: 0px;
|
|
3852
|
+
margin: 1px;
|
|
3556
3853
|
}
|
|
3557
3854
|
#_cbhtml .pickcolor .color-default button,
|
|
3558
3855
|
.is-ui .pickcolor .color-default button {
|
|
3559
3856
|
width: 35px;
|
|
3560
3857
|
height: 35px;
|
|
3561
3858
|
border: transparent 1px solid;
|
|
3859
|
+
margin: 0px;
|
|
3860
|
+
transition: none;
|
|
3861
|
+
outline: none;
|
|
3862
|
+
}
|
|
3863
|
+
#_cbhtml .pickcolor .color-default button:focus,
|
|
3864
|
+
.is-ui .pickcolor .color-default button:focus {
|
|
3865
|
+
border: rgba(255, 255, 255, 0.7) 2px solid;
|
|
3562
3866
|
}
|
|
3563
3867
|
#_cbhtml .pickcolor button.clear,
|
|
3564
3868
|
.is-ui .pickcolor button.clear {
|
|
@@ -3622,11 +3926,11 @@ button:focus {
|
|
|
3622
3926
|
text-align: c enter;
|
|
3623
3927
|
line-height: unset;
|
|
3624
3928
|
position: relative;
|
|
3625
|
-
border-radius:
|
|
3929
|
+
border-radius: 1px;
|
|
3626
3930
|
transition: all ease 0.3s;
|
|
3627
3931
|
}
|
|
3628
3932
|
.is-tool button:focus {
|
|
3629
|
-
outline: none;
|
|
3933
|
+
outline: none !important;
|
|
3630
3934
|
}
|
|
3631
3935
|
.is-tool button svg {
|
|
3632
3936
|
fill: #000;
|
|
@@ -4506,6 +4810,7 @@ button:focus {
|
|
|
4506
4810
|
opacity: 0;
|
|
4507
4811
|
transform: scale(0.7) translateZ(150px);
|
|
4508
4812
|
transition: all 450ms ease-in-out;
|
|
4813
|
+
outline: none;
|
|
4509
4814
|
}
|
|
4510
4815
|
.is-ui .is-lightbox.light {
|
|
4511
4816
|
background-color: rgba(255, 255, 255, 0.97);
|
|
@@ -4561,7 +4866,6 @@ button:focus {
|
|
|
4561
4866
|
background: none;
|
|
4562
4867
|
border: none;
|
|
4563
4868
|
cursor: pointer;
|
|
4564
|
-
outline: none;
|
|
4565
4869
|
box-shadow: none;
|
|
4566
4870
|
}
|
|
4567
4871
|
.is-ui .is-lightbox .cmd-lightbox-close svg {
|