Fix icon colors in the new menu (/pad app)

pull/1/head
yflory 2017-07-04 15:57:34 +02:00
parent cc67838786
commit d7f9ddd8d2
1 changed files with 3 additions and 3 deletions

View File

@ -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;