File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
wcfsetup/install/files/style/ui Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 6464
6565 /* Override the default styling added in CKEditor v46.0.0 */
6666 font-family : inherit ;
67- font-size : inherit ;
68- color : inherit ;
69- line-height : inherit ;
70- word-break : inherit ;
67+ font-size : inherit ;
68+ color : inherit ;
69+ line-height : inherit ;
70+ word-break : inherit ;
7171}
7272
7373.ck.ck-button.ck-button :not (.ck-disabled ) {
@@ -360,6 +360,15 @@ html[data-color-scheme="light"] .ck-body-wrapper .ck.ck-balloon-panel {
360360 }
361361}
362362
363+ /* Fix the background color and size when editing a link. */
364+ a .ck.ck-button.ck-link-toolbar__preview ,
365+ a .ck.ck-button.ck-link-toolbar__preview :active ,
366+ a .ck.ck-button.ck-link-toolbar__preview :focus {
367+ background-color : var (--wcfButtonBackground );
368+ padding-bottom : 2px !important ;
369+ padding-top : 2px !important ;
370+ }
371+
363372/* Increase the width of the splitbutton arrows. */
364373.ck.ck-toolbar__items .ck.ck-splitbutton > .ck-splitbutton__arrow {
365374 padding-left : var (--ck-spacing-medium );
You can’t perform that action at this time.
0 commit comments