From 44f626283057e993a3fea52a30861e88cd07e935 Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Mon, 22 Jan 2024 12:35:16 +0100 Subject: [PATCH] Change the order of the buttons in the link form dialog of ckeditor --- wcfsetup/install/files/style/ui/ckeditor.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index cc717704b6..447c327df9 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -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; + } +} -- 2.20.1