@innovastudio/contentbuilder 1.5.158 → 1.5.159
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 +149 -6
- package/public/contentbuilder/contentbuilder.esm.js +827 -3
- package/public/contentbuilder/contentbuilder.min.js +6 -6
- package/public/contentbuilder/themes/colored-blue.css +3 -2
- package/public/contentbuilder/themes/colored-blue2.css +3 -2
- package/public/contentbuilder/themes/colored-blue3.css +3 -2
- package/public/contentbuilder/themes/colored-blue4.css +3 -2
- package/public/contentbuilder/themes/colored-blue5.css +3 -2
- package/public/contentbuilder/themes/colored-blue6.css +3 -2
- package/public/contentbuilder/themes/colored-blue7.css +3 -2
- package/public/contentbuilder/themes/colored-blue8.css +3 -2
- package/public/contentbuilder/themes/colored-darkblue.css +3 -2
- package/public/contentbuilder/themes/colored-gray.css +3 -2
- package/public/contentbuilder/themes/colored-green.css +3 -2
- package/public/contentbuilder/themes/colored-green2.css +3 -2
- package/public/contentbuilder/themes/colored-green3.css +3 -2
- package/public/contentbuilder/themes/colored-green4.css +3 -2
- package/public/contentbuilder/themes/colored-green5.css +3 -2
- package/public/contentbuilder/themes/colored-magenta.css +3 -2
- package/public/contentbuilder/themes/colored-orange.css +3 -2
- package/public/contentbuilder/themes/colored-orange2.css +3 -2
- package/public/contentbuilder/themes/colored-orange3.css +3 -2
- package/public/contentbuilder/themes/colored-pink.css +3 -2
- package/public/contentbuilder/themes/colored-pink2.css +3 -2
- package/public/contentbuilder/themes/colored-pink3.css +3 -2
- package/public/contentbuilder/themes/colored-pink4.css +3 -2
- package/public/contentbuilder/themes/colored-purple.css +3 -2
- package/public/contentbuilder/themes/colored-purple2.css +3 -2
- package/public/contentbuilder/themes/colored-red.css +3 -2
- package/public/contentbuilder/themes/colored-red2.css +3 -2
- package/public/contentbuilder/themes/colored-red3.css +3 -2
- package/public/contentbuilder/themes/colored-red4.css +3 -2
- package/public/contentbuilder/themes/colored-red5.css +3 -2
- package/public/contentbuilder/themes/colored-yellow.css +3 -2
- package/public/contentbuilder/themes/colored-yellow2.css +3 -2
- package/public/contentbuilder/themes/dark-blue.css +3 -2
- package/public/contentbuilder/themes/dark-blue2.css +3 -2
- package/public/contentbuilder/themes/dark-blue3.css +3 -2
- package/public/contentbuilder/themes/dark-gray.css +3 -2
- package/public/contentbuilder/themes/dark-pink.css +3 -2
- package/public/contentbuilder/themes/dark-purple.css +3 -2
- package/public/contentbuilder/themes/dark-red.css +3 -2
- package/public/contentbuilder/themes/dark.css +16 -2
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e8e8e8;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #d9ddf5;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #f1f8fa;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: white;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #dcebfb;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e3e5e7;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: whitesmoke;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: whitesmoke;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e5e6e9;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #efefef;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e7e7e5;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #dbf1dd;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #f0f5f4;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e7e7e5;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: whitesmoke;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e7e4e6;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e8e5e4;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: white;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: whitesmoke;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #edebec;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #fdf3f7;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #f9e9f2;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: whitesmoke;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #eeedef;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #f6f1f9;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e9e6e6;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #fefcfc;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #fff4f1;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: whitesmoke;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: whitesmoke;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #e4e2de;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -932,8 +932,9 @@
|
|
|
932
932
|
.colored .is-ui select option {
|
|
933
933
|
background: #fbefe0;
|
|
934
934
|
}
|
|
935
|
-
.colored #_cbhtml input[type=text],
|
|
936
|
-
.colored .is-ui input[type=text]
|
|
935
|
+
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
+
.colored .is-ui input[type=text],
|
|
937
|
+
.colored .is-ui input[type=number] {
|
|
937
938
|
color: rgba(0, 0, 0, 0.83);
|
|
938
939
|
border: none;
|
|
939
940
|
border-bottom: none;
|
|
@@ -948,8 +948,9 @@
|
|
|
948
948
|
.dark .is-ui select option {
|
|
949
949
|
background: #606dc8;
|
|
950
950
|
}
|
|
951
|
-
.dark #_cbhtml input[type=text],
|
|
952
|
-
.dark .is-ui input[type=text]
|
|
951
|
+
.dark #_cbhtml input[type=text], .dark #_cbhtml input[type=number],
|
|
952
|
+
.dark .is-ui input[type=text],
|
|
953
|
+
.dark .is-ui input[type=number] {
|
|
953
954
|
color: rgba(250, 250, 250, 0.83);
|
|
954
955
|
border: none;
|
|
955
956
|
border-bottom: none;
|
|
@@ -948,8 +948,9 @@
|
|
|
948
948
|
.dark .is-ui select option {
|
|
949
949
|
background: #0d5caf;
|
|
950
950
|
}
|
|
951
|
-
.dark #_cbhtml input[type=text],
|
|
952
|
-
.dark .is-ui input[type=text]
|
|
951
|
+
.dark #_cbhtml input[type=text], .dark #_cbhtml input[type=number],
|
|
952
|
+
.dark .is-ui input[type=text],
|
|
953
|
+
.dark .is-ui input[type=number] {
|
|
953
954
|
color: rgba(250, 250, 250, 0.83);
|
|
954
955
|
border: none;
|
|
955
956
|
border-bottom: none;
|
|
@@ -948,8 +948,9 @@
|
|
|
948
948
|
.dark .is-ui select option {
|
|
949
949
|
background: #5a6166;
|
|
950
950
|
}
|
|
951
|
-
.dark #_cbhtml input[type=text],
|
|
952
|
-
.dark .is-ui input[type=text]
|
|
951
|
+
.dark #_cbhtml input[type=text], .dark #_cbhtml input[type=number],
|
|
952
|
+
.dark .is-ui input[type=text],
|
|
953
|
+
.dark .is-ui input[type=number] {
|
|
953
954
|
color: rgba(250, 250, 250, 0.83);
|
|
954
955
|
border: none;
|
|
955
956
|
border-bottom: none;
|
|
@@ -948,8 +948,9 @@
|
|
|
948
948
|
.dark .is-ui select option {
|
|
949
949
|
background: #606060;
|
|
950
950
|
}
|
|
951
|
-
.dark #_cbhtml input[type=text],
|
|
952
|
-
.dark .is-ui input[type=text]
|
|
951
|
+
.dark #_cbhtml input[type=text], .dark #_cbhtml input[type=number],
|
|
952
|
+
.dark .is-ui input[type=text],
|
|
953
|
+
.dark .is-ui input[type=number] {
|
|
953
954
|
color: rgba(250, 250, 250, 0.83);
|
|
954
955
|
border: none;
|
|
955
956
|
border-bottom: none;
|
|
@@ -948,8 +948,9 @@
|
|
|
948
948
|
.dark .is-ui select option {
|
|
949
949
|
background: #5d5759;
|
|
950
950
|
}
|
|
951
|
-
.dark #_cbhtml input[type=text],
|
|
952
|
-
.dark .is-ui input[type=text]
|
|
951
|
+
.dark #_cbhtml input[type=text], .dark #_cbhtml input[type=number],
|
|
952
|
+
.dark .is-ui input[type=text],
|
|
953
|
+
.dark .is-ui input[type=number] {
|
|
953
954
|
color: rgba(250, 250, 250, 0.83);
|
|
954
955
|
border: none;
|
|
955
956
|
border-bottom: none;
|
|
@@ -948,8 +948,9 @@
|
|
|
948
948
|
.dark .is-ui select option {
|
|
949
949
|
background: #6b4dc6;
|
|
950
950
|
}
|
|
951
|
-
.dark #_cbhtml input[type=text],
|
|
952
|
-
.dark .is-ui input[type=text]
|
|
951
|
+
.dark #_cbhtml input[type=text], .dark #_cbhtml input[type=number],
|
|
952
|
+
.dark .is-ui input[type=text],
|
|
953
|
+
.dark .is-ui input[type=number] {
|
|
953
954
|
color: rgba(250, 250, 250, 0.83);
|
|
954
955
|
border: none;
|
|
955
956
|
border-bottom: none;
|
|
@@ -948,8 +948,9 @@
|
|
|
948
948
|
.dark .is-ui select option {
|
|
949
949
|
background: #575353;
|
|
950
950
|
}
|
|
951
|
-
.dark #_cbhtml input[type=text],
|
|
952
|
-
.dark .is-ui input[type=text]
|
|
951
|
+
.dark #_cbhtml input[type=text], .dark #_cbhtml input[type=number],
|
|
952
|
+
.dark .is-ui input[type=text],
|
|
953
|
+
.dark .is-ui input[type=number] {
|
|
953
954
|
color: rgba(250, 250, 250, 0.83);
|
|
954
955
|
border: none;
|
|
955
956
|
border-bottom: none;
|
|
@@ -641,6 +641,19 @@
|
|
|
641
641
|
.dark .is-ui .is-modal.grideditor .is-separator {
|
|
642
642
|
border-top: rgba(255, 255, 255, 0.17) 1px solid;
|
|
643
643
|
}
|
|
644
|
+
.dark #_cbhtml .is-modal.pluginsettings .is-modal-bar,
|
|
645
|
+
.dark .is-ui .is-modal.pluginsettings .is-modal-bar {
|
|
646
|
+
background-color: #4e4e4e;
|
|
647
|
+
}
|
|
648
|
+
.dark #_cbhtml .is-modal.pluginsettings button.is-btn-color,
|
|
649
|
+
.dark .is-ui .is-modal.pluginsettings button.is-btn-color {
|
|
650
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
651
|
+
border: rgba(255, 255, 255, 0.22) 1px solid;
|
|
652
|
+
}
|
|
653
|
+
.dark #_cbhtml .is-modal button:not(.is-btn-color):hover,
|
|
654
|
+
.dark .is-ui .is-modal button:not(.is-btn-color):hover {
|
|
655
|
+
background-color: rgba(255, 255, 255, 0.07);
|
|
656
|
+
}
|
|
644
657
|
.dark #_cbhtml .is-modal.edittable .is-modal-bar,
|
|
645
658
|
.dark .is-ui .is-modal.edittable .is-modal-bar {
|
|
646
659
|
background-color: #4e4e4e;
|
|
@@ -948,8 +961,9 @@
|
|
|
948
961
|
.dark .is-ui select option {
|
|
949
962
|
background: #626262;
|
|
950
963
|
}
|
|
951
|
-
.dark #_cbhtml input[type=text],
|
|
952
|
-
.dark .is-ui input[type=text]
|
|
964
|
+
.dark #_cbhtml input[type=text], .dark #_cbhtml input[type=number],
|
|
965
|
+
.dark .is-ui input[type=text],
|
|
966
|
+
.dark .is-ui input[type=number] {
|
|
953
967
|
color: rgba(250, 250, 250, 0.83);
|
|
954
968
|
border: none;
|
|
955
969
|
border-bottom: none;
|