diff --git a/src/css/injected.scss b/src/css/injected.scss index 97a2bc85..63c5404e 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -159,7 +159,12 @@ html { color: white; } -.legacy-root button:active, .legacy-root a:active { +.cke_panel { + border-radius: 16px !important; + margin-top: 8px !important; +} + +.legacy-root button:active, .legacy-root a:active:not(.cke_combo_button) { background-image: unset !important; }