@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
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(40, 255, 178, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #00d086;
|
|
360
360
|
}
|
|
361
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #00d589;
|
|
365
|
+
}
|
|
366
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #00d086;
|
|
369
|
+
}
|
|
370
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #00d589;
|
|
373
|
+
}
|
|
374
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #00d589;
|
|
364
377
|
}
|
|
365
378
|
.colored #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #00d589;
|
|
428
441
|
}
|
|
442
|
+
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #00d589;
|
|
445
|
+
}
|
|
429
446
|
.colored #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.colored .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -813,8 +830,8 @@
|
|
|
813
830
|
border: transparent 1px solid;
|
|
814
831
|
background: transparent;
|
|
815
832
|
}
|
|
816
|
-
.colored #_cbhtml textarea,
|
|
817
|
-
.colored .is-ui textarea {
|
|
833
|
+
.colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
834
|
+
.colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
818
835
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
819
836
|
background-color: rgba(188, 211, 203, 0.25);
|
|
820
837
|
color: rgba(0, 0, 0, 0.83);
|
|
@@ -955,6 +972,46 @@
|
|
|
955
972
|
.colored .is-ui .is-selectbox-options > div.selected {
|
|
956
973
|
background: rgba(255, 255, 255, 0.38);
|
|
957
974
|
}
|
|
975
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle,
|
|
976
|
+
.colored .is-ui .is-dropdown .dropdown-toggle {
|
|
977
|
+
color: #000;
|
|
978
|
+
background: #dbe7e3;
|
|
979
|
+
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
|
|
980
|
+
}
|
|
981
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
982
|
+
.colored .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
983
|
+
background: #dee9e5;
|
|
984
|
+
}
|
|
985
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
986
|
+
.colored .is-ui .is-dropdown .dropdown-toggle svg {
|
|
987
|
+
fill: #000;
|
|
988
|
+
}
|
|
989
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
|
+
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
|
+
border-top-color: #000;
|
|
992
|
+
}
|
|
993
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
|
+
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
|
+
border-bottom-color: #000;
|
|
996
|
+
}
|
|
997
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
|
+
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
999
|
+
border: transparent 1px solid;
|
|
1000
|
+
background-color: #dbe7e3;
|
|
1001
|
+
}
|
|
1002
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
|
+
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
|
+
color: #000;
|
|
1005
|
+
}
|
|
1006
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1008
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1009
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1010
|
+
}
|
|
1011
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1012
|
+
.colored .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1013
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1014
|
+
}
|
|
958
1015
|
.colored #_cbhtml .elementstyles .elm-list,
|
|
959
1016
|
.colored .is-ui .elementstyles .elm-list {
|
|
960
1017
|
color: rgba(0, 0, 0, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(65, 235, 125, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #14c151;
|
|
360
360
|
}
|
|
361
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #15c553;
|
|
365
|
+
}
|
|
366
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #14c151;
|
|
369
|
+
}
|
|
370
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #15c553;
|
|
373
|
+
}
|
|
374
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #15c553;
|
|
364
377
|
}
|
|
365
378
|
.colored #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #15c553;
|
|
428
441
|
}
|
|
442
|
+
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #15c553;
|
|
445
|
+
}
|
|
429
446
|
.colored #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.colored .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -813,8 +830,8 @@
|
|
|
813
830
|
border: transparent 1px solid;
|
|
814
831
|
background: transparent;
|
|
815
832
|
}
|
|
816
|
-
.colored #_cbhtml textarea,
|
|
817
|
-
.colored .is-ui textarea {
|
|
833
|
+
.colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
834
|
+
.colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
818
835
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
819
836
|
background-color: rgba(188, 189, 185, 0.25);
|
|
820
837
|
color: rgba(0, 0, 0, 0.83);
|
|
@@ -955,6 +972,46 @@
|
|
|
955
972
|
.colored .is-ui .is-selectbox-options > div.selected {
|
|
956
973
|
background: rgba(255, 255, 255, 0.38);
|
|
957
974
|
}
|
|
975
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle,
|
|
976
|
+
.colored .is-ui .is-dropdown .dropdown-toggle {
|
|
977
|
+
color: #000;
|
|
978
|
+
background: #d5d6d3;
|
|
979
|
+
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
|
|
980
|
+
}
|
|
981
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
982
|
+
.colored .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
983
|
+
background: #d8d8d6;
|
|
984
|
+
}
|
|
985
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
986
|
+
.colored .is-ui .is-dropdown .dropdown-toggle svg {
|
|
987
|
+
fill: #000;
|
|
988
|
+
}
|
|
989
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
|
+
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
|
+
border-top-color: #000;
|
|
992
|
+
}
|
|
993
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
|
+
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
|
+
border-bottom-color: #000;
|
|
996
|
+
}
|
|
997
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
|
+
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
999
|
+
border: transparent 1px solid;
|
|
1000
|
+
background-color: #d5d6d3;
|
|
1001
|
+
}
|
|
1002
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
|
+
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
|
+
color: #000;
|
|
1005
|
+
}
|
|
1006
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1008
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1009
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1010
|
+
}
|
|
1011
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1012
|
+
.colored .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1013
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1014
|
+
}
|
|
958
1015
|
.colored #_cbhtml .elementstyles .elm-list,
|
|
959
1016
|
.colored .is-ui .elementstyles .elm-list {
|
|
960
1017
|
color: rgba(0, 0, 0, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(30, 255, 173, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #00c67e;
|
|
360
360
|
}
|
|
361
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #00cb81;
|
|
365
|
+
}
|
|
366
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #00c67e;
|
|
369
|
+
}
|
|
370
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #00cb81;
|
|
373
|
+
}
|
|
374
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #00cb81;
|
|
364
377
|
}
|
|
365
378
|
.colored #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #00cb81;
|
|
428
441
|
}
|
|
442
|
+
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #00cb81;
|
|
445
|
+
}
|
|
429
446
|
.colored #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.colored .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -813,8 +830,8 @@
|
|
|
813
830
|
border: transparent 1px solid;
|
|
814
831
|
background: transparent;
|
|
815
832
|
}
|
|
816
|
-
.colored #_cbhtml textarea,
|
|
817
|
-
.colored .is-ui textarea {
|
|
833
|
+
.colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
834
|
+
.colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
818
835
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
819
836
|
background-color: rgba(202, 202, 202, 0.25);
|
|
820
837
|
color: rgba(0, 0, 0, 0.83);
|
|
@@ -955,6 +972,46 @@
|
|
|
955
972
|
.colored .is-ui .is-selectbox-options > div.selected {
|
|
956
973
|
background: rgba(255, 255, 255, 0.38);
|
|
957
974
|
}
|
|
975
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle,
|
|
976
|
+
.colored .is-ui .is-dropdown .dropdown-toggle {
|
|
977
|
+
color: #000;
|
|
978
|
+
background: #e3e3e3;
|
|
979
|
+
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
|
|
980
|
+
}
|
|
981
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
982
|
+
.colored .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
983
|
+
background: #e6e6e6;
|
|
984
|
+
}
|
|
985
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
986
|
+
.colored .is-ui .is-dropdown .dropdown-toggle svg {
|
|
987
|
+
fill: #000;
|
|
988
|
+
}
|
|
989
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
|
+
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
|
+
border-top-color: #000;
|
|
992
|
+
}
|
|
993
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
|
+
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
|
+
border-bottom-color: #000;
|
|
996
|
+
}
|
|
997
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
|
+
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
999
|
+
border: transparent 1px solid;
|
|
1000
|
+
background-color: #e3e3e3;
|
|
1001
|
+
}
|
|
1002
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
|
+
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
|
+
color: #000;
|
|
1005
|
+
}
|
|
1006
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1008
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1009
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1010
|
+
}
|
|
1011
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1012
|
+
.colored .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1013
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1014
|
+
}
|
|
958
1015
|
.colored #_cbhtml .elementstyles .elm-list,
|
|
959
1016
|
.colored .is-ui .elementstyles .elm-list {
|
|
960
1017
|
color: rgba(0, 0, 0, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(220, 113, 205, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #c531b1;
|
|
360
360
|
}
|
|
361
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #c932b5;
|
|
365
|
+
}
|
|
366
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #c531b1;
|
|
369
|
+
}
|
|
370
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #c932b5;
|
|
373
|
+
}
|
|
374
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #c932b5;
|
|
364
377
|
}
|
|
365
378
|
.colored #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #c932b5;
|
|
428
441
|
}
|
|
442
|
+
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #c932b5;
|
|
445
|
+
}
|
|
429
446
|
.colored #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.colored .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -813,8 +830,8 @@
|
|
|
813
830
|
border: transparent 1px solid;
|
|
814
831
|
background: transparent;
|
|
815
832
|
}
|
|
816
|
-
.colored #_cbhtml textarea,
|
|
817
|
-
.colored .is-ui textarea {
|
|
833
|
+
.colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
834
|
+
.colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
818
835
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
819
836
|
background-color: rgba(190, 182, 187, 0.25);
|
|
820
837
|
color: rgba(0, 0, 0, 0.83);
|
|
@@ -955,6 +972,46 @@
|
|
|
955
972
|
.colored .is-ui .is-selectbox-options > div.selected {
|
|
956
973
|
background: rgba(255, 255, 255, 0.38);
|
|
957
974
|
}
|
|
975
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle,
|
|
976
|
+
.colored .is-ui .is-dropdown .dropdown-toggle {
|
|
977
|
+
color: #000;
|
|
978
|
+
background: #d6d1d4;
|
|
979
|
+
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
|
|
980
|
+
}
|
|
981
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
982
|
+
.colored .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
983
|
+
background: #d8d4d7;
|
|
984
|
+
}
|
|
985
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
986
|
+
.colored .is-ui .is-dropdown .dropdown-toggle svg {
|
|
987
|
+
fill: #000;
|
|
988
|
+
}
|
|
989
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
|
+
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
|
+
border-top-color: #000;
|
|
992
|
+
}
|
|
993
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
|
+
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
|
+
border-bottom-color: #000;
|
|
996
|
+
}
|
|
997
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
|
+
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
999
|
+
border: transparent 1px solid;
|
|
1000
|
+
background-color: #d6d1d4;
|
|
1001
|
+
}
|
|
1002
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
|
+
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
|
+
color: #000;
|
|
1005
|
+
}
|
|
1006
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1008
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1009
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1010
|
+
}
|
|
1011
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1012
|
+
.colored .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1013
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1014
|
+
}
|
|
958
1015
|
.colored #_cbhtml .elementstyles .elm-list,
|
|
959
1016
|
.colored .is-ui .elementstyles .elm-list {
|
|
960
1017
|
color: rgba(0, 0, 0, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(248, 161, 140, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #f45e39;
|
|
360
360
|
}
|
|
361
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #f4623e;
|
|
365
|
+
}
|
|
366
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #f45e39;
|
|
369
|
+
}
|
|
370
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #f4623e;
|
|
373
|
+
}
|
|
374
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #f4623e;
|
|
364
377
|
}
|
|
365
378
|
.colored #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #f4623e;
|
|
428
441
|
}
|
|
442
|
+
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #f4623e;
|
|
445
|
+
}
|
|
429
446
|
.colored #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.colored .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -813,8 +830,8 @@
|
|
|
813
830
|
border: transparent 1px solid;
|
|
814
831
|
background: transparent;
|
|
815
832
|
}
|
|
816
|
-
.colored #_cbhtml textarea,
|
|
817
|
-
.colored .is-ui textarea {
|
|
833
|
+
.colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
834
|
+
.colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
818
835
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
819
836
|
background-color: rgba(193, 185, 180, 0.25);
|
|
820
837
|
color: rgba(0, 0, 0, 0.83);
|
|
@@ -955,6 +972,46 @@
|
|
|
955
972
|
.colored .is-ui .is-selectbox-options > div.selected {
|
|
956
973
|
background: rgba(255, 255, 255, 0.38);
|
|
957
974
|
}
|
|
975
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle,
|
|
976
|
+
.colored .is-ui .is-dropdown .dropdown-toggle {
|
|
977
|
+
color: #000;
|
|
978
|
+
background: #d8d3d0;
|
|
979
|
+
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
|
|
980
|
+
}
|
|
981
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
982
|
+
.colored .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
983
|
+
background: #dad6d3;
|
|
984
|
+
}
|
|
985
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
986
|
+
.colored .is-ui .is-dropdown .dropdown-toggle svg {
|
|
987
|
+
fill: #000;
|
|
988
|
+
}
|
|
989
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
|
+
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
|
+
border-top-color: #000;
|
|
992
|
+
}
|
|
993
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
|
+
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
|
+
border-bottom-color: #000;
|
|
996
|
+
}
|
|
997
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
|
+
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
999
|
+
border: transparent 1px solid;
|
|
1000
|
+
background-color: #d8d3d0;
|
|
1001
|
+
}
|
|
1002
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
|
+
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
|
+
color: #000;
|
|
1005
|
+
}
|
|
1006
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1008
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1009
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1010
|
+
}
|
|
1011
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1012
|
+
.colored .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1013
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1014
|
+
}
|
|
958
1015
|
.colored #_cbhtml .elementstyles .elm-list,
|
|
959
1016
|
.colored .is-ui .elementstyles .elm-list {
|
|
960
1017
|
color: rgba(0, 0, 0, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(255, 172, 121, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #ff7622;
|
|
360
360
|
}
|
|
361
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #ff7a27;
|
|
365
|
+
}
|
|
366
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #ff7622;
|
|
369
|
+
}
|
|
370
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #ff7a27;
|
|
373
|
+
}
|
|
374
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #ff7a27;
|
|
364
377
|
}
|
|
365
378
|
.colored #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #ff7a27;
|
|
428
441
|
}
|
|
442
|
+
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #ff7a27;
|
|
445
|
+
}
|
|
429
446
|
.colored #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.colored .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -813,8 +830,8 @@
|
|
|
813
830
|
border: transparent 1px solid;
|
|
814
831
|
background: transparent;
|
|
815
832
|
}
|
|
816
|
-
.colored #_cbhtml textarea,
|
|
817
|
-
.colored .is-ui textarea {
|
|
833
|
+
.colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
834
|
+
.colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
818
835
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
819
836
|
background-color: rgba(255, 203, 169, 0.25);
|
|
820
837
|
color: rgba(0, 0, 0, 0.83);
|
|
@@ -955,6 +972,46 @@
|
|
|
955
972
|
.colored .is-ui .is-selectbox-options > div.selected {
|
|
956
973
|
background: rgba(255, 255, 255, 0.38);
|
|
957
974
|
}
|
|
975
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle,
|
|
976
|
+
.colored .is-ui .is-dropdown .dropdown-toggle {
|
|
977
|
+
color: #000;
|
|
978
|
+
background: #ffeadc;
|
|
979
|
+
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
|
|
980
|
+
}
|
|
981
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
982
|
+
.colored .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
983
|
+
background: #ffede1;
|
|
984
|
+
}
|
|
985
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
986
|
+
.colored .is-ui .is-dropdown .dropdown-toggle svg {
|
|
987
|
+
fill: #000;
|
|
988
|
+
}
|
|
989
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
|
+
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
|
+
border-top-color: #000;
|
|
992
|
+
}
|
|
993
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
|
+
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
|
+
border-bottom-color: #000;
|
|
996
|
+
}
|
|
997
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
|
+
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
999
|
+
border: transparent 1px solid;
|
|
1000
|
+
background-color: #ffeadc;
|
|
1001
|
+
}
|
|
1002
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
|
+
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
|
+
color: #000;
|
|
1005
|
+
}
|
|
1006
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1008
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1009
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1010
|
+
}
|
|
1011
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1012
|
+
.colored .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1013
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1014
|
+
}
|
|
958
1015
|
.colored #_cbhtml .elementstyles .elm-list,
|
|
959
1016
|
.colored .is-ui .elementstyles .elm-list {
|
|
960
1017
|
color: rgba(0, 0, 0, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(255, 182, 137, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #ff8032;
|
|
360
360
|
}
|
|
361
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #ff8437;
|
|
365
|
+
}
|
|
366
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #ff8032;
|
|
369
|
+
}
|
|
370
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #ff8437;
|
|
373
|
+
}
|
|
374
|
+
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #ff8437;
|
|
364
377
|
}
|
|
365
378
|
.colored #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #ff8437;
|
|
428
441
|
}
|
|
442
|
+
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #ff8437;
|
|
445
|
+
}
|
|
429
446
|
.colored #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.colored .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -813,8 +830,8 @@
|
|
|
813
830
|
border: transparent 1px solid;
|
|
814
831
|
background: transparent;
|
|
815
832
|
}
|
|
816
|
-
.colored #_cbhtml textarea,
|
|
817
|
-
.colored .is-ui textarea {
|
|
833
|
+
.colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
834
|
+
.colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
818
835
|
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
819
836
|
background-color: rgba(202, 202, 202, 0.25);
|
|
820
837
|
color: rgba(0, 0, 0, 0.83);
|
|
@@ -955,6 +972,46 @@
|
|
|
955
972
|
.colored .is-ui .is-selectbox-options > div.selected {
|
|
956
973
|
background: rgba(255, 255, 255, 0.38);
|
|
957
974
|
}
|
|
975
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle,
|
|
976
|
+
.colored .is-ui .is-dropdown .dropdown-toggle {
|
|
977
|
+
color: #000;
|
|
978
|
+
background: #e3e3e3;
|
|
979
|
+
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
|
|
980
|
+
}
|
|
981
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
982
|
+
.colored .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
983
|
+
background: #e6e6e6;
|
|
984
|
+
}
|
|
985
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
986
|
+
.colored .is-ui .is-dropdown .dropdown-toggle svg {
|
|
987
|
+
fill: #000;
|
|
988
|
+
}
|
|
989
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
|
+
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
|
+
border-top-color: #000;
|
|
992
|
+
}
|
|
993
|
+
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
|
+
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
|
+
border-bottom-color: #000;
|
|
996
|
+
}
|
|
997
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
|
+
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
999
|
+
border: transparent 1px solid;
|
|
1000
|
+
background-color: #e3e3e3;
|
|
1001
|
+
}
|
|
1002
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
|
+
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
|
+
color: #000;
|
|
1005
|
+
}
|
|
1006
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1008
|
+
.colored .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1009
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1010
|
+
}
|
|
1011
|
+
.colored #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1012
|
+
.colored .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1013
|
+
background: rgba(255, 255, 255, 0.38);
|
|
1014
|
+
}
|
|
958
1015
|
.colored #_cbhtml .elementstyles .elm-list,
|
|
959
1016
|
.colored .is-ui .elementstyles .elm-list {
|
|
960
1017
|
color: rgba(0, 0, 0, 0.95);
|