@innovastudio/contentbox 1.6.160 → 1.6.161
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 +3 -12
- package/readme.txt +1 -1
package/package.json
CHANGED
@@ -661,10 +661,6 @@ body.controlpanel .is-content-view.mobile {
|
|
661
661
|
.builder-ui p {
|
662
662
|
margin: 0.8rem 0 0.8rem;
|
663
663
|
}
|
664
|
-
.builder-ui ul, .builder-ui ol {
|
665
|
-
margin: 0 0 1rem;
|
666
|
-
padding-inline-start: 20px;
|
667
|
-
}
|
668
664
|
.builder-ui a {
|
669
665
|
color: #000;
|
670
666
|
}
|
@@ -1045,7 +1041,7 @@ body.controlpanel .is-content-view.mobile {
|
|
1045
1041
|
display: inline-block;
|
1046
1042
|
border: none;
|
1047
1043
|
border-bottom: none;
|
1048
|
-
border-radius:
|
1044
|
+
border-radius: 5px;
|
1049
1045
|
background-color: #f6f6f6;
|
1050
1046
|
flex: none;
|
1051
1047
|
}
|
@@ -1059,7 +1055,6 @@ body.controlpanel .is-content-view.mobile {
|
|
1059
1055
|
height: 43px;
|
1060
1056
|
line-height: 1.7;
|
1061
1057
|
color: #4a4a4a;
|
1062
|
-
border-radius: 5px;
|
1063
1058
|
border: none;
|
1064
1059
|
background-color: #f6f6f6;
|
1065
1060
|
width: auto;
|
@@ -1069,7 +1064,7 @@ body.controlpanel .is-content-view.mobile {
|
|
1069
1064
|
-moz-appearance: menulist;
|
1070
1065
|
appearance: menulist;
|
1071
1066
|
padding: 0 5px;
|
1072
|
-
border-radius:
|
1067
|
+
border-radius: 5px;
|
1073
1068
|
cursor: pointer;
|
1074
1069
|
}
|
1075
1070
|
.builder-ui input[type=text]:focus,
|
@@ -1082,7 +1077,7 @@ body.controlpanel .is-content-view.mobile {
|
|
1082
1077
|
.builder-ui .group {
|
1083
1078
|
border: 1px solid #e1e1e1;
|
1084
1079
|
margin-bottom: 11px;
|
1085
|
-
border-radius:
|
1080
|
+
border-radius: 7px;
|
1086
1081
|
overflow: hidden;
|
1087
1082
|
display: inline-flex;
|
1088
1083
|
flex-wrap: wrap;
|
@@ -3229,10 +3224,6 @@ body.fullview.topspace .is-content-view iframe {
|
|
3229
3224
|
#_cbhtml p {
|
3230
3225
|
margin: 0.8rem 0 0.8rem;
|
3231
3226
|
}
|
3232
|
-
#_cbhtml ul, #_cbhtml ol {
|
3233
|
-
margin: 0 0 1rem;
|
3234
|
-
padding-inline-start: 20px;
|
3235
|
-
}
|
3236
3227
|
#_cbhtml a {
|
3237
3228
|
color: #000;
|
3238
3229
|
}
|
package/readme.txt
CHANGED