Diff: STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/static/sass/backend/editor/iframe.scss
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
// Placeholder rule for 6.3 and 6.4 compatibility
2
+
.editor-styles-wrapper.ct-never-match,
3
+
// Target only html from the iframe
4
+
html:not(.wp-toolbar) {
5
+
background-image: linear-gradient(45deg, transparent, transparent);
6
+
}
7
+