@innovastudio/contentbuilder 1.2.2 → 1.2.4-rc10
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 +2 -1
- package/public/contentbuilder/contentbuilder.css +442 -83
- package/public/contentbuilder/contentbuilder.esm.js +4688 -2775
- package/public/contentbuilder/contentbuilder.min.js +10 -9
- package/public/contentbuilder/lang/en.js +4 -1
- package/public/contentbuilder/lang/fr.js +4 -1
- package/public/contentbuilder/plugins/buttoneditor/plugin.js +1 -1
- package/public/contentbuilder/plugins/preview/plugin.js +3 -9
- package/public/contentbuilder/plugins/searchreplace/plugin.js +1 -1
- package/public/contentbuilder/plugins/symbols/plugin.js +2791 -2545
- 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
|
.dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(69, 153, 241, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #0c55a0;
|
|
360
360
|
}
|
|
361
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #0c57a5;
|
|
365
|
+
}
|
|
366
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #0c55a0;
|
|
369
|
+
}
|
|
370
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #0c57a5;
|
|
373
|
+
}
|
|
374
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #0c57a5;
|
|
364
377
|
}
|
|
365
378
|
.dark #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #0c57a5;
|
|
428
441
|
}
|
|
442
|
+
.dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #0c57a5;
|
|
445
|
+
}
|
|
429
446
|
.dark #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.dark .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -821,8 +838,8 @@
|
|
|
821
838
|
border: transparent 1px solid;
|
|
822
839
|
background: transparent;
|
|
823
840
|
}
|
|
824
|
-
.dark #_cbhtml textarea,
|
|
825
|
-
.dark .is-ui textarea {
|
|
841
|
+
.dark #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
842
|
+
.dark .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
826
843
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
827
844
|
background-color: rgba(255, 255, 255, 0.08);
|
|
828
845
|
color: rgba(250, 250, 250, 0.83);
|
|
@@ -963,6 +980,46 @@
|
|
|
963
980
|
.dark .is-ui .is-selectbox-options > div.selected {
|
|
964
981
|
background: rgba(69, 153, 241, 0.55);
|
|
965
982
|
}
|
|
983
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle,
|
|
984
|
+
.dark .is-ui .is-dropdown .dropdown-toggle {
|
|
985
|
+
color: #fafafa;
|
|
986
|
+
background: #0b4d93;
|
|
987
|
+
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
|
|
988
|
+
}
|
|
989
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
990
|
+
.dark .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
991
|
+
background: #0b4f97;
|
|
992
|
+
}
|
|
993
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
994
|
+
.dark .is-ui .is-dropdown .dropdown-toggle svg {
|
|
995
|
+
fill: #fafafa;
|
|
996
|
+
}
|
|
997
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
998
|
+
.dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
999
|
+
border-top-color: #fafafa;
|
|
1000
|
+
}
|
|
1001
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
1002
|
+
.dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1003
|
+
border-bottom-color: #fafafa;
|
|
1004
|
+
}
|
|
1005
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu,
|
|
1006
|
+
.dark .is-ui .is-dropdown .dropdown-menu {
|
|
1007
|
+
border: transparent 1px solid;
|
|
1008
|
+
background-color: #0b4f97;
|
|
1009
|
+
}
|
|
1010
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1011
|
+
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1012
|
+
color: #fafafa;
|
|
1013
|
+
}
|
|
1014
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1015
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1016
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1017
|
+
background: rgba(69, 153, 241, 0.55);
|
|
1018
|
+
}
|
|
1019
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1020
|
+
.dark .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1021
|
+
background: rgba(69, 153, 241, 0.55);
|
|
1022
|
+
}
|
|
966
1023
|
.dark #_cbhtml .elementstyles .elm-list,
|
|
967
1024
|
.dark .is-ui .elementstyles .elm-list {
|
|
968
1025
|
color: rgba(250, 250, 250, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(119, 184, 255, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #0071ec;
|
|
360
360
|
}
|
|
361
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #0074f1;
|
|
365
|
+
}
|
|
366
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #0071ec;
|
|
369
|
+
}
|
|
370
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #0074f1;
|
|
373
|
+
}
|
|
374
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #0074f1;
|
|
364
377
|
}
|
|
365
378
|
.dark #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #0074f1;
|
|
428
441
|
}
|
|
442
|
+
.dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #0074f1;
|
|
445
|
+
}
|
|
429
446
|
.dark #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.dark .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -821,8 +838,8 @@
|
|
|
821
838
|
border: transparent 1px solid;
|
|
822
839
|
background: transparent;
|
|
823
840
|
}
|
|
824
|
-
.dark #_cbhtml textarea,
|
|
825
|
-
.dark .is-ui textarea {
|
|
841
|
+
.dark #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
842
|
+
.dark .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
826
843
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
827
844
|
background-color: rgba(255, 255, 255, 0.08);
|
|
828
845
|
color: rgba(250, 250, 250, 0.83);
|
|
@@ -963,6 +980,46 @@
|
|
|
963
980
|
.dark .is-ui .is-selectbox-options > div.selected {
|
|
964
981
|
background: rgba(151, 158, 163, 0.55);
|
|
965
982
|
}
|
|
983
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle,
|
|
984
|
+
.dark .is-ui .is-dropdown .dropdown-toggle {
|
|
985
|
+
color: #fafafa;
|
|
986
|
+
background: #4c5155;
|
|
987
|
+
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
|
|
988
|
+
}
|
|
989
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
990
|
+
.dark .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
991
|
+
background: #4e5458;
|
|
992
|
+
}
|
|
993
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
994
|
+
.dark .is-ui .is-dropdown .dropdown-toggle svg {
|
|
995
|
+
fill: #fafafa;
|
|
996
|
+
}
|
|
997
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
998
|
+
.dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
999
|
+
border-top-color: #fafafa;
|
|
1000
|
+
}
|
|
1001
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
1002
|
+
.dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1003
|
+
border-bottom-color: #fafafa;
|
|
1004
|
+
}
|
|
1005
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu,
|
|
1006
|
+
.dark .is-ui .is-dropdown .dropdown-menu {
|
|
1007
|
+
border: transparent 1px solid;
|
|
1008
|
+
background-color: #4e5458;
|
|
1009
|
+
}
|
|
1010
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1011
|
+
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1012
|
+
color: #fafafa;
|
|
1013
|
+
}
|
|
1014
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1015
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1016
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1017
|
+
background: rgba(151, 158, 163, 0.55);
|
|
1018
|
+
}
|
|
1019
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1020
|
+
.dark .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1021
|
+
background: rgba(151, 158, 163, 0.55);
|
|
1022
|
+
}
|
|
966
1023
|
.dark #_cbhtml .elementstyles .elm-list,
|
|
967
1024
|
.dark .is-ui .elementstyles .elm-list {
|
|
968
1025
|
color: rgba(250, 250, 250, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(153, 153, 153, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #545454;
|
|
360
360
|
}
|
|
361
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #565656;
|
|
365
|
+
}
|
|
366
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #545454;
|
|
369
|
+
}
|
|
370
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #565656;
|
|
373
|
+
}
|
|
374
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #565656;
|
|
364
377
|
}
|
|
365
378
|
.dark #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #565656;
|
|
428
441
|
}
|
|
442
|
+
.dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #565656;
|
|
445
|
+
}
|
|
429
446
|
.dark #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.dark .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -821,8 +838,8 @@
|
|
|
821
838
|
border: transparent 1px solid;
|
|
822
839
|
background: transparent;
|
|
823
840
|
}
|
|
824
|
-
.dark #_cbhtml textarea,
|
|
825
|
-
.dark .is-ui textarea {
|
|
841
|
+
.dark #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
842
|
+
.dark .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
826
843
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
827
844
|
background-color: rgba(255, 255, 255, 0.08);
|
|
828
845
|
color: rgba(250, 250, 250, 0.83);
|
|
@@ -963,6 +980,46 @@
|
|
|
963
980
|
.dark .is-ui .is-selectbox-options > div.selected {
|
|
964
981
|
background: rgba(158, 158, 158, 0.55);
|
|
965
982
|
}
|
|
983
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle,
|
|
984
|
+
.dark .is-ui .is-dropdown .dropdown-toggle {
|
|
985
|
+
color: #fafafa;
|
|
986
|
+
background: #515151;
|
|
987
|
+
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
|
|
988
|
+
}
|
|
989
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
990
|
+
.dark .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
991
|
+
background: #545454;
|
|
992
|
+
}
|
|
993
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
994
|
+
.dark .is-ui .is-dropdown .dropdown-toggle svg {
|
|
995
|
+
fill: #fafafa;
|
|
996
|
+
}
|
|
997
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
998
|
+
.dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
999
|
+
border-top-color: #fafafa;
|
|
1000
|
+
}
|
|
1001
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
1002
|
+
.dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1003
|
+
border-bottom-color: #fafafa;
|
|
1004
|
+
}
|
|
1005
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu,
|
|
1006
|
+
.dark .is-ui .is-dropdown .dropdown-menu {
|
|
1007
|
+
border: transparent 1px solid;
|
|
1008
|
+
background-color: #545454;
|
|
1009
|
+
}
|
|
1010
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1011
|
+
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1012
|
+
color: #fafafa;
|
|
1013
|
+
}
|
|
1014
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1015
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1016
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1017
|
+
background: rgba(158, 158, 158, 0.55);
|
|
1018
|
+
}
|
|
1019
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1020
|
+
.dark .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1021
|
+
background: rgba(158, 158, 158, 0.55);
|
|
1022
|
+
}
|
|
966
1023
|
.dark #_cbhtml .elementstyles .elm-list,
|
|
967
1024
|
.dark .is-ui .elementstyles .elm-list {
|
|
968
1025
|
color: rgba(250, 250, 250, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(248, 185, 205, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #ea3d73;
|
|
360
360
|
}
|
|
361
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #eb4176;
|
|
365
|
+
}
|
|
366
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #ea3d73;
|
|
369
|
+
}
|
|
370
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #eb4176;
|
|
373
|
+
}
|
|
374
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #eb4176;
|
|
364
377
|
}
|
|
365
378
|
.dark #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #eb4176;
|
|
428
441
|
}
|
|
442
|
+
.dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #eb4176;
|
|
445
|
+
}
|
|
429
446
|
.dark #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.dark .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -821,8 +838,8 @@
|
|
|
821
838
|
border: transparent 1px solid;
|
|
822
839
|
background: transparent;
|
|
823
840
|
}
|
|
824
|
-
.dark #_cbhtml textarea,
|
|
825
|
-
.dark .is-ui textarea {
|
|
841
|
+
.dark #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
842
|
+
.dark .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
826
843
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
827
844
|
background-color: rgba(255, 255, 255, 0.08);
|
|
828
845
|
color: rgba(250, 250, 250, 0.83);
|
|
@@ -963,6 +980,46 @@
|
|
|
963
980
|
.dark .is-ui .is-selectbox-options > div.selected {
|
|
964
981
|
background: rgba(155, 147, 150, 0.55);
|
|
965
982
|
}
|
|
983
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle,
|
|
984
|
+
.dark .is-ui .is-dropdown .dropdown-toggle {
|
|
985
|
+
color: #fafafa;
|
|
986
|
+
background: #4d484a;
|
|
987
|
+
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
|
|
988
|
+
}
|
|
989
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
990
|
+
.dark .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
991
|
+
background: #504a4d;
|
|
992
|
+
}
|
|
993
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
994
|
+
.dark .is-ui .is-dropdown .dropdown-toggle svg {
|
|
995
|
+
fill: #fafafa;
|
|
996
|
+
}
|
|
997
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
998
|
+
.dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
999
|
+
border-top-color: #fafafa;
|
|
1000
|
+
}
|
|
1001
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
1002
|
+
.dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1003
|
+
border-bottom-color: #fafafa;
|
|
1004
|
+
}
|
|
1005
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu,
|
|
1006
|
+
.dark .is-ui .is-dropdown .dropdown-menu {
|
|
1007
|
+
border: transparent 1px solid;
|
|
1008
|
+
background-color: #504a4d;
|
|
1009
|
+
}
|
|
1010
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1011
|
+
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1012
|
+
color: #fafafa;
|
|
1013
|
+
}
|
|
1014
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1015
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1016
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1017
|
+
background: rgba(155, 147, 150, 0.55);
|
|
1018
|
+
}
|
|
1019
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1020
|
+
.dark .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1021
|
+
background: rgba(155, 147, 150, 0.55);
|
|
1022
|
+
}
|
|
966
1023
|
.dark #_cbhtml .elementstyles .elm-list,
|
|
967
1024
|
.dark .is-ui .elementstyles .elm-list {
|
|
968
1025
|
color: rgba(250, 250, 250, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(190, 176, 230, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #6849c4;
|
|
360
360
|
}
|
|
361
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #6b4cc5;
|
|
365
|
+
}
|
|
366
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #6849c4;
|
|
369
|
+
}
|
|
370
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #6b4cc5;
|
|
373
|
+
}
|
|
374
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #6b4cc5;
|
|
364
377
|
}
|
|
365
378
|
.dark #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #6b4cc5;
|
|
428
441
|
}
|
|
442
|
+
.dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #6b4cc5;
|
|
445
|
+
}
|
|
429
446
|
.dark #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.dark .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -821,8 +838,8 @@
|
|
|
821
838
|
border: transparent 1px solid;
|
|
822
839
|
background: transparent;
|
|
823
840
|
}
|
|
824
|
-
.dark #_cbhtml textarea,
|
|
825
|
-
.dark .is-ui textarea {
|
|
841
|
+
.dark #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
842
|
+
.dark .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
826
843
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
827
844
|
background-color: rgba(255, 255, 255, 0.08);
|
|
828
845
|
color: rgba(250, 250, 250, 0.83);
|
|
@@ -963,6 +980,46 @@
|
|
|
963
980
|
.dark .is-ui .is-selectbox-options > div.selected {
|
|
964
981
|
background: rgba(184, 170, 228, 0.55);
|
|
965
982
|
}
|
|
983
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle,
|
|
984
|
+
.dark .is-ui .is-dropdown .dropdown-toggle {
|
|
985
|
+
color: #fafafa;
|
|
986
|
+
background: #5b3bb9;
|
|
987
|
+
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
|
|
988
|
+
}
|
|
989
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
990
|
+
.dark .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
991
|
+
background: #5d3dbd;
|
|
992
|
+
}
|
|
993
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
994
|
+
.dark .is-ui .is-dropdown .dropdown-toggle svg {
|
|
995
|
+
fill: #fafafa;
|
|
996
|
+
}
|
|
997
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
998
|
+
.dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
999
|
+
border-top-color: #fafafa;
|
|
1000
|
+
}
|
|
1001
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
1002
|
+
.dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1003
|
+
border-bottom-color: #fafafa;
|
|
1004
|
+
}
|
|
1005
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu,
|
|
1006
|
+
.dark .is-ui .is-dropdown .dropdown-menu {
|
|
1007
|
+
border: transparent 1px solid;
|
|
1008
|
+
background-color: #5d3dbd;
|
|
1009
|
+
}
|
|
1010
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1011
|
+
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1012
|
+
color: #fafafa;
|
|
1013
|
+
}
|
|
1014
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1015
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1016
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1017
|
+
background: rgba(184, 170, 228, 0.55);
|
|
1018
|
+
}
|
|
1019
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1020
|
+
.dark .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1021
|
+
background: rgba(184, 170, 228, 0.55);
|
|
1022
|
+
}
|
|
966
1023
|
.dark #_cbhtml .elementstyles .elm-list,
|
|
967
1024
|
.dark .is-ui .elementstyles .elm-list {
|
|
968
1025
|
color: rgba(250, 250, 250, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: rgba(249, 181, 181, 0.55);
|
|
356
356
|
}
|
|
357
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #ee3636;
|
|
360
360
|
}
|
|
361
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #ef3b3b;
|
|
365
|
+
}
|
|
366
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #ee3636;
|
|
369
|
+
}
|
|
370
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #ef3b3b;
|
|
373
|
+
}
|
|
374
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #ef3b3b;
|
|
364
377
|
}
|
|
365
378
|
.dark #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #ef3b3b;
|
|
428
441
|
}
|
|
442
|
+
.dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #ef3b3b;
|
|
445
|
+
}
|
|
429
446
|
.dark #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.dark .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -821,8 +838,8 @@
|
|
|
821
838
|
border: transparent 1px solid;
|
|
822
839
|
background: transparent;
|
|
823
840
|
}
|
|
824
|
-
.dark #_cbhtml textarea,
|
|
825
|
-
.dark .is-ui textarea {
|
|
841
|
+
.dark #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
842
|
+
.dark .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
826
843
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
827
844
|
background-color: rgba(255, 255, 255, 0.08);
|
|
828
845
|
color: rgba(250, 250, 250, 0.83);
|
|
@@ -963,6 +980,46 @@
|
|
|
963
980
|
.dark .is-ui .is-selectbox-options > div.selected {
|
|
964
981
|
background: rgba(149, 144, 144, 0.55);
|
|
965
982
|
}
|
|
983
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle,
|
|
984
|
+
.dark .is-ui .is-dropdown .dropdown-toggle {
|
|
985
|
+
color: #fafafa;
|
|
986
|
+
background: #474444;
|
|
987
|
+
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
|
|
988
|
+
}
|
|
989
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
990
|
+
.dark .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
991
|
+
background: #4a4646;
|
|
992
|
+
}
|
|
993
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
994
|
+
.dark .is-ui .is-dropdown .dropdown-toggle svg {
|
|
995
|
+
fill: #fafafa;
|
|
996
|
+
}
|
|
997
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
998
|
+
.dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
999
|
+
border-top-color: #fafafa;
|
|
1000
|
+
}
|
|
1001
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
1002
|
+
.dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1003
|
+
border-bottom-color: #fafafa;
|
|
1004
|
+
}
|
|
1005
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu,
|
|
1006
|
+
.dark .is-ui .is-dropdown .dropdown-menu {
|
|
1007
|
+
border: transparent 1px solid;
|
|
1008
|
+
background-color: #4a4646;
|
|
1009
|
+
}
|
|
1010
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1011
|
+
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1012
|
+
color: #fafafa;
|
|
1013
|
+
}
|
|
1014
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1015
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1016
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1017
|
+
background: rgba(149, 144, 144, 0.55);
|
|
1018
|
+
}
|
|
1019
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1020
|
+
.dark .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1021
|
+
background: rgba(149, 144, 144, 0.55);
|
|
1022
|
+
}
|
|
966
1023
|
.dark #_cbhtml .elementstyles .elm-list,
|
|
967
1024
|
.dark .is-ui .elementstyles .elm-list {
|
|
968
1025
|
color: rgba(250, 250, 250, 0.95);
|
|
@@ -354,12 +354,25 @@
|
|
|
354
354
|
.dark .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
355
355
|
background: #9a9a9a;
|
|
356
356
|
}
|
|
357
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options
|
|
358
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options
|
|
357
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
358
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
359
359
|
background: #535353;
|
|
360
360
|
}
|
|
361
|
-
.dark #_cbhtml .is-rte-pop.rte-paragraph-options >
|
|
362
|
-
.dark .is-ui .is-rte-pop.rte-paragraph-options >
|
|
361
|
+
.dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .dark #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
362
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
363
|
+
.dark .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
364
|
+
background: #535353;
|
|
365
|
+
}
|
|
366
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
367
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
368
|
+
background: #535353;
|
|
369
|
+
}
|
|
370
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
371
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
372
|
+
background: #535353;
|
|
373
|
+
}
|
|
374
|
+
.dark #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
375
|
+
.dark .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
363
376
|
background: #535353;
|
|
364
377
|
}
|
|
365
378
|
.dark #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
@@ -426,6 +439,10 @@
|
|
|
426
439
|
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
427
440
|
background: #535353;
|
|
428
441
|
}
|
|
442
|
+
.dark #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
443
|
+
.dark .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
444
|
+
background: #535353;
|
|
445
|
+
}
|
|
429
446
|
.dark #_cbhtml[toolbarleft] .is-rte-pop,
|
|
430
447
|
.dark .is-ui[toolbarleft] .is-rte-pop {
|
|
431
448
|
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
@@ -821,8 +838,8 @@
|
|
|
821
838
|
border: transparent 1px solid;
|
|
822
839
|
background: transparent;
|
|
823
840
|
}
|
|
824
|
-
.dark #_cbhtml textarea,
|
|
825
|
-
.dark .is-ui textarea {
|
|
841
|
+
.dark #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
842
|
+
.dark .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
826
843
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
827
844
|
background-color: rgba(255, 255, 255, 0.08);
|
|
828
845
|
color: rgba(250, 250, 250, 0.83);
|
|
@@ -962,6 +979,45 @@
|
|
|
962
979
|
.dark .is-ui .is-selectbox-options > div.selected {
|
|
963
980
|
background: #c5c5c5;
|
|
964
981
|
}
|
|
982
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle,
|
|
983
|
+
.dark .is-ui .is-dropdown .dropdown-toggle {
|
|
984
|
+
color: #000;
|
|
985
|
+
background: #bdbdbd;
|
|
986
|
+
}
|
|
987
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle:hover,
|
|
988
|
+
.dark .is-ui .is-dropdown .dropdown-toggle:hover {
|
|
989
|
+
background: #c1c1c1;
|
|
990
|
+
}
|
|
991
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle svg,
|
|
992
|
+
.dark .is-ui .is-dropdown .dropdown-toggle svg {
|
|
993
|
+
fill: #000;
|
|
994
|
+
}
|
|
995
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
996
|
+
.dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
997
|
+
border-top-color: #000;
|
|
998
|
+
}
|
|
999
|
+
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
1000
|
+
.dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1001
|
+
border-bottom-color: #000;
|
|
1002
|
+
}
|
|
1003
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu,
|
|
1004
|
+
.dark .is-ui .is-dropdown .dropdown-menu {
|
|
1005
|
+
border: transparent 1px solid;
|
|
1006
|
+
background-color: #d8d8d8;
|
|
1007
|
+
}
|
|
1008
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1009
|
+
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1010
|
+
color: #000;
|
|
1011
|
+
}
|
|
1012
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1013
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
1014
|
+
.dark .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1015
|
+
background: #c5c5c5;
|
|
1016
|
+
}
|
|
1017
|
+
.dark #_cbhtml .is-dropdown .dropdown-menu li.selected,
|
|
1018
|
+
.dark .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1019
|
+
background: #c5c5c5;
|
|
1020
|
+
}
|
|
965
1021
|
.dark #_cbhtml .elementstyles .elm-list,
|
|
966
1022
|
.dark .is-ui .elementstyles .elm-list {
|
|
967
1023
|
color: rgba(250, 250, 250, 0.95);
|