@innovastudio/contentbuilder 1.3.35 → 1.3.36
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
CHANGED
|
@@ -2005,8 +2005,9 @@ button:focus-visible {
|
|
|
2005
2005
|
.is-ui .is-modal div.is-modal-footer button {
|
|
2006
2006
|
margin-left: 2px;
|
|
2007
2007
|
}
|
|
2008
|
-
#_cbhtml .is-modal.fileselect, #_cbhtml .is-modal.imageselect, #_cbhtml .is-modal.videoselect,
|
|
2008
|
+
#_cbhtml .is-modal.fileselect, #_cbhtml .is-modal.mediaselect, #_cbhtml .is-modal.imageselect, #_cbhtml .is-modal.videoselect,
|
|
2009
2009
|
.is-ui .is-modal.fileselect,
|
|
2010
|
+
.is-ui .is-modal.mediaselect,
|
|
2010
2011
|
.is-ui .is-modal.imageselect,
|
|
2011
2012
|
.is-ui .is-modal.videoselect {
|
|
2012
2013
|
z-index: 10005;
|