From d7f9ddd8d2729dde5ea979299b9b14a992419ca7 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 4 Jul 2017 15:57:34 +0200 Subject: [PATCH] Fix icon colors in the new menu (/pad app) --- customize.dist/src/less/toolbar.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less/toolbar.less b/customize.dist/src/less/toolbar.less index aba479984..4edd3800c 100644 --- a/customize.dist/src/less/toolbar.less +++ b/customize.dist/src/less/toolbar.less @@ -12,6 +12,9 @@ user-select: none; } +.cke_reset_all * { + color: inherit; +} .padColor { color: @toolbar-pad-bg; } .codeColor { color: @toolbar-code-bg; } @@ -25,9 +28,6 @@ .toolbar-container { display: flex; } -.cke_reset_all * { - color: inherit; -} #cke_editor1 .cke_inner { position: absolute; top: 0;