From 46c8731fa0d024620a51bcf39adf2994f66c93ee Mon Sep 17 00:00:00 2001 From: Stefan Jung Date: Sat, 20 Jan 2024 13:23:50 +0100 Subject: [PATCH] Add more examples --- framework/css/edit/style-slide.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/framework/css/edit/style-slide.css b/framework/css/edit/style-slide.css index 00bfd27..c342177 100644 --- a/framework/css/edit/style-slide.css +++ b/framework/css/edit/style-slide.css @@ -20,6 +20,14 @@ } +/* ============================================================ + * @style + */ +*[style] { + -oxy-style:attr(style); +} + + /* ============================================================ * Block element border */ @@ -545,6 +553,9 @@ ) ); } +*[class~='topic/div'][class~='slide/slide-div'] { + display:-oxy-morph; +} /* ============================================================