Jump to content
  • 0

Cum pot schimba culoarea?


Question

2 answers to this question

Recommended Posts

  • 0
Posted

Adaugă liniile de cod următoare in custom.css

/* zona unde scrii text-ul */
.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #080808 !important;
    color: #fff !important;
    font-size: 13px !important;
}

/* div-ul unde sunt iconițele */
.cke_top {
    background: #0d0d0d !important;
}

/* div-ul principal care conține elementele */
.cke_chrome {
    border: 1px solid #101010 !important;
    box-shadow: 0 0 3px rgba(0,0,0,.15) !important;
}

Ar trebuii să rezolve problema ta.

  • Like 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.