@innovastudio/contentbox 1.6.26 → 1.6.27
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/contentbox/contentbox.css +12 -27
- package/public/contentbox/contentbox.esm.js +3611 -1219
- package/public/contentbox/contentbox.min.js +11 -11
- package/public/contentbox/lang/en.js +5 -0
- package/readme.txt +1 -1
package/package.json
CHANGED
|
@@ -858,6 +858,7 @@ body.controlpanel .is-content-view.mobile {
|
|
|
858
858
|
height: var(--cs-height);
|
|
859
859
|
overflow: hidden;
|
|
860
860
|
border-radius: 3px;
|
|
861
|
+
box-shadow: none;
|
|
861
862
|
outline: none;
|
|
862
863
|
}
|
|
863
864
|
.builder-ui .custom-select .select-styled span {
|
|
@@ -1871,31 +1872,7 @@ body.frame-center.controlpanel .is-content-view {
|
|
|
1871
1872
|
background: #535353 !important;
|
|
1872
1873
|
}
|
|
1873
1874
|
.dark #_cbhtml #divSidebarSnippets, .dark #_cbhtml #divStyles, .dark .is-ui #divSidebarSnippets, .dark .is-ui #divStyles {
|
|
1874
|
-
background: #
|
|
1875
|
-
}
|
|
1876
|
-
.dark #_cbhtml .is-sidebar-content .is-dropdown .dropdown-toggle, .dark .is-ui .is-sidebar-content .is-dropdown .dropdown-toggle {
|
|
1877
|
-
color: #c7c7c7 !important;
|
|
1878
|
-
background-color: #464646 !important;
|
|
1879
|
-
}
|
|
1880
|
-
.dark #_cbhtml .is-dropdown .dropdown-toggle::after, .dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
1881
|
-
border-top-color: #9b9b9b !important;
|
|
1882
|
-
border-bottom-color: transparent !important;
|
|
1883
|
-
}
|
|
1884
|
-
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after, .dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1885
|
-
border-bottom-color: #a0a0a0 !important;
|
|
1886
|
-
border-top-color: transparent !important;
|
|
1887
|
-
}
|
|
1888
|
-
.dark #_cbhtml .is-dropdown .dropdown-menu, .dark .is-ui .is-dropdown .dropdown-menu {
|
|
1889
|
-
background-color: #bbb !important;
|
|
1890
|
-
}
|
|
1891
|
-
.dark #_cbhtml .is-dropdown .dropdown-menu li, .dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1892
|
-
background-color: transparent !important;
|
|
1893
|
-
}
|
|
1894
|
-
.dark #_cbhtml .is-dropdown .dropdown-menu li.selected, .dark .is-ui .is-dropdown .dropdown-menu li.selected {
|
|
1895
|
-
background-color: rgba(161, 160, 160, 0.6509803922) !important;
|
|
1896
|
-
}
|
|
1897
|
-
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus, .dark .is-ui .is-dropdown .dropdown-menu li:hover, .dark .is-ui .is-dropdown .dropdown-menu li:focus {
|
|
1898
|
-
background-color: rgba(161, 160, 160, 0.6509803922) !important;
|
|
1875
|
+
background: #cacaca !important;
|
|
1899
1876
|
}
|
|
1900
1877
|
.dark #_cbhtml .anim-preset-list button img, .dark .is-ui .anim-preset-list button img {
|
|
1901
1878
|
opacity: 0.3 !important;
|
|
@@ -2323,9 +2300,16 @@ body.frame-center.controlpanel .is-content-view {
|
|
|
2323
2300
|
padding: 0 0 0 60px;
|
|
2324
2301
|
box-sizing: border-box;
|
|
2325
2302
|
}
|
|
2303
|
+
#divSelector .inp-typolist.custom-select .select-styled {
|
|
2304
|
+
outline-offset: -2px;
|
|
2305
|
+
border: none;
|
|
2306
|
+
}
|
|
2307
|
+
#divSelector .inp-typolist.custom-select .select-options {
|
|
2308
|
+
max-height: 330px;
|
|
2309
|
+
}
|
|
2326
2310
|
|
|
2327
2311
|
#divStyles {
|
|
2328
|
-
border-top:
|
|
2312
|
+
border-top: transparent 46px solid;
|
|
2329
2313
|
padding: 35px 15px 0;
|
|
2330
2314
|
box-sizing: border-box;
|
|
2331
2315
|
overflow-y: auto;
|
|
@@ -2341,6 +2325,7 @@ body.frame-center.controlpanel .is-content-view {
|
|
|
2341
2325
|
width: 100%;
|
|
2342
2326
|
margin: 30px 0 70px;
|
|
2343
2327
|
display: flex;
|
|
2328
|
+
color: #000;
|
|
2344
2329
|
border: rgba(205, 205, 205, 0.32) 1px solid;
|
|
2345
2330
|
box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0.08);
|
|
2346
2331
|
position: relative;
|
|
@@ -2398,7 +2383,7 @@ body.frame-center.controlpanel .is-content-view {
|
|
|
2398
2383
|
}
|
|
2399
2384
|
|
|
2400
2385
|
.dark #divStyles > div .is-overlay:after {
|
|
2401
|
-
background: rgba(78, 78, 78, 0.
|
|
2386
|
+
background: rgba(78, 78, 78, 0.09);
|
|
2402
2387
|
}
|
|
2403
2388
|
|
|
2404
2389
|
#divStyles > div.active img {
|