From: Cyperghost Date: Mon, 22 Jan 2024 11:35:16 +0000 (+0100) Subject: Change the order of the buttons in the link form dialog of ckeditor X-Git-Tag: 6.0.7_dev_1~6^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=44f626283057e993a3fea52a30861e88cd07e935;p=GitHub%2FWoltLab%2FWCF.git Change the order of the buttons in the link form dialog of ckeditor --- 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; + } +}