@innovastudio/contentbuilder 1.3.25 → 1.3.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/contentbuilder/contentbuilder.css +35 -0
- package/public/contentbuilder/contentbuilder.esm.js +136 -0
- package/public/contentbuilder/contentbuilder.min.js +8 -8
- package/public/contentbuilder/themes/colored-blue.css +29 -0
- package/public/contentbuilder/themes/colored-blue2.css +29 -0
- package/public/contentbuilder/themes/colored-blue3.css +29 -0
- package/public/contentbuilder/themes/colored-blue4.css +29 -0
- package/public/contentbuilder/themes/colored-blue5.css +29 -0
- package/public/contentbuilder/themes/colored-blue6.css +29 -0
- package/public/contentbuilder/themes/colored-blue7.css +29 -0
- package/public/contentbuilder/themes/colored-blue8.css +29 -0
- package/public/contentbuilder/themes/colored-dark.css +29 -0
- package/public/contentbuilder/themes/colored-darkblue.css +29 -0
- package/public/contentbuilder/themes/colored-gray.css +29 -0
- package/public/contentbuilder/themes/colored-green.css +29 -0
- package/public/contentbuilder/themes/colored-green2.css +29 -0
- package/public/contentbuilder/themes/colored-green3.css +29 -0
- package/public/contentbuilder/themes/colored-green4.css +29 -0
- package/public/contentbuilder/themes/colored-green5.css +29 -0
- package/public/contentbuilder/themes/colored-magenta.css +29 -0
- package/public/contentbuilder/themes/colored-orange.css +29 -0
- package/public/contentbuilder/themes/colored-orange2.css +29 -0
- package/public/contentbuilder/themes/colored-orange3.css +29 -0
- package/public/contentbuilder/themes/colored-pink.css +29 -0
- package/public/contentbuilder/themes/colored-pink2.css +29 -0
- package/public/contentbuilder/themes/colored-pink3.css +29 -0
- package/public/contentbuilder/themes/colored-pink4.css +29 -0
- package/public/contentbuilder/themes/colored-purple.css +29 -0
- package/public/contentbuilder/themes/colored-purple2.css +29 -0
- package/public/contentbuilder/themes/colored-red.css +29 -0
- package/public/contentbuilder/themes/colored-red2.css +29 -0
- package/public/contentbuilder/themes/colored-red3.css +29 -0
- package/public/contentbuilder/themes/colored-red4.css +29 -0
- package/public/contentbuilder/themes/colored-red5.css +29 -0
- package/public/contentbuilder/themes/colored-yellow.css +29 -0
- package/public/contentbuilder/themes/colored-yellow2.css +29 -0
- package/public/contentbuilder/themes/dark-blue.css +28 -1
- package/public/contentbuilder/themes/dark-blue2.css +28 -1
- package/public/contentbuilder/themes/dark-blue3.css +28 -1
- package/public/contentbuilder/themes/dark-gray.css +28 -1
- package/public/contentbuilder/themes/dark-pink.css +28 -1
- package/public/contentbuilder/themes/dark-purple.css +28 -1
- package/public/contentbuilder/themes/dark-red.css +28 -1
- package/public/contentbuilder/themes/dark.css +29 -0
- package/public/contentbuilder/themes/light-blue.css +29 -0
- package/public/contentbuilder/themes/light-blue2.css +29 -0
- package/public/contentbuilder/themes/light-blue3.css +29 -0
- package/public/contentbuilder/themes/light-cyan.css +29 -0
- package/public/contentbuilder/themes/light-gray.css +29 -0
- package/public/contentbuilder/themes/light-gray2.css +29 -0
- package/public/contentbuilder/themes/light-gray3.css +29 -0
- package/public/contentbuilder/themes/light-green.css +29 -0
- package/public/contentbuilder/themes/light-pink.css +29 -0
- package/public/contentbuilder/themes/light-pink2.css +29 -0
- package/public/contentbuilder/themes/light-purple.css +29 -0
- package/public/contentbuilder/themes/light-purple2.css +29 -0
- package/public/contentbuilder/themes/light-red.css +29 -0
- package/public/contentbuilder/themes/light-yellow.css +29 -0
- package/public/contentbuilder/themes/light-yellow2.css +29 -0
- package/readme.txt +1 -1
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.colored .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.colored #_cbhtml .is-area,
|
|
161
|
+
.colored .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #d8d3d3 !important;
|
|
164
|
+
}
|
|
165
|
+
.colored #_cbhtml .is-area button,
|
|
166
|
+
.colored .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.colored #_cbhtml .is-area button svg,
|
|
170
|
+
.colored .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.colored #_cbhtml .is-area-2nd,
|
|
174
|
+
.colored .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #e4e1e1 !important;
|
|
177
|
+
}
|
|
178
|
+
.colored #_cbhtml .is-area-2nd button,
|
|
179
|
+
.colored .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.colored #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.colored .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.colored #_cbhtml .is-pop,
|
|
161
187
|
.colored .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #d8d3d3;
|
|
1005
1034
|
}
|
|
1006
1035
|
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.colored .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.colored #_cbhtml .is-area,
|
|
161
|
+
.colored .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #f9dede !important;
|
|
164
|
+
}
|
|
165
|
+
.colored #_cbhtml .is-area button,
|
|
166
|
+
.colored .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.colored #_cbhtml .is-area button svg,
|
|
170
|
+
.colored .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.colored #_cbhtml .is-area-2nd,
|
|
174
|
+
.colored .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #f0ebeb !important;
|
|
177
|
+
}
|
|
178
|
+
.colored #_cbhtml .is-area-2nd button,
|
|
179
|
+
.colored .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.colored #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.colored .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.colored #_cbhtml .is-pop,
|
|
161
187
|
.colored .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #f9dede;
|
|
1005
1034
|
}
|
|
1006
1035
|
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.colored .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.colored #_cbhtml .is-area,
|
|
161
|
+
.colored .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #ffd7cd !important;
|
|
164
|
+
}
|
|
165
|
+
.colored #_cbhtml .is-area button,
|
|
166
|
+
.colored .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.colored #_cbhtml .is-area button svg,
|
|
170
|
+
.colored .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.colored #_cbhtml .is-area-2nd,
|
|
174
|
+
.colored .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #f3edec !important;
|
|
177
|
+
}
|
|
178
|
+
.colored #_cbhtml .is-area-2nd button,
|
|
179
|
+
.colored .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.colored #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.colored .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.colored #_cbhtml .is-pop,
|
|
161
187
|
.colored .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #ffd7cd;
|
|
1005
1034
|
}
|
|
1006
1035
|
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.colored .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.colored #_cbhtml .is-area,
|
|
161
|
+
.colored .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #e3e3e3 !important;
|
|
164
|
+
}
|
|
165
|
+
.colored #_cbhtml .is-area button,
|
|
166
|
+
.colored .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.colored #_cbhtml .is-area button svg,
|
|
170
|
+
.colored .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.colored #_cbhtml .is-area-2nd,
|
|
174
|
+
.colored .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #eaeaea !important;
|
|
177
|
+
}
|
|
178
|
+
.colored #_cbhtml .is-area-2nd button,
|
|
179
|
+
.colored .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.colored #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.colored .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.colored #_cbhtml .is-pop,
|
|
161
187
|
.colored .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #e3e3e3;
|
|
1005
1034
|
}
|
|
1006
1035
|
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.colored .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.colored #_cbhtml .is-area,
|
|
161
|
+
.colored .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #e3e3e3 !important;
|
|
164
|
+
}
|
|
165
|
+
.colored #_cbhtml .is-area button,
|
|
166
|
+
.colored .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.colored #_cbhtml .is-area button svg,
|
|
170
|
+
.colored .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.colored #_cbhtml .is-area-2nd,
|
|
174
|
+
.colored .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #eaeaea !important;
|
|
177
|
+
}
|
|
178
|
+
.colored #_cbhtml .is-area-2nd button,
|
|
179
|
+
.colored .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.colored #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.colored .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.colored #_cbhtml .is-pop,
|
|
161
187
|
.colored .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #e3e3e3;
|
|
1005
1034
|
}
|
|
1006
1035
|
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.colored .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.colored #_cbhtml .is-area,
|
|
161
|
+
.colored .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #d4d1ca !important;
|
|
164
|
+
}
|
|
165
|
+
.colored #_cbhtml .is-area button,
|
|
166
|
+
.colored .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.colored #_cbhtml .is-area button svg,
|
|
170
|
+
.colored .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.colored #_cbhtml .is-area-2nd,
|
|
174
|
+
.colored .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #dfddd8 !important;
|
|
177
|
+
}
|
|
178
|
+
.colored #_cbhtml .is-area-2nd button,
|
|
179
|
+
.colored .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.colored #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.colored .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.colored #_cbhtml .is-pop,
|
|
161
187
|
.colored .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #d4d1ca;
|
|
1005
1034
|
}
|
|
1006
1035
|
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.colored .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.colored #_cbhtml .is-area,
|
|
161
|
+
.colored .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #f7dfc0 !important;
|
|
164
|
+
}
|
|
165
|
+
.colored #_cbhtml .is-area button,
|
|
166
|
+
.colored .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.colored #_cbhtml .is-area button svg,
|
|
170
|
+
.colored .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.colored #_cbhtml .is-area-2nd,
|
|
174
|
+
.colored .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #f4ebdf !important;
|
|
177
|
+
}
|
|
178
|
+
.colored #_cbhtml .is-area-2nd button,
|
|
179
|
+
.colored .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.colored #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.colored .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.colored #_cbhtml .is-pop,
|
|
161
187
|
.colored .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.colored #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.colored .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.colored #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.colored .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.colored #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.colored .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.colored #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.colored .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #f7dfc0;
|
|
1005
1034
|
}
|
|
1006
1035
|
.colored #_cbhtml .is-dropdown .dropdown-menu li:hover, .colored #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.colored .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.dark .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #fafafa;
|
|
159
159
|
}
|
|
160
|
+
.dark #_cbhtml .is-area,
|
|
161
|
+
.dark .is-ui .is-area {
|
|
162
|
+
color: #fafafa !important;
|
|
163
|
+
background: #4251bd !important;
|
|
164
|
+
}
|
|
165
|
+
.dark #_cbhtml .is-area button,
|
|
166
|
+
.dark .is-ui .is-area button {
|
|
167
|
+
color: #fafafa !important;
|
|
168
|
+
}
|
|
169
|
+
.dark #_cbhtml .is-area button svg,
|
|
170
|
+
.dark .is-ui .is-area button svg {
|
|
171
|
+
fill: #fafafa !important;
|
|
172
|
+
}
|
|
173
|
+
.dark #_cbhtml .is-area-2nd,
|
|
174
|
+
.dark .is-ui .is-area-2nd {
|
|
175
|
+
color: #fafafa !important;
|
|
176
|
+
background: #c7c7c7 !important;
|
|
177
|
+
}
|
|
178
|
+
.dark #_cbhtml .is-area-2nd button,
|
|
179
|
+
.dark .is-ui .is-area-2nd button {
|
|
180
|
+
color: #fafafa !important;
|
|
181
|
+
}
|
|
182
|
+
.dark #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.dark .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #fafafa !important;
|
|
185
|
+
}
|
|
160
186
|
.dark #_cbhtml .is-pop,
|
|
161
187
|
.dark .is-ui .is-pop {
|
|
162
188
|
color: #fafafa;
|
|
@@ -1013,7 +1039,8 @@
|
|
|
1013
1039
|
}
|
|
1014
1040
|
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1015
1041
|
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1016
|
-
color: #
|
|
1042
|
+
color: #fff;
|
|
1043
|
+
background-color: #4d5bc1;
|
|
1017
1044
|
}
|
|
1018
1045
|
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1019
1046
|
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.dark .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #fafafa;
|
|
159
159
|
}
|
|
160
|
+
.dark #_cbhtml .is-area,
|
|
161
|
+
.dark .is-ui .is-area {
|
|
162
|
+
color: #fafafa !important;
|
|
163
|
+
background: #0a4889 !important;
|
|
164
|
+
}
|
|
165
|
+
.dark #_cbhtml .is-area button,
|
|
166
|
+
.dark .is-ui .is-area button {
|
|
167
|
+
color: #fafafa !important;
|
|
168
|
+
}
|
|
169
|
+
.dark #_cbhtml .is-area button svg,
|
|
170
|
+
.dark .is-ui .is-area button svg {
|
|
171
|
+
fill: #fafafa !important;
|
|
172
|
+
}
|
|
173
|
+
.dark #_cbhtml .is-area-2nd,
|
|
174
|
+
.dark .is-ui .is-area-2nd {
|
|
175
|
+
color: #fafafa !important;
|
|
176
|
+
background: #c7c7c7 !important;
|
|
177
|
+
}
|
|
178
|
+
.dark #_cbhtml .is-area-2nd button,
|
|
179
|
+
.dark .is-ui .is-area-2nd button {
|
|
180
|
+
color: #fafafa !important;
|
|
181
|
+
}
|
|
182
|
+
.dark #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.dark .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #fafafa !important;
|
|
185
|
+
}
|
|
160
186
|
.dark #_cbhtml .is-pop,
|
|
161
187
|
.dark .is-ui .is-pop {
|
|
162
188
|
color: #fafafa;
|
|
@@ -1013,7 +1039,8 @@
|
|
|
1013
1039
|
}
|
|
1014
1040
|
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1015
1041
|
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1016
|
-
color: #
|
|
1042
|
+
color: #fff;
|
|
1043
|
+
background-color: #0b4f97;
|
|
1017
1044
|
}
|
|
1018
1045
|
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1019
1046
|
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.dark .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #fafafa;
|
|
159
159
|
}
|
|
160
|
+
.dark #_cbhtml .is-area,
|
|
161
|
+
.dark .is-ui .is-area {
|
|
162
|
+
color: #fafafa !important;
|
|
163
|
+
background: #474c50 !important;
|
|
164
|
+
}
|
|
165
|
+
.dark #_cbhtml .is-area button,
|
|
166
|
+
.dark .is-ui .is-area button {
|
|
167
|
+
color: #fafafa !important;
|
|
168
|
+
}
|
|
169
|
+
.dark #_cbhtml .is-area button svg,
|
|
170
|
+
.dark .is-ui .is-area button svg {
|
|
171
|
+
fill: #fafafa !important;
|
|
172
|
+
}
|
|
173
|
+
.dark #_cbhtml .is-area-2nd,
|
|
174
|
+
.dark .is-ui .is-area-2nd {
|
|
175
|
+
color: #fafafa !important;
|
|
176
|
+
background: #c7c7c7 !important;
|
|
177
|
+
}
|
|
178
|
+
.dark #_cbhtml .is-area-2nd button,
|
|
179
|
+
.dark .is-ui .is-area-2nd button {
|
|
180
|
+
color: #fafafa !important;
|
|
181
|
+
}
|
|
182
|
+
.dark #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.dark .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #fafafa !important;
|
|
185
|
+
}
|
|
160
186
|
.dark #_cbhtml .is-pop,
|
|
161
187
|
.dark .is-ui .is-pop {
|
|
162
188
|
color: #fafafa;
|
|
@@ -1013,7 +1039,8 @@
|
|
|
1013
1039
|
}
|
|
1014
1040
|
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1015
1041
|
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1016
|
-
color: #
|
|
1042
|
+
color: #fff;
|
|
1043
|
+
background-color: #4e5458;
|
|
1017
1044
|
}
|
|
1018
1045
|
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1019
1046
|
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.dark .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #fafafa;
|
|
159
159
|
}
|
|
160
|
+
.dark #_cbhtml .is-area,
|
|
161
|
+
.dark .is-ui .is-area {
|
|
162
|
+
color: #fafafa !important;
|
|
163
|
+
background: #4c4c4c !important;
|
|
164
|
+
}
|
|
165
|
+
.dark #_cbhtml .is-area button,
|
|
166
|
+
.dark .is-ui .is-area button {
|
|
167
|
+
color: #fafafa !important;
|
|
168
|
+
}
|
|
169
|
+
.dark #_cbhtml .is-area button svg,
|
|
170
|
+
.dark .is-ui .is-area button svg {
|
|
171
|
+
fill: #fafafa !important;
|
|
172
|
+
}
|
|
173
|
+
.dark #_cbhtml .is-area-2nd,
|
|
174
|
+
.dark .is-ui .is-area-2nd {
|
|
175
|
+
color: #fafafa !important;
|
|
176
|
+
background: #c7c7c7 !important;
|
|
177
|
+
}
|
|
178
|
+
.dark #_cbhtml .is-area-2nd button,
|
|
179
|
+
.dark .is-ui .is-area-2nd button {
|
|
180
|
+
color: #fafafa !important;
|
|
181
|
+
}
|
|
182
|
+
.dark #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.dark .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #fafafa !important;
|
|
185
|
+
}
|
|
160
186
|
.dark #_cbhtml .is-pop,
|
|
161
187
|
.dark .is-ui .is-pop {
|
|
162
188
|
color: #fafafa;
|
|
@@ -1013,7 +1039,8 @@
|
|
|
1013
1039
|
}
|
|
1014
1040
|
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1015
1041
|
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1016
|
-
color: #
|
|
1042
|
+
color: #fff;
|
|
1043
|
+
background-color: #545454;
|
|
1017
1044
|
}
|
|
1018
1045
|
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1019
1046
|
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.dark .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #fafafa;
|
|
159
159
|
}
|
|
160
|
+
.dark #_cbhtml .is-area,
|
|
161
|
+
.dark .is-ui .is-area {
|
|
162
|
+
color: #fafafa !important;
|
|
163
|
+
background: #484345 !important;
|
|
164
|
+
}
|
|
165
|
+
.dark #_cbhtml .is-area button,
|
|
166
|
+
.dark .is-ui .is-area button {
|
|
167
|
+
color: #fafafa !important;
|
|
168
|
+
}
|
|
169
|
+
.dark #_cbhtml .is-area button svg,
|
|
170
|
+
.dark .is-ui .is-area button svg {
|
|
171
|
+
fill: #fafafa !important;
|
|
172
|
+
}
|
|
173
|
+
.dark #_cbhtml .is-area-2nd,
|
|
174
|
+
.dark .is-ui .is-area-2nd {
|
|
175
|
+
color: #fafafa !important;
|
|
176
|
+
background: #c7c7c7 !important;
|
|
177
|
+
}
|
|
178
|
+
.dark #_cbhtml .is-area-2nd button,
|
|
179
|
+
.dark .is-ui .is-area-2nd button {
|
|
180
|
+
color: #fafafa !important;
|
|
181
|
+
}
|
|
182
|
+
.dark #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.dark .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #fafafa !important;
|
|
185
|
+
}
|
|
160
186
|
.dark #_cbhtml .is-pop,
|
|
161
187
|
.dark .is-ui .is-pop {
|
|
162
188
|
color: #fafafa;
|
|
@@ -1013,7 +1039,8 @@
|
|
|
1013
1039
|
}
|
|
1014
1040
|
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1015
1041
|
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1016
|
-
color: #
|
|
1042
|
+
color: #fff;
|
|
1043
|
+
background-color: #504a4d;
|
|
1017
1044
|
}
|
|
1018
1045
|
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1019
1046
|
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.dark .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #fafafa;
|
|
159
159
|
}
|
|
160
|
+
.dark #_cbhtml .is-area,
|
|
161
|
+
.dark .is-ui .is-area {
|
|
162
|
+
color: #fafafa !important;
|
|
163
|
+
background: #5739b1 !important;
|
|
164
|
+
}
|
|
165
|
+
.dark #_cbhtml .is-area button,
|
|
166
|
+
.dark .is-ui .is-area button {
|
|
167
|
+
color: #fafafa !important;
|
|
168
|
+
}
|
|
169
|
+
.dark #_cbhtml .is-area button svg,
|
|
170
|
+
.dark .is-ui .is-area button svg {
|
|
171
|
+
fill: #fafafa !important;
|
|
172
|
+
}
|
|
173
|
+
.dark #_cbhtml .is-area-2nd,
|
|
174
|
+
.dark .is-ui .is-area-2nd {
|
|
175
|
+
color: #fafafa !important;
|
|
176
|
+
background: #c7c7c7 !important;
|
|
177
|
+
}
|
|
178
|
+
.dark #_cbhtml .is-area-2nd button,
|
|
179
|
+
.dark .is-ui .is-area-2nd button {
|
|
180
|
+
color: #fafafa !important;
|
|
181
|
+
}
|
|
182
|
+
.dark #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.dark .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #fafafa !important;
|
|
185
|
+
}
|
|
160
186
|
.dark #_cbhtml .is-pop,
|
|
161
187
|
.dark .is-ui .is-pop {
|
|
162
188
|
color: #fafafa;
|
|
@@ -1013,7 +1039,8 @@
|
|
|
1013
1039
|
}
|
|
1014
1040
|
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1015
1041
|
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1016
|
-
color: #
|
|
1042
|
+
color: #fff;
|
|
1043
|
+
background-color: #5d3dbd;
|
|
1017
1044
|
}
|
|
1018
1045
|
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1019
1046
|
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.dark .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #fafafa;
|
|
159
159
|
}
|
|
160
|
+
.dark #_cbhtml .is-area,
|
|
161
|
+
.dark .is-ui .is-area {
|
|
162
|
+
color: #fafafa !important;
|
|
163
|
+
background: #423f3f !important;
|
|
164
|
+
}
|
|
165
|
+
.dark #_cbhtml .is-area button,
|
|
166
|
+
.dark .is-ui .is-area button {
|
|
167
|
+
color: #fafafa !important;
|
|
168
|
+
}
|
|
169
|
+
.dark #_cbhtml .is-area button svg,
|
|
170
|
+
.dark .is-ui .is-area button svg {
|
|
171
|
+
fill: #fafafa !important;
|
|
172
|
+
}
|
|
173
|
+
.dark #_cbhtml .is-area-2nd,
|
|
174
|
+
.dark .is-ui .is-area-2nd {
|
|
175
|
+
color: #fafafa !important;
|
|
176
|
+
background: #c7c7c7 !important;
|
|
177
|
+
}
|
|
178
|
+
.dark #_cbhtml .is-area-2nd button,
|
|
179
|
+
.dark .is-ui .is-area-2nd button {
|
|
180
|
+
color: #fafafa !important;
|
|
181
|
+
}
|
|
182
|
+
.dark #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.dark .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #fafafa !important;
|
|
185
|
+
}
|
|
160
186
|
.dark #_cbhtml .is-pop,
|
|
161
187
|
.dark .is-ui .is-pop {
|
|
162
188
|
color: #fafafa;
|
|
@@ -1013,7 +1039,8 @@
|
|
|
1013
1039
|
}
|
|
1014
1040
|
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1015
1041
|
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1016
|
-
color: #
|
|
1042
|
+
color: #fff;
|
|
1043
|
+
background-color: #4a4646;
|
|
1017
1044
|
}
|
|
1018
1045
|
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1019
1046
|
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|