Change the order of the buttons in the link form dialog of ckeditor
authorCyperghost <olaf_schmitz_1@t-online.de>
Mon, 22 Jan 2024 11:35:16 +0000 (12:35 +0100)
committerOlaf Braun <info@braun-development.de>
Thu, 7 Mar 2024 15:36:44 +0000 (16:36 +0100)
wcfsetup/install/files/style/ui/ckeditor.scss

index cc717704b6970dc59561389ceae21eb9f30d66ef..447c327df9587d46b7563eeab23b2d696d7f50d4 100644 (file)
@@ -624,3 +624,17 @@ html.iOS {
                font-size: 16px;
        }
 }
+
+.ck-link-form {
+  .ck-labeled-field-view {
+    order: 0;
+  }
+
+  .ck-button-cancel {
+    order: 1;
+  }
+
+  .ck-button-save {
+    order: 2;
+  }
+}