.cke_toolbox{
    color: black !important;
}
.cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
color: black !important;
}
body.dark-editor {
  background: #121212 !important;
  color: #f5f5f5 !important;
}


.cke_bottom {
    background-image: none !important;
    background: #333 !important;
    border-top: 1px solid #333 !important;
    box-shadow: none !important;
}

a.cke_path_item {
    color: #fff !important;
    text-shadow: none !important;
}

a.cke_path_item:hover {
    background: #666 !important;
    border-bottom: none !important;
    box-shadow: none !important;
    color: #f5f5f5 !important;
}
