From 2f3a4b8c54bd5a671402afd811d2112e102ab0ca Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 7 Apr 2016 15:33:13 +0200 Subject: [PATCH] --- pagets-rte.ts | 3 +++ style.css | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 pagets-rte.ts create mode 100644 style.css diff --git a/pagets-rte.ts b/pagets-rte.ts new file mode 100644 index 0000000..99f4131 --- /dev/null +++ b/pagets-rte.ts @@ -0,0 +1,3 @@ +RTE.default.buttons.blockstyle.tags.ul.allowedClasses = with-list-points +RTE.default.buttons.blockstyle.tags.ol.allowedClasses = with-list-points +RTE.default.proc.allowedClasses = ... ,with-list-points diff --git a/style.css b/style.css new file mode 100644 index 0000000..379f8c9 --- /dev/null +++ b/style.css @@ -0,0 +1,9 @@ +ul.with-list-points { + color: grey; + list-style-type: circle; +} + +ol.with-list-points { + color: grey; + list-style-type: square; +} \ No newline at end of file -- 2.30.2