@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
|
.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: #343434 !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: #868686 !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;
|
|
@@ -995,10 +1021,12 @@
|
|
|
995
1021
|
.dark #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
996
1022
|
.dark .is-ui .is-dropdown .dropdown-toggle::after {
|
|
997
1023
|
border-top-color: #000;
|
|
1024
|
+
border-bottom-color: transparent;
|
|
998
1025
|
}
|
|
999
1026
|
.dark #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
1000
1027
|
.dark .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
1001
1028
|
border-bottom-color: #000;
|
|
1029
|
+
border-top-color: transparent;
|
|
1002
1030
|
}
|
|
1003
1031
|
.dark #_cbhtml .is-dropdown .dropdown-menu,
|
|
1004
1032
|
.dark .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1008,6 +1036,7 @@
|
|
|
1008
1036
|
.dark #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1009
1037
|
.dark .is-ui .is-dropdown .dropdown-menu li {
|
|
1010
1038
|
color: #000;
|
|
1039
|
+
background-color: #d8d8d8;
|
|
1011
1040
|
}
|
|
1012
1041
|
.dark #_cbhtml .is-dropdown .dropdown-menu li:hover, .dark #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1013
1042
|
.dark .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #e3e9f3 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #eaeff6 !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #e3e9f3;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #cfe8f5 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #ecf2f6 !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #cfe8f5;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #bfcdf7 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #dbdee9 !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #bfcdf7;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #d4f1eb !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #e8f1ee !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #d4f1eb;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #cecece !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #e7e7e7 !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #cecece;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #e3e3e3 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #eaeaea !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #e3e3e3;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #e3e3e3 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #eaeaea !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #e3e3e3;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #d9ead7 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #e7efe7 !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #d9ead7;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #fbd6f0 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #f3ebf0 !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #fbd6f0;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #fbd6f0 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #f3ebf0 !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #fbd6f0;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #e3e2f3 !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #eae9f6 !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #e3e2f3;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|
|
@@ -157,6 +157,32 @@
|
|
|
157
157
|
.light .is-ui .style-helper-button-classic svg {
|
|
158
158
|
fill: #000;
|
|
159
159
|
}
|
|
160
|
+
.light #_cbhtml .is-area,
|
|
161
|
+
.light .is-ui .is-area {
|
|
162
|
+
color: #000 !important;
|
|
163
|
+
background: #e3d8ef !important;
|
|
164
|
+
}
|
|
165
|
+
.light #_cbhtml .is-area button,
|
|
166
|
+
.light .is-ui .is-area button {
|
|
167
|
+
color: #000 !important;
|
|
168
|
+
}
|
|
169
|
+
.light #_cbhtml .is-area button svg,
|
|
170
|
+
.light .is-ui .is-area button svg {
|
|
171
|
+
fill: #000 !important;
|
|
172
|
+
}
|
|
173
|
+
.light #_cbhtml .is-area-2nd,
|
|
174
|
+
.light .is-ui .is-area-2nd {
|
|
175
|
+
color: #000 !important;
|
|
176
|
+
background: #eae5ef !important;
|
|
177
|
+
}
|
|
178
|
+
.light #_cbhtml .is-area-2nd button,
|
|
179
|
+
.light .is-ui .is-area-2nd button {
|
|
180
|
+
color: #000 !important;
|
|
181
|
+
}
|
|
182
|
+
.light #_cbhtml .is-area-2nd button svg,
|
|
183
|
+
.light .is-ui .is-area-2nd button svg {
|
|
184
|
+
fill: #000 !important;
|
|
185
|
+
}
|
|
160
186
|
.light #_cbhtml .is-pop,
|
|
161
187
|
.light .is-ui .is-pop {
|
|
162
188
|
color: #000;
|
|
@@ -989,10 +1015,12 @@
|
|
|
989
1015
|
.light #_cbhtml .is-dropdown .dropdown-toggle::after,
|
|
990
1016
|
.light .is-ui .is-dropdown .dropdown-toggle::after {
|
|
991
1017
|
border-top-color: #000;
|
|
1018
|
+
border-bottom-color: transparent;
|
|
992
1019
|
}
|
|
993
1020
|
.light #_cbhtml .is-dropdown .dropdown-toggle.active::after,
|
|
994
1021
|
.light .is-ui .is-dropdown .dropdown-toggle.active::after {
|
|
995
1022
|
border-bottom-color: #000;
|
|
1023
|
+
border-top-color: transparent;
|
|
996
1024
|
}
|
|
997
1025
|
.light #_cbhtml .is-dropdown .dropdown-menu,
|
|
998
1026
|
.light .is-ui .is-dropdown .dropdown-menu {
|
|
@@ -1002,6 +1030,7 @@
|
|
|
1002
1030
|
.light #_cbhtml .is-dropdown .dropdown-menu li,
|
|
1003
1031
|
.light .is-ui .is-dropdown .dropdown-menu li {
|
|
1004
1032
|
color: #000;
|
|
1033
|
+
background-color: #e3d8ef;
|
|
1005
1034
|
}
|
|
1006
1035
|
.light #_cbhtml .is-dropdown .dropdown-menu li:hover, .light #_cbhtml .is-dropdown .dropdown-menu li:focus,
|
|
1007
1036
|
.light .is-ui .is-dropdown .dropdown-menu li:hover,
|