Fix the hover color of overlay buttons
authorAlexander Ebert <ebert@woltlab.com>
Sun, 10 Sep 2023 10:13:36 +0000 (12:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 10 Sep 2023 10:13:36 +0000 (12:13 +0200)
See https://www.woltlab.com/community/thread/301487-ckeditor-unpassende-farbwerte-im-tabellen-widget/

wcfsetup/install/files/style/ui/ckeditor.scss

index 3536e703138f8abce6567ed17d14a769aa43d066..95615068ee61eec4cdebe978b58bdf7b08626a1f 100644 (file)
        }
 }
 
+.ck.ck-body .ck-button[type="button"].ck-on:not(.ck-disabled) {
+       --ck-color-text: var(--wcfButtonTextActive);
+
+       background-color: var(--wcfButtonBackgroundActive);
+}
+
 @media (hover: hover) {
        .ck.ck-form__row,
        .ck.ck-body {