/* Fichier : summernote-custom.css */

/* Personnalisation de l'éditeur lui-même */
.note-editor {
    background-color: #f3f8fc; /* Couleur de fond de l'éditeur */
}

/* Personnalisation de la barre d'outils */
.note-toolbar {
    background-color: #222533; /* Couleur de fond de la barre d'outils */
}

.note-toolbar button {
    color: #000;               /* Couleur des boutons */
    background-color: #FFF;  /* Couleur de fond des boutons */
    border-radius: 0;
}

.note-toolbar button:hover {
}

/* Personnalisation de la zone de texte */
.note-editable {
}

/* Personnalisation du placeholder */
.note-placeholder {
}

/* Personnalisation des boutons d'action dans la barre d'outils */
.note-btn {
}

/* Personnalisation du focus de la zone d'édition */
.note-editable:focus {
}
